← 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: 10-95664131-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=95664131&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 95664131,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_015631.6",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1760C>A",
"hgvs_p": "p.Ser587*",
"transcript": "NM_015631.6",
"protein_id": "NP_056446.4",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 607,
"cds_start": 1760,
"cds_end": null,
"cds_length": 1824,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 2518,
"mane_select": "ENST00000371217.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1760C>A",
"hgvs_p": "p.Ser587*",
"transcript": "ENST00000371217.10",
"protein_id": "ENSP00000360261.5",
"transcript_support_level": 1,
"aa_start": 587,
"aa_end": null,
"aa_length": 607,
"cds_start": 1760,
"cds_end": null,
"cds_length": 1824,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 2518,
"mane_select": "NM_015631.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1814C>A",
"hgvs_p": "p.Ser605*",
"transcript": "ENST00000265993.13",
"protein_id": "ENSP00000265993.9",
"transcript_support_level": 1,
"aa_start": 605,
"aa_end": null,
"aa_length": 625,
"cds_start": 1814,
"cds_end": null,
"cds_length": 1878,
"cdna_start": 2004,
"cdna_end": null,
"cdna_length": 2734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1799C>A",
"hgvs_p": "p.Ser600*",
"transcript": "ENST00000614499.5",
"protein_id": "ENSP00000483364.2",
"transcript_support_level": 1,
"aa_start": 600,
"aa_end": null,
"aa_length": 620,
"cds_start": 1799,
"cds_end": null,
"cds_length": 1863,
"cdna_start": 1835,
"cdna_end": null,
"cdna_length": 2552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1316C>A",
"hgvs_p": "p.Ser439*",
"transcript": "ENST00000430368.6",
"protein_id": "ENSP00000387567.1",
"transcript_support_level": 2,
"aa_start": 439,
"aa_end": null,
"aa_length": 459,
"cds_start": 1316,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 1343,
"cdna_end": null,
"cdna_length": 1778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1664C>A",
"hgvs_p": "p.Ser555*",
"transcript": "NM_001410982.1",
"protein_id": "NP_001397911.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 575,
"cds_start": 1664,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1692,
"cdna_end": null,
"cdna_length": 2422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1664C>A",
"hgvs_p": "p.Ser555*",
"transcript": "ENST00000680144.1",
"protein_id": "ENSP00000506398.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 575,
"cds_start": 1664,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1684,
"cdna_end": null,
"cdna_length": 2414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1511C>A",
"hgvs_p": "p.Ser504*",
"transcript": "ENST00000680353.1",
"protein_id": "ENSP00000505367.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 524,
"cds_start": 1511,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1564,
"cdna_end": null,
"cdna_length": 5872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1508C>A",
"hgvs_p": "p.Ser503*",
"transcript": "ENST00000680709.1",
"protein_id": "ENSP00000505830.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 523,
"cds_start": 1508,
"cds_end": null,
"cds_length": 1572,
"cdna_start": 1551,
"cdna_end": null,
"cdna_length": 2235,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1316C>A",
"hgvs_p": "p.Ser439*",
"transcript": "NM_001143973.2",
"protein_id": "NP_001137445.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 459,
"cds_start": 1316,
"cds_end": null,
"cds_length": 1380,
"cdna_start": 1344,
"cdna_end": null,
"cdna_length": 2074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.416C>A",
"hgvs_p": "p.Ser139*",
"transcript": "ENST00000680781.1",
"protein_id": "ENSP00000505807.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 159,
"cds_start": 416,
"cds_end": null,
"cds_length": 480,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 1131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1745C>A",
"hgvs_p": "p.Ser582*",
"transcript": "XM_011539627.3",
"protein_id": "XP_011537929.2",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 602,
"cds_start": 1745,
"cds_end": null,
"cds_length": 1809,
"cdna_start": 1773,
"cdna_end": null,
"cdna_length": 2503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1679C>A",
"hgvs_p": "p.Ser560*",
"transcript": "XM_005269690.3",
"protein_id": "XP_005269747.2",
"transcript_support_level": null,
"aa_start": 560,
"aa_end": null,
"aa_length": 580,
"cds_start": 1679,
"cds_end": null,
"cds_length": 1743,
"cdna_start": 1707,
"cdna_end": null,
"cdna_length": 2437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1622C>A",
"hgvs_p": "p.Ser541*",
"transcript": "XM_011539628.3",
"protein_id": "XP_011537930.2",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 561,
"cds_start": 1622,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 1650,
"cdna_end": null,
"cdna_length": 2380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1607C>A",
"hgvs_p": "p.Ser536*",
"transcript": "XM_047425041.1",
"protein_id": "XP_047280997.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 556,
"cds_start": 1607,
"cds_end": null,
"cds_length": 1671,
"cdna_start": 1635,
"cdna_end": null,
"cdna_length": 2365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "c.1526C>A",
"hgvs_p": "p.Ser509*",
"transcript": "XM_047425042.1",
"protein_id": "XP_047280998.1",
"transcript_support_level": null,
"aa_start": 509,
"aa_end": null,
"aa_length": 529,
"cds_start": 1526,
"cds_end": null,
"cds_length": 1590,
"cdna_start": 1554,
"cdna_end": null,
"cdna_length": 2284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "n.*1000C>A",
"hgvs_p": null,
"transcript": "ENST00000679984.1",
"protein_id": "ENSP00000504998.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": 2364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "n.1955C>A",
"hgvs_p": null,
"transcript": "ENST00000680697.1",
"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": 2651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "n.462C>A",
"hgvs_p": null,
"transcript": "ENST00000681185.1",
"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": 1181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "n.2141C>A",
"hgvs_p": null,
"transcript": "ENST00000681739.1",
"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": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "n.*300C>A",
"hgvs_p": null,
"transcript": "ENST00000681928.1",
"protein_id": "ENSP00000505552.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": 1548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "n.*1000C>A",
"hgvs_p": null,
"transcript": "ENST00000679984.1",
"protein_id": "ENSP00000504998.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": 2364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"hgvs_c": "n.*300C>A",
"hgvs_p": null,
"transcript": "ENST00000681928.1",
"protein_id": "ENSP00000505552.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": 1548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TCTN3",
"gene_hgnc_id": 24519,
"dbsnp": "rs2097923913",
"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.4300000071525574,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.43,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.845,
"phylop100way_prediction": "Uncertain_significance",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Moderate,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PVS1_Moderate",
"PM2",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_015631.6",
"gene_symbol": "TCTN3",
"hgnc_id": 24519,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1760C>A",
"hgvs_p": "p.Ser587*"
}
],
"clinvar_disease": "Orofacial-digital syndrome IV",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Orofacial-digital syndrome IV",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}