← 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: 10-68431874-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=68431874&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 68431874,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_001080449.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1971G>A",
"hgvs_p": "p.Thr657Thr",
"transcript": "NM_001080449.3",
"protein_id": "NP_001073918.2",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1060,
"cds_start": 1971,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358410.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080449.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1971G>A",
"hgvs_p": "p.Thr657Thr",
"transcript": "ENST00000358410.8",
"protein_id": "ENSP00000351185.3",
"transcript_support_level": 1,
"aa_start": 657,
"aa_end": null,
"aa_length": 1060,
"cds_start": 1971,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001080449.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358410.8"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1971G>A",
"hgvs_p": "p.Thr657Thr",
"transcript": "ENST00000551118.6",
"protein_id": "ENSP00000450393.3",
"transcript_support_level": 5,
"aa_start": 657,
"aa_end": null,
"aa_length": 867,
"cds_start": 1971,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000551118.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.2064G>A",
"hgvs_p": "p.Thr688Thr",
"transcript": "ENST00000936797.1",
"protein_id": "ENSP00000606856.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 1091,
"cds_start": 2064,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936797.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1971G>A",
"hgvs_p": "p.Thr657Thr",
"transcript": "ENST00000936795.1",
"protein_id": "ENSP00000606854.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1025,
"cds_start": 1971,
"cds_end": null,
"cds_length": 3078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936795.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1839G>A",
"hgvs_p": "p.Thr613Thr",
"transcript": "ENST00000936796.1",
"protein_id": "ENSP00000606855.1",
"transcript_support_level": null,
"aa_start": 613,
"aa_end": null,
"aa_length": 1016,
"cds_start": 1839,
"cds_end": null,
"cds_length": 3051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936796.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1788G>A",
"hgvs_p": "p.Thr596Thr",
"transcript": "ENST00000936799.1",
"protein_id": "ENSP00000606858.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 999,
"cds_start": 1788,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936799.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1740G>A",
"hgvs_p": "p.Thr580Thr",
"transcript": "ENST00000936792.1",
"protein_id": "ENSP00000606851.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 983,
"cds_start": 1740,
"cds_end": null,
"cds_length": 2952,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936792.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1971G>A",
"hgvs_p": "p.Thr657Thr",
"transcript": "ENST00000936791.1",
"protein_id": "ENSP00000606850.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 970,
"cds_start": 1971,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936791.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1740G>A",
"hgvs_p": "p.Thr580Thr",
"transcript": "ENST00000936794.1",
"protein_id": "ENSP00000606853.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 953,
"cds_start": 1740,
"cds_end": null,
"cds_length": 2862,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936794.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1557G>A",
"hgvs_p": "p.Thr519Thr",
"transcript": "ENST00000936793.1",
"protein_id": "ENSP00000606852.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 922,
"cds_start": 1557,
"cds_end": null,
"cds_length": 2769,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936793.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1803G>A",
"hgvs_p": "p.Thr601Thr",
"transcript": "ENST00000941878.1",
"protein_id": "ENSP00000611937.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 914,
"cds_start": 1803,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941878.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1971G>A",
"hgvs_p": "p.Thr657Thr",
"transcript": "ENST00000936790.1",
"protein_id": "ENSP00000606849.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 897,
"cds_start": 1971,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936790.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1470G>A",
"hgvs_p": "p.Thr490Thr",
"transcript": "ENST00000936800.1",
"protein_id": "ENSP00000606859.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 893,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936800.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1275G>A",
"hgvs_p": "p.Thr425Thr",
"transcript": "ENST00000936798.1",
"protein_id": "ENSP00000606857.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 828,
"cds_start": 1275,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936798.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1971G>A",
"hgvs_p": "p.Thr657Thr",
"transcript": "ENST00000936801.1",
"protein_id": "ENSP00000606860.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 822,
"cds_start": 1971,
"cds_end": null,
"cds_length": 2469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936801.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.2061G>A",
"hgvs_p": "p.Thr687Thr",
"transcript": "XM_006717680.3",
"protein_id": "XP_006717743.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 1090,
"cds_start": 2061,
"cds_end": null,
"cds_length": 3273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717680.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.1299G>A",
"hgvs_p": "p.Thr433Thr",
"transcript": "XM_017015799.1",
"protein_id": "XP_016871288.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 836,
"cds_start": 1299,
"cds_end": null,
"cds_length": 2511,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015799.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "c.891G>A",
"hgvs_p": "p.Thr297Thr",
"transcript": "XM_011539417.1",
"protein_id": "XP_011537719.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 700,
"cds_start": 891,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011539417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "n.1971G>A",
"hgvs_p": null,
"transcript": "ENST00000399179.6",
"protein_id": "ENSP00000382132.3",
"transcript_support_level": 2,
"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": "ENST00000399179.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"hgvs_c": "n.2060G>A",
"hgvs_p": null,
"transcript": "NR_102264.2",
"protein_id": null,
"transcript_support_level": null,
"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": "pseudogene",
"feature": "NR_102264.2"
}
],
"gene_symbol": "DNA2",
"gene_hgnc_id": 2939,
"dbsnp": "rs61855090",
"frequency_reference_population": 0.044954143,
"hom_count_reference_population": 2012,
"allele_count_reference_population": 72310,
"gnomad_exomes_af": 0.045723,
"gnomad_genomes_af": 0.0375995,
"gnomad_exomes_ac": 66586,
"gnomad_genomes_ac": 5724,
"gnomad_exomes_homalt": 1858,
"gnomad_genomes_homalt": 154,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.28999999165534973,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.064,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 19,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001080449.3",
"gene_symbol": "DNA2",
"hgnc_id": 2939,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1971G>A",
"hgvs_p": "p.Thr657Thr"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}