← 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: 11-10487356-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=10487356&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
  "variants": [
    {
      "chr": "11",
      "pos": 10487356,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000396553.7",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Val311Met",
          "transcript": "NM_001025389.2",
          "protein_id": "NP_001020560.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1121,
          "cdna_end": null,
          "cdna_length": 4189,
          "mane_select": "ENST00000396553.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Val311Met",
          "transcript": "ENST00000396553.7",
          "protein_id": "ENSP00000379801.2",
          "transcript_support_level": 1,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1121,
          "cdna_end": null,
          "cdna_length": 4189,
          "mane_select": "NM_001025389.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.958G>A",
          "hgvs_p": "p.Val320Met",
          "transcript": "ENST00000396554.7",
          "protein_id": "ENSP00000379802.3",
          "transcript_support_level": 1,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 958,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": 1299,
          "cdna_end": null,
          "cdna_length": 3806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "n.*233G>A",
          "hgvs_p": null,
          "transcript": "ENST00000534047.5",
          "protein_id": "ENSP00000433937.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "n.*233G>A",
          "hgvs_p": null,
          "transcript": "ENST00000534047.5",
          "protein_id": "ENSP00000433937.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.958G>A",
          "hgvs_p": "p.Val320Met",
          "transcript": "NM_000480.3",
          "protein_id": "NP_000471.1",
          "transcript_support_level": null,
          "aa_start": 320,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 958,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": 1289,
          "cdna_end": null,
          "cdna_length": 4357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.952G>A",
          "hgvs_p": "p.Val318Met",
          "transcript": "NM_001025390.2",
          "protein_id": "NP_001020561.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 952,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 4351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.952G>A",
          "hgvs_p": "p.Val318Met",
          "transcript": "ENST00000528723.5",
          "protein_id": "ENSP00000436987.1",
          "transcript_support_level": 2,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 774,
          "cds_start": 952,
          "cds_end": null,
          "cds_length": 2325,
          "cdna_start": 1153,
          "cdna_end": null,
          "cdna_length": 2753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Val311Met",
          "transcript": "NM_001172430.1",
          "protein_id": "NP_001165901.1",
          "transcript_support_level": null,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1230,
          "cdna_end": null,
          "cdna_length": 4298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Val311Met",
          "transcript": "ENST00000529507.5",
          "protein_id": "ENSP00000431648.1",
          "transcript_support_level": 2,
          "aa_start": 311,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 931,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 1221,
          "cdna_end": null,
          "cdna_length": 3156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.454G>A",
          "hgvs_p": "p.Val152Met",
          "transcript": "NM_001172431.2",
          "protein_id": "NP_001165902.1",
          "transcript_support_level": null,
          "aa_start": 152,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 454,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 859,
          "cdna_end": null,
          "cdna_length": 3927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "c.454G>A",
          "hgvs_p": "p.Val152Met",
          "transcript": "ENST00000444303.6",
          "protein_id": "ENSP00000396000.2",
          "transcript_support_level": 2,
          "aa_start": 152,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 454,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 926,
          "cdna_end": null,
          "cdna_length": 3994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AMPD3",
          "gene_hgnc_id": 470,
          "hgvs_c": "n.931G>A",
          "hgvs_p": null,
          "transcript": "ENST00000529834.5",
          "protein_id": "ENSP00000435382.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "AMPD3",
      "gene_hgnc_id": 470,
      "dbsnp": "rs117706710",
      "frequency_reference_population": 0.0000061569026,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 9,
      "gnomad_exomes_af": 0.0000061569,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 9,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8632944822311401,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.719,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9139,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.17,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 5.905,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000396553.7",
          "gene_symbol": "AMPD3",
          "hgnc_id": 470,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.931G>A",
          "hgvs_p": "p.Val311Met"
        }
      ],
      "clinvar_disease": "Erythrocyte AMP deaminase deficiency",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Erythrocyte AMP deaminase deficiency",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}