← 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-134261338-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=134261338&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 134261338,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000281182.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "c.905G>C",
"hgvs_p": "p.Arg302Pro",
"transcript": "NM_014384.3",
"protein_id": "NP_055199.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 415,
"cds_start": 905,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 938,
"cdna_end": null,
"cdna_length": 2176,
"mane_select": "ENST00000281182.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "c.905G>C",
"hgvs_p": "p.Arg302Pro",
"transcript": "ENST00000281182.9",
"protein_id": "ENSP00000281182.5",
"transcript_support_level": 1,
"aa_start": 302,
"aa_end": null,
"aa_length": 415,
"cds_start": 905,
"cds_end": null,
"cds_length": 1248,
"cdna_start": 938,
"cdna_end": null,
"cdna_length": 2176,
"mane_select": "NM_014384.3",
"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": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.761G>C",
"hgvs_p": null,
"transcript": "ENST00000531338.5",
"protein_id": null,
"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": 3315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "c.905G>C",
"hgvs_p": "p.Arg302Pro",
"transcript": "NM_001441136.1",
"protein_id": "NP_001428065.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 451,
"cds_start": 905,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 938,
"cdna_end": null,
"cdna_length": 1838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "c.611G>C",
"hgvs_p": "p.Arg204Pro",
"transcript": "NM_001441138.1",
"protein_id": "NP_001428067.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 317,
"cds_start": 611,
"cds_end": null,
"cds_length": 954,
"cdna_start": 768,
"cdna_end": null,
"cdna_length": 2006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "c.524G>C",
"hgvs_p": "p.Arg175Pro",
"transcript": "ENST00000374752.6",
"protein_id": "ENSP00000363884.4",
"transcript_support_level": 2,
"aa_start": 175,
"aa_end": null,
"aa_length": 288,
"cds_start": 524,
"cds_end": null,
"cds_length": 867,
"cdna_start": 564,
"cdna_end": null,
"cdna_length": 1797,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "c.905G>C",
"hgvs_p": "p.Arg302Pro",
"transcript": "XM_047426768.1",
"protein_id": "XP_047282724.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 434,
"cds_start": 905,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 938,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "c.611G>C",
"hgvs_p": "p.Arg204Pro",
"transcript": "XM_047426769.1",
"protein_id": "XP_047282725.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 353,
"cds_start": 611,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 626,
"cdna_end": null,
"cdna_length": 1526,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.*504G>C",
"hgvs_p": null,
"transcript": "ENST00000524426.5",
"protein_id": "ENSP00000431310.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": 1189,
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.508G>C",
"hgvs_p": null,
"transcript": "ENST00000524547.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 703,
"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": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.*594G>C",
"hgvs_p": null,
"transcript": "ENST00000526026.5",
"protein_id": "ENSP00000431532.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": 1336,
"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": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.1293G>C",
"hgvs_p": null,
"transcript": "ENST00000527665.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 1475,
"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": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.1964G>C",
"hgvs_p": null,
"transcript": "ENST00000533387.5",
"protein_id": null,
"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": 3197,
"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": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.938G>C",
"hgvs_p": null,
"transcript": "XR_007062474.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1354,
"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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.*504G>C",
"hgvs_p": null,
"transcript": "ENST00000524426.5",
"protein_id": "ENSP00000431310.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": 1189,
"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": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.*594G>C",
"hgvs_p": null,
"transcript": "ENST00000526026.5",
"protein_id": "ENSP00000431532.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": 1336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"hgvs_c": "n.*159G>C",
"hgvs_p": null,
"transcript": "ENST00000527713.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ACAD8",
"gene_hgnc_id": 87,
"dbsnp": "rs121908422",
"frequency_reference_population": 0.0000027361802,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273618,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9933926463127136,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.988,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9863,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.462,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PM5",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000281182.9",
"gene_symbol": "ACAD8",
"hgnc_id": 87,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.905G>C",
"hgvs_p": "p.Arg302Pro"
}
],
"clinvar_disease": "Deficiency of isobutyryl-CoA dehydrogenase",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Deficiency of isobutyryl-CoA dehydrogenase",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}