← 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: 1-36137237-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=36137237&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 36137237,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001270894.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.509G>A",
"hgvs_p": "p.Arg170Gln",
"transcript": "NM_014408.5",
"protein_id": "NP_055223.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 180,
"cds_start": 509,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373166.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014408.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.509G>A",
"hgvs_p": "p.Arg170Gln",
"transcript": "ENST00000373166.8",
"protein_id": "ENSP00000362261.3",
"transcript_support_level": 1,
"aa_start": 170,
"aa_end": null,
"aa_length": 180,
"cds_start": 509,
"cds_end": null,
"cds_length": 543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014408.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373166.8"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.554G>A",
"hgvs_p": "p.Arg185Gln",
"transcript": "ENST00000923688.1",
"protein_id": "ENSP00000593747.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 195,
"cds_start": 554,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923688.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.533G>A",
"hgvs_p": "p.Arg178Gln",
"transcript": "NM_001270894.2",
"protein_id": "NP_001257823.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 188,
"cds_start": 533,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270894.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.533G>A",
"hgvs_p": "p.Arg178Gln",
"transcript": "ENST00000616395.4",
"protein_id": "ENSP00000480332.1",
"transcript_support_level": 3,
"aa_start": 178,
"aa_end": null,
"aa_length": 188,
"cds_start": 533,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616395.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.503G>A",
"hgvs_p": "p.Arg168Gln",
"transcript": "ENST00000905432.1",
"protein_id": "ENSP00000575491.1",
"transcript_support_level": null,
"aa_start": 168,
"aa_end": null,
"aa_length": 178,
"cds_start": 503,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905432.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.371G>A",
"hgvs_p": "p.Arg124Gln",
"transcript": "NM_001270895.2",
"protein_id": "NP_001257824.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 134,
"cds_start": 371,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270895.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.371G>A",
"hgvs_p": "p.Arg124Gln",
"transcript": "NM_001270896.2",
"protein_id": "NP_001257825.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 134,
"cds_start": 371,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270896.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.371G>A",
"hgvs_p": "p.Arg124Gln",
"transcript": "ENST00000373162.5",
"protein_id": "ENSP00000362256.1",
"transcript_support_level": 2,
"aa_start": 124,
"aa_end": null,
"aa_length": 134,
"cds_start": 371,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373162.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.371G>A",
"hgvs_p": "p.Arg124Gln",
"transcript": "ENST00000373163.5",
"protein_id": "ENSP00000362257.1",
"transcript_support_level": 3,
"aa_start": 124,
"aa_end": null,
"aa_length": 134,
"cds_start": 371,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373163.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.371G>A",
"hgvs_p": "p.Arg124Gln",
"transcript": "ENST00000617904.4",
"protein_id": "ENSP00000480648.1",
"transcript_support_level": 2,
"aa_start": 124,
"aa_end": null,
"aa_length": 134,
"cds_start": 371,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617904.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.311G>A",
"hgvs_p": "p.Arg104Gln",
"transcript": "NM_001270897.2",
"protein_id": "NP_001257826.1",
"transcript_support_level": null,
"aa_start": 104,
"aa_end": null,
"aa_length": 114,
"cds_start": 311,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270897.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.311G>A",
"hgvs_p": "p.Arg104Gln",
"transcript": "ENST00000616074.5",
"protein_id": "ENSP00000482052.1",
"transcript_support_level": 5,
"aa_start": 104,
"aa_end": null,
"aa_length": 114,
"cds_start": 311,
"cds_end": null,
"cds_length": 345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616074.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Arg102Gln",
"transcript": "ENST00000923687.1",
"protein_id": "ENSP00000593746.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 112,
"cds_start": 305,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923687.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "c.257G>A",
"hgvs_p": "p.Arg86Gln",
"transcript": "ENST00000851013.1",
"protein_id": "ENSP00000521084.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 96,
"cds_start": 257,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851013.1"
},
{
"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": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "n.*301G>A",
"hgvs_p": null,
"transcript": "ENST00000373159.2",
"protein_id": "ENSP00000362253.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000373159.2"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "n.1772G>A",
"hgvs_p": null,
"transcript": "ENST00000462715.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000462715.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "n.664G>A",
"hgvs_p": null,
"transcript": "NR_073097.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_073097.2"
},
{
"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": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "n.236G>A",
"hgvs_p": null,
"transcript": "NR_073098.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_073098.2"
},
{
"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": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "n.*301G>A",
"hgvs_p": null,
"transcript": "ENST00000373159.2",
"protein_id": "ENSP00000362253.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000373159.2"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"hgvs_c": "n.*25G>A",
"hgvs_p": null,
"transcript": "ENST00000469757.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000469757.1"
}
],
"gene_symbol": "TRAPPC3",
"gene_hgnc_id": 19942,
"dbsnp": "rs771791503",
"frequency_reference_population": 0.00003658824,
"hom_count_reference_population": 0,
"allele_count_reference_population": 59,
"gnomad_exomes_af": 0.0000342369,
"gnomad_genomes_af": 0.0000591615,
"gnomad_exomes_ac": 50,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4306463897228241,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.49,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4961,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.905,
"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,PP2",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001270894.2",
"gene_symbol": "TRAPPC3",
"hgnc_id": 19942,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.533G>A",
"hgvs_p": "p.Arg178Gln"
}
],
"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
}