← 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: 18-31849702-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=31849702&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 31849702,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_014939.5",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3599A>T",
"hgvs_p": "p.Tyr1200Phe",
"transcript": "NM_014939.5",
"protein_id": "NP_055754.3",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3599,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000283351.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014939.5"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3599A>T",
"hgvs_p": "p.Tyr1200Phe",
"transcript": "ENST00000283351.10",
"protein_id": "ENSP00000283351.4",
"transcript_support_level": 1,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3599,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014939.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000283351.10"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3437A>T",
"hgvs_p": "p.Tyr1146Phe",
"transcript": "ENST00000582539.5",
"protein_id": "ENSP00000463764.1",
"transcript_support_level": 1,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1381,
"cds_start": 3437,
"cds_end": null,
"cds_length": 4146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000582539.5"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3602A>T",
"hgvs_p": "p.Tyr1201Phe",
"transcript": "ENST00000865828.1",
"protein_id": "ENSP00000535887.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 1436,
"cds_start": 3602,
"cds_end": null,
"cds_length": 4311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865828.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3599A>T",
"hgvs_p": "p.Tyr1200Phe",
"transcript": "ENST00000923366.1",
"protein_id": "ENSP00000593425.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1435,
"cds_start": 3599,
"cds_end": null,
"cds_length": 4308,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923366.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3602A>T",
"hgvs_p": "p.Tyr1201Phe",
"transcript": "ENST00000865829.1",
"protein_id": "ENSP00000535888.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 1406,
"cds_start": 3602,
"cds_end": null,
"cds_length": 4221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865829.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3599A>T",
"hgvs_p": "p.Tyr1200Phe",
"transcript": "ENST00000865827.1",
"protein_id": "ENSP00000535886.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1405,
"cds_start": 3599,
"cds_end": null,
"cds_length": 4218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865827.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3404A>T",
"hgvs_p": "p.Tyr1135Phe",
"transcript": "ENST00000923367.1",
"protein_id": "ENSP00000593426.1",
"transcript_support_level": null,
"aa_start": 1135,
"aa_end": null,
"aa_length": 1370,
"cds_start": 3404,
"cds_end": null,
"cds_length": 4113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923367.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3602A>T",
"hgvs_p": "p.Tyr1201Phe",
"transcript": "XM_005258233.4",
"protein_id": "XP_005258290.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 1436,
"cds_start": 3602,
"cds_end": null,
"cds_length": 4311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258233.4"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3527A>T",
"hgvs_p": "p.Tyr1176Phe",
"transcript": "XM_047437353.1",
"protein_id": "XP_047293309.1",
"transcript_support_level": null,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1411,
"cds_start": 3527,
"cds_end": null,
"cds_length": 4236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437353.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3524A>T",
"hgvs_p": "p.Tyr1175Phe",
"transcript": "XM_017025615.2",
"protein_id": "XP_016881104.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1410,
"cds_start": 3524,
"cds_end": null,
"cds_length": 4233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025615.2"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3602A>T",
"hgvs_p": "p.Tyr1201Phe",
"transcript": "XM_005258234.4",
"protein_id": "XP_005258291.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 1406,
"cds_start": 3602,
"cds_end": null,
"cds_length": 4221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258234.4"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3599A>T",
"hgvs_p": "p.Tyr1200Phe",
"transcript": "XM_017025616.3",
"protein_id": "XP_016881105.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1405,
"cds_start": 3599,
"cds_end": null,
"cds_length": 4218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025616.3"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3602A>T",
"hgvs_p": "p.Tyr1201Phe",
"transcript": "XM_006722420.5",
"protein_id": "XP_006722483.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 1338,
"cds_start": 3602,
"cds_end": null,
"cds_length": 4017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722420.5"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3599A>T",
"hgvs_p": "p.Tyr1200Phe",
"transcript": "XM_047437354.1",
"protein_id": "XP_047293310.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1337,
"cds_start": 3599,
"cds_end": null,
"cds_length": 4014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437354.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3602A>T",
"hgvs_p": "p.Tyr1201Phe",
"transcript": "XM_047437355.1",
"protein_id": "XP_047293311.1",
"transcript_support_level": null,
"aa_start": 1201,
"aa_end": null,
"aa_length": 1294,
"cds_start": 3602,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437355.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3599A>T",
"hgvs_p": "p.Tyr1200Phe",
"transcript": "XM_047437356.1",
"protein_id": "XP_047293312.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1293,
"cds_start": 3599,
"cds_end": null,
"cds_length": 3882,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437356.1"
},
{
"aa_ref": "Y",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.2777A>T",
"hgvs_p": "p.Tyr926Phe",
"transcript": "XM_005258235.4",
"protein_id": "XP_005258292.1",
"transcript_support_level": null,
"aa_start": 926,
"aa_end": null,
"aa_length": 1161,
"cds_start": 2777,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005258235.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 24,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "c.3561+2744A>T",
"hgvs_p": null,
"transcript": "ENST00000865830.1",
"protein_id": "ENSP00000535889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1377,
"cds_start": null,
"cds_end": null,
"cds_length": 4134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "n.375A>T",
"hgvs_p": null,
"transcript": "ENST00000578886.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000578886.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "n.*556A>T",
"hgvs_p": null,
"transcript": "ENST00000580104.5",
"protein_id": "ENSP00000462550.1",
"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": "ENST00000580104.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"hgvs_c": "n.*556A>T",
"hgvs_p": null,
"transcript": "ENST00000580104.5",
"protein_id": "ENSP00000462550.1",
"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": "ENST00000580104.5"
}
],
"gene_symbol": "TRAPPC8",
"gene_hgnc_id": 29169,
"dbsnp": "rs1178309356",
"frequency_reference_population": 0.000012414773,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000130245,
"gnomad_genomes_af": 0.0000065703,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08872765302658081,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.064,
"revel_prediction": "Benign",
"alphamissense_score": 0.0663,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.056,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014939.5",
"gene_symbol": "TRAPPC8",
"hgnc_id": 29169,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3599A>T",
"hgvs_p": "p.Tyr1200Phe"
}
],
"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
}