← 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: 7-100155800-GC-AG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100155800&ref=GC&alt=AG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "TRAPPC14",
"hgnc_id": 25604,
"hgvs_c": "c.1265_1266delGCinsCT",
"hgvs_p": "p.Arg422Pro",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_018275.5",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"3_prime_UTR_variant"
],
"gene_symbol": "LAMTOR4",
"hgnc_id": 33772,
"hgvs_c": "c.*199_*200delGCinsAG",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "ENST00000490633.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "AG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "7",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 580,
"aa_ref": "R",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2555,
"cdna_start": 1490,
"cds_end": null,
"cds_length": 1743,
"cds_start": 1265,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_018275.5",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "c.1265_1266delGCinsCT",
"hgvs_p": "p.Arg422Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000316937.8",
"protein_coding": true,
"protein_id": "NP_060745.3",
"strand": false,
"transcript": "NM_018275.5",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 580,
"aa_ref": "R",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2555,
"cdna_start": 1490,
"cds_end": null,
"cds_length": 1743,
"cds_start": 1265,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000316937.8",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "c.1265_1266delGCinsCT",
"hgvs_p": "p.Arg422Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_018275.5",
"protein_coding": true,
"protein_id": "ENSP00000324741.3",
"strand": false,
"transcript": "ENST00000316937.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1255,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000394035.6",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.*108_*109delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000377600.3",
"strand": false,
"transcript": "ENST00000394035.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1255,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000394035.6",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.*108_*109delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000377600.3",
"strand": false,
"transcript": "ENST00000394035.6",
"transcript_support_level": 1
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 577,
"aa_ref": "R",
"aa_start": 422,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2547,
"cdna_start": 1490,
"cds_end": null,
"cds_length": 1734,
"cds_start": 1265,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000950372.1",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "c.1265_1266delGCinsCT",
"hgvs_p": "p.Arg422Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000620431.1",
"strand": false,
"transcript": "ENST00000950372.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 577,
"aa_ref": "R",
"aa_start": 419,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2479,
"cdna_start": 1414,
"cds_end": null,
"cds_length": 1734,
"cds_start": 1256,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000950373.1",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "c.1256_1257delGCinsCT",
"hgvs_p": "p.Arg419Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000620432.1",
"strand": false,
"transcript": "ENST00000950373.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 311,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2055,
"cdna_start": 990,
"cds_end": null,
"cds_length": 936,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001303470.2",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "c.458_459delGCinsCT",
"hgvs_p": "p.Arg153Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001290399.1",
"strand": false,
"transcript": "NM_001303470.2",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 311,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2046,
"cdna_start": 982,
"cds_end": null,
"cds_length": 936,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000456769.5",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "c.458_459delGCinsCT",
"hgvs_p": "p.Arg153Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000389672.2",
"strand": false,
"transcript": "ENST00000456769.5",
"transcript_support_level": 2
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 311,
"aa_ref": "R",
"aa_start": 153,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2005,
"cdna_start": 937,
"cds_end": null,
"cds_length": 936,
"cds_start": 458,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000457641.5",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "c.458_459delGCinsCT",
"hgvs_p": "p.Arg153Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000396432.1",
"strand": false,
"transcript": "ENST00000457641.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 18,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 401,
"cdna_start": null,
"cds_end": null,
"cds_length": 57,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000490633.1",
"gene_hgnc_id": 33772,
"gene_symbol": "LAMTOR4",
"hgvs_c": "c.*199_*200delGCinsAG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000481202.1",
"strand": true,
"transcript": "ENST00000490633.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2200,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000419037.5",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.*461_*462delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000399397.1",
"strand": false,
"transcript": "ENST00000419037.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1500,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000419841.2",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.*535_*536delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000406326.2",
"strand": false,
"transcript": "ENST00000419841.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1616,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000448720.5",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.*108_*109delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000400075.1",
"strand": false,
"transcript": "ENST00000448720.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2200,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000419037.5",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.*461_*462delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000399397.1",
"strand": false,
"transcript": "ENST00000419037.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1500,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000419841.2",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.*535_*536delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000406326.2",
"strand": false,
"transcript": "ENST00000419841.2",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1616,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000448720.5",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.*108_*109delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000400075.1",
"strand": false,
"transcript": "ENST00000448720.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1103,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000470260.1",
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"hgvs_c": "n.-127_-126delGCinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000470260.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 25604,
"gene_symbol": "TRAPPC14",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.62,
"pos": 100155800,
"ref": "GC",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_018275.5"
}
]
}