← 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: 5-14336612-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=14336612&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 14336612,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_007118.4",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1931A>G",
"hgvs_p": "p.Glu644Gly",
"transcript": "NM_007118.4",
"protein_id": "NP_009049.2",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 3097,
"cds_start": 1931,
"cds_end": null,
"cds_length": 9294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000344204.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007118.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1931A>G",
"hgvs_p": "p.Glu644Gly",
"transcript": "ENST00000344204.9",
"protein_id": "ENSP00000339299.4",
"transcript_support_level": 1,
"aa_start": 644,
"aa_end": null,
"aa_length": 3097,
"cds_start": 1931,
"cds_end": null,
"cds_length": 9294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007118.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000344204.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "n.849A>G",
"hgvs_p": null,
"transcript": "ENST00000515144.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000515144.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1130A>G",
"hgvs_p": "p.Glu377Gly",
"transcript": "ENST00000513206.5",
"protein_id": "ENSP00000426342.2",
"transcript_support_level": 5,
"aa_start": 377,
"aa_end": null,
"aa_length": 2546,
"cds_start": 1130,
"cds_end": null,
"cds_length": 7641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513206.5"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1931A>G",
"hgvs_p": "p.Glu644Gly",
"transcript": "ENST00000698541.1",
"protein_id": "ENSP00000513786.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 1908,
"cds_start": 1931,
"cds_end": null,
"cds_length": 5727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698541.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1784A>G",
"hgvs_p": "p.Glu595Gly",
"transcript": "ENST00000509967.6",
"protein_id": "ENSP00000445592.1",
"transcript_support_level": 2,
"aa_start": 595,
"aa_end": null,
"aa_length": 1508,
"cds_start": 1784,
"cds_end": null,
"cds_length": 4527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509967.6"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1802A>G",
"hgvs_p": "p.Glu601Gly",
"transcript": "ENST00000704488.1",
"protein_id": "ENSP00000515916.1",
"transcript_support_level": null,
"aa_start": 601,
"aa_end": null,
"aa_length": 914,
"cds_start": 1802,
"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": "ENST00000704488.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1931A>G",
"hgvs_p": "p.Glu644Gly",
"transcript": "XM_017009801.2",
"protein_id": "XP_016865290.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 3093,
"cds_start": 1931,
"cds_end": null,
"cds_length": 9282,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009801.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1868A>G",
"hgvs_p": "p.Glu623Gly",
"transcript": "XM_011514107.3",
"protein_id": "XP_011512409.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 3076,
"cds_start": 1868,
"cds_end": null,
"cds_length": 9231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514107.3"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1868A>G",
"hgvs_p": "p.Glu623Gly",
"transcript": "XM_047417679.1",
"protein_id": "XP_047273635.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 3076,
"cds_start": 1868,
"cds_end": null,
"cds_length": 9231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417679.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1814A>G",
"hgvs_p": "p.Glu605Gly",
"transcript": "XM_011514108.2",
"protein_id": "XP_011512410.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 3058,
"cds_start": 1814,
"cds_end": null,
"cds_length": 9177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514108.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1784A>G",
"hgvs_p": "p.Glu595Gly",
"transcript": "XM_011514109.4",
"protein_id": "XP_011512411.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 3048,
"cds_start": 1784,
"cds_end": null,
"cds_length": 9147,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514109.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1754A>G",
"hgvs_p": "p.Glu585Gly",
"transcript": "XM_011514110.4",
"protein_id": "XP_011512412.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 3038,
"cds_start": 1754,
"cds_end": null,
"cds_length": 9117,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514110.4"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1931A>G",
"hgvs_p": "p.Glu644Gly",
"transcript": "XM_017009802.2",
"protein_id": "XP_016865291.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 2880,
"cds_start": 1931,
"cds_end": null,
"cds_length": 8643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009802.2"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.1931A>G",
"hgvs_p": "p.Glu644Gly",
"transcript": "XM_047417681.1",
"protein_id": "XP_047273637.1",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 2876,
"cds_start": 1931,
"cds_end": null,
"cds_length": 8631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417681.1"
},
{
"aa_ref": "E",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.476A>G",
"hgvs_p": "p.Glu159Gly",
"transcript": "XM_017009803.2",
"protein_id": "XP_016865292.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 2612,
"cds_start": 476,
"cds_end": null,
"cds_length": 7839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009803.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "n.1754A>G",
"hgvs_p": null,
"transcript": "ENST00000512070.6",
"protein_id": "ENSP00000421555.2",
"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": "ENST00000512070.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "n.2315A>G",
"hgvs_p": null,
"transcript": "NR_134469.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_134469.2"
}
],
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"dbsnp": "rs1554057613",
"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.7690204381942749,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.668,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9021,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.16,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.325,
"phylop100way_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_007118.4",
"gene_symbol": "TRIO",
"hgnc_id": 12303,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1931A>G",
"hgvs_p": "p.Glu644Gly"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}