← 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: 1-167810771-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=167810771&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 167810771,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018417.6",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4625A>G",
"hgvs_p": "p.Glu1542Gly",
"transcript": "NM_018417.6",
"protein_id": "NP_060887.2",
"transcript_support_level": null,
"aa_start": 1542,
"aa_end": null,
"aa_length": 1610,
"cds_start": 4625,
"cds_end": null,
"cds_length": 4833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367851.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018417.6"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4625A>G",
"hgvs_p": "p.Glu1542Gly",
"transcript": "ENST00000367851.9",
"protein_id": "ENSP00000356825.4",
"transcript_support_level": 1,
"aa_start": 1542,
"aa_end": null,
"aa_length": 1610,
"cds_start": 4625,
"cds_end": null,
"cds_length": 4833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018417.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367851.9"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4349A>G",
"hgvs_p": "p.Glu1450Gly",
"transcript": "ENST00000367848.1",
"protein_id": "ENSP00000356822.1",
"transcript_support_level": 1,
"aa_start": 1450,
"aa_end": null,
"aa_length": 1518,
"cds_start": 4349,
"cds_end": null,
"cds_length": 4557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367848.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "n.*1561A>G",
"hgvs_p": null,
"transcript": "ENST00000485964.5",
"protein_id": "ENSP00000476402.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000485964.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "n.*1561A>G",
"hgvs_p": null,
"transcript": "ENST00000485964.5",
"protein_id": "ENSP00000476402.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000485964.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4349A>G",
"hgvs_p": "p.Glu1450Gly",
"transcript": "NM_001297772.2",
"protein_id": "NP_001284701.1",
"transcript_support_level": null,
"aa_start": 1450,
"aa_end": null,
"aa_length": 1518,
"cds_start": 4349,
"cds_end": null,
"cds_length": 4557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297772.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4166A>G",
"hgvs_p": "p.Glu1389Gly",
"transcript": "NM_001167749.3",
"protein_id": "NP_001161221.1",
"transcript_support_level": null,
"aa_start": 1389,
"aa_end": null,
"aa_length": 1457,
"cds_start": 4166,
"cds_end": null,
"cds_length": 4374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001167749.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4166A>G",
"hgvs_p": "p.Glu1389Gly",
"transcript": "ENST00000545172.5",
"protein_id": "ENSP00000441992.1",
"transcript_support_level": 2,
"aa_start": 1389,
"aa_end": null,
"aa_length": 1457,
"cds_start": 4166,
"cds_end": null,
"cds_length": 4374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545172.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4625A>G",
"hgvs_p": "p.Glu1542Gly",
"transcript": "XM_011509760.4",
"protein_id": "XP_011508062.1",
"transcript_support_level": null,
"aa_start": 1542,
"aa_end": null,
"aa_length": 1610,
"cds_start": 4625,
"cds_end": null,
"cds_length": 4833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509760.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4481A>G",
"hgvs_p": "p.Glu1494Gly",
"transcript": "XM_011509762.4",
"protein_id": "XP_011508064.1",
"transcript_support_level": null,
"aa_start": 1494,
"aa_end": null,
"aa_length": 1562,
"cds_start": 4481,
"cds_end": null,
"cds_length": 4689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509762.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4463A>G",
"hgvs_p": "p.Glu1488Gly",
"transcript": "XM_011509763.4",
"protein_id": "XP_011508065.1",
"transcript_support_level": null,
"aa_start": 1488,
"aa_end": null,
"aa_length": 1556,
"cds_start": 4463,
"cds_end": null,
"cds_length": 4671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509763.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4483-932A>G",
"hgvs_p": null,
"transcript": "XM_006711449.5",
"protein_id": "XP_006711512.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1547,
"cds_start": null,
"cds_end": null,
"cds_length": 4644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711449.5"
}
],
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"dbsnp": "rs1662151205",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3150479793548584,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.144,
"revel_prediction": "Benign",
"alphamissense_score": 0.1537,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.789,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018417.6",
"gene_symbol": "ADCY10",
"hgnc_id": 21285,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4625A>G",
"hgvs_p": "p.Glu1542Gly"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}