← 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: 8-144429263-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=144429263&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 144429263,
"ref": "C",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_013432.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.4017G>C",
"hgvs_p": "p.Leu1339Leu",
"transcript": "NM_013432.5",
"protein_id": "NP_038460.4",
"transcript_support_level": null,
"aa_start": 1339,
"aa_end": null,
"aa_length": 1378,
"cds_start": 4017,
"cds_end": null,
"cds_length": 4137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000409379.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013432.5"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.4017G>C",
"hgvs_p": "p.Leu1339Leu",
"transcript": "ENST00000409379.8",
"protein_id": "ENSP00000386239.3",
"transcript_support_level": 1,
"aa_start": 1339,
"aa_end": null,
"aa_length": 1378,
"cds_start": 4017,
"cds_end": null,
"cds_length": 4137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_013432.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409379.8"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.4185G>C",
"hgvs_p": "p.Leu1395Leu",
"transcript": "ENST00000932056.1",
"protein_id": "ENSP00000602115.1",
"transcript_support_level": null,
"aa_start": 1395,
"aa_end": null,
"aa_length": 1434,
"cds_start": 4185,
"cds_end": null,
"cds_length": 4305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932056.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.4047G>C",
"hgvs_p": "p.Leu1349Leu",
"transcript": "ENST00000971177.1",
"protein_id": "ENSP00000641236.1",
"transcript_support_level": null,
"aa_start": 1349,
"aa_end": null,
"aa_length": 1388,
"cds_start": 4047,
"cds_end": null,
"cds_length": 4167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971177.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.4014G>C",
"hgvs_p": "p.Leu1338Leu",
"transcript": "ENST00000932054.1",
"protein_id": "ENSP00000602113.1",
"transcript_support_level": null,
"aa_start": 1338,
"aa_end": null,
"aa_length": 1377,
"cds_start": 4014,
"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": "ENST00000932054.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.3984G>C",
"hgvs_p": "p.Leu1328Leu",
"transcript": "ENST00000932055.1",
"protein_id": "ENSP00000602114.1",
"transcript_support_level": null,
"aa_start": 1328,
"aa_end": null,
"aa_length": 1367,
"cds_start": 3984,
"cds_end": null,
"cds_length": 4104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932055.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.3984G>C",
"hgvs_p": "p.Leu1328Leu",
"transcript": "ENST00000971178.1",
"protein_id": "ENSP00000641237.1",
"transcript_support_level": null,
"aa_start": 1328,
"aa_end": null,
"aa_length": 1367,
"cds_start": 3984,
"cds_end": null,
"cds_length": 4104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971178.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.3045G>C",
"hgvs_p": "p.Leu1015Leu",
"transcript": "XM_011517048.3",
"protein_id": "XP_011515350.1",
"transcript_support_level": null,
"aa_start": 1015,
"aa_end": null,
"aa_length": 1054,
"cds_start": 3045,
"cds_end": null,
"cds_length": 3165,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517048.3"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "c.3009G>C",
"hgvs_p": "p.Leu1003Leu",
"transcript": "XM_011517049.3",
"protein_id": "XP_011515351.1",
"transcript_support_level": null,
"aa_start": 1003,
"aa_end": null,
"aa_length": 1042,
"cds_start": 3009,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517049.3"
},
{
"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": 10,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VPS28",
"gene_hgnc_id": 18178,
"hgvs_c": "c.-35+97G>C",
"hgvs_p": null,
"transcript": "ENST00000909910.1",
"protein_id": "ENSP00000579969.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909910.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"hgvs_c": "n.6119G>C",
"hgvs_p": null,
"transcript": "ENST00000497613.2",
"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": "retained_intron",
"feature": "ENST00000497613.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000305609",
"gene_hgnc_id": null,
"hgvs_c": "n.199+1149C>G",
"hgvs_p": null,
"transcript": "ENST00000811933.1",
"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": "ENST00000811933.1"
}
],
"gene_symbol": "TONSL",
"gene_hgnc_id": 7801,
"dbsnp": "rs1554878069",
"frequency_reference_population": 0.0000029177613,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000291776,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.550000011920929,
"computational_prediction_selected": "Benign",
"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.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.909,
"phylop100way_prediction": "Benign",
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_013432.5",
"gene_symbol": "TONSL",
"hgnc_id": 7801,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4017G>C",
"hgvs_p": "p.Leu1339Leu"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000909910.1",
"gene_symbol": "VPS28",
"hgnc_id": 18178,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-35+97G>C",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000811933.1",
"gene_symbol": "ENSG00000305609",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.199+1149C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}