← 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: 12-68302774-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=68302774&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 68302774,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001354969.2",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1848C>T",
"hgvs_p": "p.His616His",
"transcript": "NM_001354969.2",
"protein_id": "NP_001341898.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 724,
"cds_start": 1848,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 1965,
"cdna_end": null,
"cdna_length": 2980,
"mane_select": "ENST00000682720.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1848C>T",
"hgvs_p": "p.His616His",
"transcript": "ENST00000682720.1",
"protein_id": "ENSP00000507100.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 724,
"cds_start": 1848,
"cds_end": null,
"cds_length": 2175,
"cdna_start": 1965,
"cdna_end": null,
"cdna_length": 2980,
"mane_select": "NM_001354969.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1818C>T",
"hgvs_p": "p.His606His",
"transcript": "ENST00000303145.11",
"protein_id": "ENSP00000302537.7",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 714,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 1905,
"cdna_end": null,
"cdna_length": 2918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "n.*1312C>T",
"hgvs_p": null,
"transcript": "ENST00000540418.5",
"protein_id": "ENSP00000443815.2",
"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": 2507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "n.*1312C>T",
"hgvs_p": null,
"transcript": "ENST00000540418.5",
"protein_id": "ENSP00000443815.2",
"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": 2507,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1818C>T",
"hgvs_p": "p.His606His",
"transcript": "NM_017440.6",
"protein_id": "NP_059136.2",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 714,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 1935,
"cdna_end": null,
"cdna_length": 2950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1713C>T",
"hgvs_p": "p.His571His",
"transcript": "NM_001205028.3",
"protein_id": "NP_001191957.1",
"transcript_support_level": null,
"aa_start": 571,
"aa_end": null,
"aa_length": 679,
"cds_start": 1713,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 1830,
"cdna_end": null,
"cdna_length": 2845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1713C>T",
"hgvs_p": "p.His571His",
"transcript": "ENST00000411698.6",
"protein_id": "ENSP00000391006.2",
"transcript_support_level": 2,
"aa_start": 571,
"aa_end": null,
"aa_length": 679,
"cds_start": 1713,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 1754,
"cdna_end": null,
"cdna_length": 2472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1698C>T",
"hgvs_p": "p.His566His",
"transcript": "NM_001354970.2",
"protein_id": "NP_001341899.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 674,
"cds_start": 1698,
"cds_end": null,
"cds_length": 2025,
"cdna_start": 2057,
"cdna_end": null,
"cdna_length": 3072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1008C>T",
"hgvs_p": "p.His336His",
"transcript": "NM_001354971.2",
"protein_id": "NP_001341900.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 444,
"cds_start": 1008,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 2041,
"cdna_end": null,
"cdna_length": 3056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1008C>T",
"hgvs_p": "p.His336His",
"transcript": "NM_001354972.2",
"protein_id": "NP_001341901.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 444,
"cds_start": 1008,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 2454,
"cdna_end": null,
"cdna_length": 3469,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1008C>T",
"hgvs_p": "p.His336His",
"transcript": "NM_001354973.2",
"protein_id": "NP_001341902.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 444,
"cds_start": 1008,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1906,
"cdna_end": null,
"cdna_length": 2921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1008C>T",
"hgvs_p": "p.His336His",
"transcript": "NM_001368282.1",
"protein_id": "NP_001355211.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 444,
"cds_start": 1008,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 3315,
"cdna_end": null,
"cdna_length": 4330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.978C>T",
"hgvs_p": "p.His326His",
"transcript": "NM_001354974.2",
"protein_id": "NP_001341903.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 434,
"cds_start": 978,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 1570,
"cdna_end": null,
"cdna_length": 2585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.99C>T",
"hgvs_p": "p.His33His",
"transcript": "ENST00000539972.5",
"protein_id": "ENSP00000445181.1",
"transcript_support_level": 2,
"aa_start": 33,
"aa_end": null,
"aa_length": 121,
"cds_start": 99,
"cds_end": null,
"cds_length": 366,
"cdna_start": 99,
"cdna_end": null,
"cdna_length": 805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1542C>T",
"hgvs_p": "p.His514His",
"transcript": "XM_047429160.1",
"protein_id": "XP_047285116.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 622,
"cds_start": 1542,
"cds_end": null,
"cds_length": 1869,
"cdna_start": 1659,
"cdna_end": null,
"cdna_length": 2674,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1407C>T",
"hgvs_p": "p.His469His",
"transcript": "XM_047429161.1",
"protein_id": "XP_047285117.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 577,
"cds_start": 1407,
"cds_end": null,
"cds_length": 1734,
"cdna_start": 1524,
"cdna_end": null,
"cdna_length": 2539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "c.1008C>T",
"hgvs_p": "p.His336His",
"transcript": "XM_047429163.1",
"protein_id": "XP_047285119.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 444,
"cds_start": 1008,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 1732,
"cdna_end": null,
"cdna_length": 2747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000303715",
"gene_hgnc_id": null,
"hgvs_c": "n.135-9640G>A",
"hgvs_p": null,
"transcript": "ENST00000796708.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": 368,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"hgvs_c": "n.*29C>T",
"hgvs_p": null,
"transcript": "ENST00000536313.2",
"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": 883,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MDM1",
"gene_hgnc_id": 29917,
"dbsnp": "rs1872356411",
"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.8600000143051147,
"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.86,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.01,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001354969.2",
"gene_symbol": "MDM1",
"hgnc_id": 29917,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.1848C>T",
"hgvs_p": "p.His616His"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000796708.1",
"gene_symbol": "ENSG00000303715",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.135-9640G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}