← 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-14488019-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=14488019&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 14488019,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000344204.9",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7391C>T",
"hgvs_p": "p.Ala2464Val",
"transcript": "NM_007118.4",
"protein_id": "NP_009049.2",
"transcript_support_level": null,
"aa_start": 2464,
"aa_end": null,
"aa_length": 3097,
"cds_start": 7391,
"cds_end": null,
"cds_length": 9294,
"cdna_start": 7775,
"cdna_end": null,
"cdna_length": 11460,
"mane_select": "ENST00000344204.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7391C>T",
"hgvs_p": "p.Ala2464Val",
"transcript": "ENST00000344204.9",
"protein_id": "ENSP00000339299.4",
"transcript_support_level": 1,
"aa_start": 2464,
"aa_end": null,
"aa_length": 3097,
"cds_start": 7391,
"cds_end": null,
"cds_length": 9294,
"cdna_start": 7775,
"cdna_end": null,
"cdna_length": 11460,
"mane_select": "NM_007118.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 43,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "n.6309C>T",
"hgvs_p": null,
"transcript": "ENST00000515144.5",
"protein_id": null,
"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": 7455,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.6590C>T",
"hgvs_p": "p.Ala2197Val",
"transcript": "ENST00000513206.5",
"protein_id": "ENSP00000426342.2",
"transcript_support_level": 5,
"aa_start": 2197,
"aa_end": null,
"aa_length": 2546,
"cds_start": 6590,
"cds_end": null,
"cds_length": 7641,
"cdna_start": 6590,
"cdna_end": null,
"cdna_length": 7995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7391C>T",
"hgvs_p": "p.Ala2464Val",
"transcript": "XM_017009801.2",
"protein_id": "XP_016865290.1",
"transcript_support_level": null,
"aa_start": 2464,
"aa_end": null,
"aa_length": 3093,
"cds_start": 7391,
"cds_end": null,
"cds_length": 9282,
"cdna_start": 7775,
"cdna_end": null,
"cdna_length": 11448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7328C>T",
"hgvs_p": "p.Ala2443Val",
"transcript": "XM_011514107.3",
"protein_id": "XP_011512409.1",
"transcript_support_level": null,
"aa_start": 2443,
"aa_end": null,
"aa_length": 3076,
"cds_start": 7328,
"cds_end": null,
"cds_length": 9231,
"cdna_start": 27468,
"cdna_end": null,
"cdna_length": 31153,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 58,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7328C>T",
"hgvs_p": "p.Ala2443Val",
"transcript": "XM_047417679.1",
"protein_id": "XP_047273635.1",
"transcript_support_level": null,
"aa_start": 2443,
"aa_end": null,
"aa_length": 3076,
"cds_start": 7328,
"cds_end": null,
"cds_length": 9231,
"cdna_start": 7924,
"cdna_end": null,
"cdna_length": 11609,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7274C>T",
"hgvs_p": "p.Ala2425Val",
"transcript": "XM_011514108.2",
"protein_id": "XP_011512410.1",
"transcript_support_level": null,
"aa_start": 2425,
"aa_end": null,
"aa_length": 3058,
"cds_start": 7274,
"cds_end": null,
"cds_length": 9177,
"cdna_start": 7450,
"cdna_end": null,
"cdna_length": 11135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7244C>T",
"hgvs_p": "p.Ala2415Val",
"transcript": "XM_011514109.4",
"protein_id": "XP_011512411.1",
"transcript_support_level": null,
"aa_start": 2415,
"aa_end": null,
"aa_length": 3048,
"cds_start": 7244,
"cds_end": null,
"cds_length": 9147,
"cdna_start": 34417,
"cdna_end": null,
"cdna_length": 38102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 57,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7214C>T",
"hgvs_p": "p.Ala2405Val",
"transcript": "XM_011514110.4",
"protein_id": "XP_011512412.1",
"transcript_support_level": null,
"aa_start": 2405,
"aa_end": null,
"aa_length": 3038,
"cds_start": 7214,
"cds_end": null,
"cds_length": 9117,
"cdna_start": 7903,
"cdna_end": null,
"cdna_length": 11588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7391C>T",
"hgvs_p": "p.Ala2464Val",
"transcript": "XM_017009802.2",
"protein_id": "XP_016865291.1",
"transcript_support_level": null,
"aa_start": 2464,
"aa_end": null,
"aa_length": 2880,
"cds_start": 7391,
"cds_end": null,
"cds_length": 8643,
"cdna_start": 7775,
"cdna_end": null,
"cdna_length": 11321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 56,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.7391C>T",
"hgvs_p": "p.Ala2464Val",
"transcript": "XM_047417681.1",
"protein_id": "XP_047273637.1",
"transcript_support_level": null,
"aa_start": 2464,
"aa_end": null,
"aa_length": 2876,
"cds_start": 7391,
"cds_end": null,
"cds_length": 8631,
"cdna_start": 7775,
"cdna_end": null,
"cdna_length": 11309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 50,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "c.5936C>T",
"hgvs_p": "p.Ala1979Val",
"transcript": "XM_017009803.2",
"protein_id": "XP_016865292.1",
"transcript_support_level": null,
"aa_start": 1979,
"aa_end": null,
"aa_length": 2612,
"cds_start": 5936,
"cds_end": null,
"cds_length": 7839,
"cdna_start": 6076,
"cdna_end": null,
"cdna_length": 9761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "n.2300C>T",
"hgvs_p": null,
"transcript": "ENST00000698542.1",
"protein_id": "ENSP00000513787.1",
"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": 7286,
"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": 57,
"intron_rank": 48,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "n.6925+289C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8907,
"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": 57,
"intron_rank": 48,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "n.7486+289C>T",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10930,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"hgvs_c": "n.*230C>T",
"hgvs_p": null,
"transcript": "ENST00000510281.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRIO",
"gene_hgnc_id": 12303,
"dbsnp": "rs115054458",
"frequency_reference_population": 0.0012511326,
"hom_count_reference_population": 24,
"allele_count_reference_population": 1994,
"gnomad_exomes_af": 0.000650651,
"gnomad_genomes_af": 0.00694171,
"gnomad_exomes_ac": 938,
"gnomad_genomes_ac": 1056,
"gnomad_exomes_homalt": 12,
"gnomad_genomes_homalt": 12,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002985239028930664,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.197,
"revel_prediction": "Benign",
"alphamissense_score": 0.0812,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.69,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000344204.9",
"gene_symbol": "TRIO",
"hgnc_id": 12303,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7391C>T",
"hgvs_p": "p.Ala2464Val"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}