← 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: 7-96121683-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=96121683&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 96121683,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001160210.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1813C>T",
"hgvs_p": "p.Arg605*",
"transcript": "NM_014251.3",
"protein_id": "NP_055066.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 675,
"cds_start": 1813,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265631.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014251.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1813C>T",
"hgvs_p": "p.Arg605*",
"transcript": "ENST00000265631.10",
"protein_id": "ENSP00000265631.6",
"transcript_support_level": 1,
"aa_start": 605,
"aa_end": null,
"aa_length": 675,
"cds_start": 1813,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014251.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265631.10"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1816C>T",
"hgvs_p": "p.Arg606*",
"transcript": "ENST00000416240.6",
"protein_id": "ENSP00000400101.2",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 676,
"cds_start": 1816,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000416240.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1933C>T",
"hgvs_p": "p.Arg645*",
"transcript": "ENST00000856215.1",
"protein_id": "ENSP00000526274.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 715,
"cds_start": 1933,
"cds_end": null,
"cds_length": 2148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856215.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1870C>T",
"hgvs_p": "p.Arg624*",
"transcript": "ENST00000856219.1",
"protein_id": "ENSP00000526278.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 694,
"cds_start": 1870,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856219.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1816C>T",
"hgvs_p": "p.Arg606*",
"transcript": "NM_001160210.2",
"protein_id": "NP_001153682.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 676,
"cds_start": 1816,
"cds_end": null,
"cds_length": 2031,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160210.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1810C>T",
"hgvs_p": "p.Arg604*",
"transcript": "ENST00000948397.1",
"protein_id": "ENSP00000618456.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 674,
"cds_start": 1810,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948397.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1759C>T",
"hgvs_p": "p.Arg587*",
"transcript": "ENST00000856217.1",
"protein_id": "ENSP00000526276.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 657,
"cds_start": 1759,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856217.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1732C>T",
"hgvs_p": "p.Arg578*",
"transcript": "ENST00000856216.1",
"protein_id": "ENSP00000526275.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 648,
"cds_start": 1732,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856216.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1672C>T",
"hgvs_p": "p.Arg558*",
"transcript": "ENST00000856218.1",
"protein_id": "ENSP00000526277.1",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 628,
"cds_start": 1672,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856218.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1654C>T",
"hgvs_p": "p.Arg552*",
"transcript": "ENST00000935610.1",
"protein_id": "ENSP00000605669.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 622,
"cds_start": 1654,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935610.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1618C>T",
"hgvs_p": "p.Arg540*",
"transcript": "ENST00000856220.1",
"protein_id": "ENSP00000526279.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 610,
"cds_start": 1618,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856220.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.970C>T",
"hgvs_p": "p.Arg324*",
"transcript": "ENST00000856214.1",
"protein_id": "ENSP00000526273.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 394,
"cds_start": 970,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856214.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1951C>T",
"hgvs_p": "p.Arg651*",
"transcript": "XM_017011663.2",
"protein_id": "XP_016867152.2",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 721,
"cds_start": 1951,
"cds_end": null,
"cds_length": 2166,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011663.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.1846C>T",
"hgvs_p": "p.Arg616*",
"transcript": "XM_047419712.1",
"protein_id": "XP_047275668.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 686,
"cds_start": 1846,
"cds_end": null,
"cds_length": 2061,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419712.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "c.961C>T",
"hgvs_p": "p.Arg321*",
"transcript": "XM_047419715.1",
"protein_id": "XP_047275671.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 391,
"cds_start": 961,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419715.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "n.316C>T",
"hgvs_p": null,
"transcript": "ENST00000494085.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000494085.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"hgvs_c": "n.1839C>T",
"hgvs_p": null,
"transcript": "NR_027662.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_027662.2"
}
],
"gene_symbol": "SLC25A13",
"gene_hgnc_id": 10983,
"dbsnp": "rs80338729",
"frequency_reference_population": 0.000035933026,
"hom_count_reference_population": 0,
"allele_count_reference_population": 58,
"gnomad_exomes_af": 0.0000369392,
"gnomad_genomes_af": 0.0000262722,
"gnomad_exomes_ac": 54,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6000000238418579,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.299,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001160210.2",
"gene_symbol": "SLC25A13",
"hgnc_id": 10983,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1816C>T",
"hgvs_p": "p.Arg606*"
}
],
"clinvar_disease": " adult-onset, type II,Citrin deficiency,Citrullinemia,Citrullinemia type II,Neonatal intrahepatic cholestasis due to citrin deficiency,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6 LP:1 O:1",
"phenotype_combined": "Neonatal intrahepatic cholestasis due to citrin deficiency|not provided|Neonatal intrahepatic cholestasis due to citrin deficiency;Citrullinemia, type II, adult-onset|Citrin deficiency|Citrullinemia, type II, adult-onset|Citrullinemia type II",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}