← 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-167809696-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=167809696&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 167809696,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_018417.6",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4815C>T",
"hgvs_p": "p.Thr1605Thr",
"transcript": "NM_018417.6",
"protein_id": "NP_060887.2",
"transcript_support_level": null,
"aa_start": 1605,
"aa_end": null,
"aa_length": 1610,
"cds_start": 4815,
"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": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4815C>T",
"hgvs_p": "p.Thr1605Thr",
"transcript": "ENST00000367851.9",
"protein_id": "ENSP00000356825.4",
"transcript_support_level": 1,
"aa_start": 1605,
"aa_end": null,
"aa_length": 1610,
"cds_start": 4815,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4539C>T",
"hgvs_p": "p.Thr1513Thr",
"transcript": "ENST00000367848.1",
"protein_id": "ENSP00000356822.1",
"transcript_support_level": 1,
"aa_start": 1513,
"aa_end": null,
"aa_length": 1518,
"cds_start": 4539,
"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": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "n.*1751C>T",
"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": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "n.*1751C>T",
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4539C>T",
"hgvs_p": "p.Thr1513Thr",
"transcript": "NM_001297772.2",
"protein_id": "NP_001284701.1",
"transcript_support_level": null,
"aa_start": 1513,
"aa_end": null,
"aa_length": 1518,
"cds_start": 4539,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4356C>T",
"hgvs_p": "p.Thr1452Thr",
"transcript": "NM_001167749.3",
"protein_id": "NP_001161221.1",
"transcript_support_level": null,
"aa_start": 1452,
"aa_end": null,
"aa_length": 1457,
"cds_start": 4356,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4356C>T",
"hgvs_p": "p.Thr1452Thr",
"transcript": "ENST00000545172.5",
"protein_id": "ENSP00000441992.1",
"transcript_support_level": 2,
"aa_start": 1452,
"aa_end": null,
"aa_length": 1457,
"cds_start": 4356,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4815C>T",
"hgvs_p": "p.Thr1605Thr",
"transcript": "XM_011509760.4",
"protein_id": "XP_011508062.1",
"transcript_support_level": null,
"aa_start": 1605,
"aa_end": null,
"aa_length": 1610,
"cds_start": 4815,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4671C>T",
"hgvs_p": "p.Thr1557Thr",
"transcript": "XM_011509762.4",
"protein_id": "XP_011508064.1",
"transcript_support_level": null,
"aa_start": 1557,
"aa_end": null,
"aa_length": 1562,
"cds_start": 4671,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4653C>T",
"hgvs_p": "p.Thr1551Thr",
"transcript": "XM_011509763.4",
"protein_id": "XP_011508065.1",
"transcript_support_level": null,
"aa_start": 1551,
"aa_end": null,
"aa_length": 1556,
"cds_start": 4653,
"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": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADCY10",
"gene_hgnc_id": 21285,
"hgvs_c": "c.4626C>T",
"hgvs_p": "p.Thr1542Thr",
"transcript": "XM_006711449.5",
"protein_id": "XP_006711512.1",
"transcript_support_level": null,
"aa_start": 1542,
"aa_end": null,
"aa_length": 1547,
"cds_start": 4626,
"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": "rs146952021",
"frequency_reference_population": 0.00012639155,
"hom_count_reference_population": 1,
"allele_count_reference_population": 204,
"gnomad_exomes_af": 0.000099877,
"gnomad_genomes_af": 0.000380992,
"gnomad_exomes_ac": 146,
"gnomad_genomes_ac": 58,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7300000190734863,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.201,
"phylop100way_prediction": "Benign",
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_018417.6",
"gene_symbol": "ADCY10",
"hgnc_id": 21285,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4815C>T",
"hgvs_p": "p.Thr1605Thr"
}
],
"clinvar_disease": "Familial idiopathic hypercalciuria,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"phenotype_combined": "not provided|Familial idiopathic hypercalciuria",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}