← 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: X-70925823-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=70925823&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 70925823,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_032803.6",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro",
"transcript": "NM_032803.6",
"protein_id": "NP_116192.4",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 619,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374299.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032803.6"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro",
"transcript": "ENST00000374299.8",
"protein_id": "ENSP00000363417.3",
"transcript_support_level": 1,
"aa_start": 617,
"aa_end": null,
"aa_length": 619,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032803.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374299.8"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1901A>C",
"hgvs_p": "p.His634Pro",
"transcript": "ENST00000921007.1",
"protein_id": "ENSP00000591066.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 636,
"cds_start": 1901,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921007.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1901A>C",
"hgvs_p": "p.His634Pro",
"transcript": "ENST00000921008.1",
"protein_id": "ENSP00000591067.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 636,
"cds_start": 1901,
"cds_end": null,
"cds_length": 1911,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921008.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro",
"transcript": "NM_001048164.3",
"protein_id": "NP_001041629.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 619,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001048164.3"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro",
"transcript": "ENST00000298085.4",
"protein_id": "ENSP00000298085.4",
"transcript_support_level": 2,
"aa_start": 617,
"aa_end": null,
"aa_length": 619,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298085.4"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro",
"transcript": "ENST00000921017.1",
"protein_id": "ENSP00000591076.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 619,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921017.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro",
"transcript": "ENST00000921018.1",
"protein_id": "ENSP00000591077.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 619,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921018.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro",
"transcript": "ENST00000921019.1",
"protein_id": "ENSP00000591078.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 619,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921019.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1847A>C",
"hgvs_p": "p.His616Pro",
"transcript": "ENST00000921009.1",
"protein_id": "ENSP00000591068.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 618,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921009.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1847A>C",
"hgvs_p": "p.His616Pro",
"transcript": "ENST00000921011.1",
"protein_id": "ENSP00000591070.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 618,
"cds_start": 1847,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921011.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1844A>C",
"hgvs_p": "p.His615Pro",
"transcript": "ENST00000921010.1",
"protein_id": "ENSP00000591069.1",
"transcript_support_level": null,
"aa_start": 615,
"aa_end": null,
"aa_length": 617,
"cds_start": 1844,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921010.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1787A>C",
"hgvs_p": "p.His596Pro",
"transcript": "ENST00000921014.1",
"protein_id": "ENSP00000591073.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 598,
"cds_start": 1787,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921014.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1787A>C",
"hgvs_p": "p.His596Pro",
"transcript": "ENST00000921016.1",
"protein_id": "ENSP00000591075.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 598,
"cds_start": 1787,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921016.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1691A>C",
"hgvs_p": "p.His564Pro",
"transcript": "ENST00000921013.1",
"protein_id": "ENSP00000591072.1",
"transcript_support_level": null,
"aa_start": 564,
"aa_end": null,
"aa_length": 566,
"cds_start": 1691,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921013.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1580A>C",
"hgvs_p": "p.His527Pro",
"transcript": "ENST00000921012.1",
"protein_id": "ENSP00000591071.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 529,
"cds_start": 1580,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921012.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1580A>C",
"hgvs_p": "p.His527Pro",
"transcript": "ENST00000921015.1",
"protein_id": "ENSP00000591074.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 529,
"cds_start": 1580,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921015.1"
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro",
"transcript": "XM_047442598.1",
"protein_id": "XP_047298554.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 619,
"cds_start": 1850,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442598.1"
}
],
"gene_symbol": "SLC7A3",
"gene_hgnc_id": 11061,
"dbsnp": "rs1447181189",
"frequency_reference_population": 0.000017982216,
"hom_count_reference_population": 1,
"allele_count_reference_population": 2,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000179822,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14168578386306763,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.164,
"revel_prediction": "Benign",
"alphamissense_score": 0.0545,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.693,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032803.6",
"gene_symbol": "SLC7A3",
"hgnc_id": 11061,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1850A>C",
"hgvs_p": "p.His617Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}