← 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: 2-201387889-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=201387889&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 201387889,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015049.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr",
"transcript": "NM_015049.3",
"protein_id": "NP_055864.2",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 914,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000332624.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015049.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr",
"transcript": "ENST00000332624.8",
"protein_id": "ENSP00000328875.3",
"transcript_support_level": 1,
"aa_start": 504,
"aa_end": null,
"aa_length": 914,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015049.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332624.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1579G>A",
"hgvs_p": "p.Ala527Thr",
"transcript": "ENST00000861749.1",
"protein_id": "ENSP00000531808.1",
"transcript_support_level": null,
"aa_start": 527,
"aa_end": null,
"aa_length": 937,
"cds_start": 1579,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861749.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr",
"transcript": "ENST00000861746.1",
"protein_id": "ENSP00000531805.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 914,
"cds_start": 1510,
"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": "ENST00000861746.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr",
"transcript": "ENST00000861747.1",
"protein_id": "ENSP00000531806.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 914,
"cds_start": 1510,
"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": "ENST00000861747.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr",
"transcript": "ENST00000861753.1",
"protein_id": "ENSP00000531812.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 914,
"cds_start": 1510,
"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": "ENST00000861753.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr",
"transcript": "ENST00000972038.1",
"protein_id": "ENSP00000642097.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 914,
"cds_start": 1510,
"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": "ENST00000972038.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Ala503Thr",
"transcript": "ENST00000972037.1",
"protein_id": "ENSP00000642096.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 913,
"cds_start": 1507,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972037.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1504G>A",
"hgvs_p": "p.Ala502Thr",
"transcript": "ENST00000861750.1",
"protein_id": "ENSP00000531809.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 912,
"cds_start": 1504,
"cds_end": null,
"cds_length": 2739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861750.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1501G>A",
"hgvs_p": "p.Ala501Thr",
"transcript": "ENST00000972035.1",
"protein_id": "ENSP00000642094.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 911,
"cds_start": 1501,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972035.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr",
"transcript": "ENST00000861751.1",
"protein_id": "ENSP00000531810.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 908,
"cds_start": 1510,
"cds_end": null,
"cds_length": 2727,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861751.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1453G>A",
"hgvs_p": "p.Ala485Thr",
"transcript": "ENST00000861752.1",
"protein_id": "ENSP00000531811.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 895,
"cds_start": 1453,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861752.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1435G>A",
"hgvs_p": "p.Ala479Thr",
"transcript": "ENST00000861748.1",
"protein_id": "ENSP00000531807.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 889,
"cds_start": 1435,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861748.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1306G>A",
"hgvs_p": "p.Ala436Thr",
"transcript": "ENST00000972036.1",
"protein_id": "ENSP00000642095.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 846,
"cds_start": 1306,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000972036.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr",
"transcript": "XM_047445578.1",
"protein_id": "XP_047301534.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 914,
"cds_start": 1510,
"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": "XM_047445578.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"hgvs_c": "c.877G>A",
"hgvs_p": "p.Ala293Thr",
"transcript": "XM_047445579.1",
"protein_id": "XP_047301535.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 703,
"cds_start": 877,
"cds_end": null,
"cds_length": 2112,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445579.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRADB",
"gene_hgnc_id": 13205,
"hgvs_c": "c.-159C>T",
"hgvs_p": null,
"transcript": "ENST00000458269.6",
"protein_id": "ENSP00000409552.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 193,
"cds_start": null,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000458269.6"
}
],
"gene_symbol": "TRAK2",
"gene_hgnc_id": 13206,
"dbsnp": "rs556634625",
"frequency_reference_population": 0.00011584887,
"hom_count_reference_population": 3,
"allele_count_reference_population": 187,
"gnomad_exomes_af": 0.000121076,
"gnomad_genomes_af": 0.0000656659,
"gnomad_exomes_ac": 177,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.043789952993392944,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.047,
"revel_prediction": "Benign",
"alphamissense_score": 0.0818,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.274,
"phylop100way_prediction": "Uncertain_significance",
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_015049.3",
"gene_symbol": "TRAK2",
"hgnc_id": 13206,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Ala504Thr"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000458269.6",
"gene_symbol": "STRADB",
"hgnc_id": 13205,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.-159C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}