← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 5-65225009-CC-TT (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=65225009&ref=CC&alt=TT&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ADAMTS6",
          "hgnc_id": 222,
          "hgvs_c": "c.2105_2106delGGinsAA",
          "hgvs_p": "p.Arg702Lys",
          "inheritance_mode": "Unknown",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_197941.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "5",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1117,
          "aa_ref": "R",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7309,
          "cdna_start": 2963,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 2105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_197941.4",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.2105_2106delGGinsAA",
          "hgvs_p": "p.Arg702Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000381055.8",
          "protein_coding": true,
          "protein_id": "NP_922932.2",
          "strand": false,
          "transcript": "NM_197941.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1117,
          "aa_ref": "R",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7309,
          "cdna_start": 2963,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 2105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000381055.8",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.2105_2106delGGinsAA",
          "hgvs_p": "p.Arg702Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_197941.4",
          "protein_coding": true,
          "protein_id": "ENSP00000370443.3",
          "strand": false,
          "transcript": "ENST00000381055.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2850,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000470597.5",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "n.1984_1985delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000470597.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1117,
          "aa_ref": "R",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7326,
          "cdna_start": 2980,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 2105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011543113.4",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.2105_2106delGGinsAA",
          "hgvs_p": "p.Arg702Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541415.1",
          "strand": false,
          "transcript": "XM_011543113.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1117,
          "aa_ref": "R",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6905,
          "cdna_start": 2559,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 2105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011543114.4",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.2105_2106delGGinsAA",
          "hgvs_p": "p.Arg702Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541416.1",
          "strand": false,
          "transcript": "XM_011543114.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 1067,
          "aa_ref": "R",
          "aa_start": 652,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6755,
          "cdna_start": 2409,
          "cds_end": null,
          "cds_length": 3204,
          "cds_start": 1955,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047416675.1",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.1955_1956delGGinsAA",
          "hgvs_p": "p.Arg652Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047272631.1",
          "strand": false,
          "transcript": "XM_047416675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 966,
          "aa_ref": "R",
          "aa_start": 551,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6568,
          "cdna_start": 2222,
          "cds_end": null,
          "cds_length": 2901,
          "cds_start": 1652,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011543117.3",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.1652_1653delGGinsAA",
          "hgvs_p": "p.Arg551Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541419.1",
          "strand": false,
          "transcript": "XM_011543117.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 892,
          "aa_ref": "R",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4177,
          "cdna_start": 2558,
          "cds_end": null,
          "cds_length": 2679,
          "cds_start": 2105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047416676.1",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.2105_2106delGGinsAA",
          "hgvs_p": "p.Arg702Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047272632.1",
          "strand": false,
          "transcript": "XM_047416676.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 865,
          "aa_ref": "R",
          "aa_start": 450,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5779,
          "cdna_start": 1433,
          "cds_end": null,
          "cds_length": 2598,
          "cds_start": 1349,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011543121.3",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.1349_1350delGGinsAA",
          "hgvs_p": "p.Arg450Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541423.3",
          "strand": false,
          "transcript": "XM_011543121.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 827,
          "aa_ref": "R",
          "aa_start": 702,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3031,
          "cdna_start": 2557,
          "cds_end": null,
          "cds_length": 2484,
          "cds_start": 2105,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047416677.1",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.2105_2106delGGinsAA",
          "hgvs_p": "p.Arg702Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047272633.1",
          "strand": false,
          "transcript": "XM_047416677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": "R",
          "aa_start": 323,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5428,
          "cdna_start": 1082,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": 968,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011543123.3",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.968_969delGGinsAA",
          "hgvs_p": "p.Arg323Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541425.1",
          "strand": false,
          "transcript": "XM_011543123.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 673,
          "aa_ref": "R",
          "aa_start": 258,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5212,
          "cdna_start": 866,
          "cds_end": null,
          "cds_length": 2022,
          "cds_start": 773,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011543124.3",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.773_774delGGinsAA",
          "hgvs_p": "p.Arg258Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541426.1",
          "strand": false,
          "transcript": "XM_011543124.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 628,
          "aa_ref": "R",
          "aa_start": 213,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5067,
          "cdna_start": 721,
          "cds_end": null,
          "cds_length": 1887,
          "cds_start": 638,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011543125.2",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "c.638_639delGGinsAA",
          "hgvs_p": "p.Arg213Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541427.1",
          "strand": false,
          "transcript": "XM_011543125.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6956,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000381052.8",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "n.*1377_*1378delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000424377.1",
          "strand": false,
          "transcript": "ENST00000381052.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2742,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000464680.6",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "n.2123_2124delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000464680.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7460,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NR_135689.2",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "n.3113_3114delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_135689.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3552,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XR_007058575.1",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "n.2557_2558delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007058575.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6956,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000381052.8",
          "gene_hgnc_id": 222,
          "gene_symbol": "ADAMTS6",
          "hgvs_c": "n.*1377_*1378delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000424377.1",
          "strand": false,
          "transcript": "ENST00000381052.8",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 222,
      "gene_symbol": "ADAMTS6",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.891,
      "pos": 65225009,
      "ref": "CC",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_197941.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.