← 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: 9-15182372-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=15182372&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 15182372,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_152574.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1460G>A",
"hgvs_p": "p.Arg487Lys",
"transcript": "NM_152574.3",
"protein_id": "NP_689787.3",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 616,
"cds_start": 1460,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000512701.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152574.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1460G>A",
"hgvs_p": "p.Arg487Lys",
"transcript": "ENST00000512701.7",
"protein_id": "ENSP00000422496.2",
"transcript_support_level": 2,
"aa_start": 487,
"aa_end": null,
"aa_length": 616,
"cds_start": 1460,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_152574.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512701.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "n.480G>A",
"hgvs_p": null,
"transcript": "ENST00000380853.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000380853.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1454G>A",
"hgvs_p": "p.Arg485Lys",
"transcript": "NM_001168339.2",
"protein_id": "NP_001161811.2",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 614,
"cds_start": 1454,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168339.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1421G>A",
"hgvs_p": "p.Arg474Lys",
"transcript": "NM_001168340.2",
"protein_id": "NP_001161812.2",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 603,
"cds_start": 1421,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168340.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1421G>A",
"hgvs_p": "p.Arg474Lys",
"transcript": "ENST00000380850.9",
"protein_id": "ENSP00000370231.5",
"transcript_support_level": 2,
"aa_start": 474,
"aa_end": null,
"aa_length": 603,
"cds_start": 1421,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380850.9"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1394G>A",
"hgvs_p": "p.Arg465Lys",
"transcript": "ENST00000866788.1",
"protein_id": "ENSP00000536847.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 594,
"cds_start": 1394,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866788.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1253G>A",
"hgvs_p": "p.Arg418Lys",
"transcript": "NM_001168341.2",
"protein_id": "NP_001161813.2",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 547,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168341.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1253G>A",
"hgvs_p": "p.Arg418Lys",
"transcript": "ENST00000297615.10",
"protein_id": "ENSP00000297615.6",
"transcript_support_level": 2,
"aa_start": 418,
"aa_end": null,
"aa_length": 547,
"cds_start": 1253,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000297615.10"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Lys",
"transcript": "NM_001168342.2",
"protein_id": "NP_001161814.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 517,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001168342.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Lys",
"transcript": "ENST00000507285.5",
"protein_id": "ENSP00000426539.1",
"transcript_support_level": 5,
"aa_start": 388,
"aa_end": null,
"aa_length": 517,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507285.5"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Lys",
"transcript": "ENST00000507993.5",
"protein_id": "ENSP00000423392.1",
"transcript_support_level": 2,
"aa_start": 388,
"aa_end": null,
"aa_length": 517,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507993.5"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1007G>A",
"hgvs_p": "p.Arg336Lys",
"transcript": "ENST00000911740.1",
"protein_id": "ENSP00000581799.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 465,
"cds_start": 1007,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911740.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1466G>A",
"hgvs_p": "p.Arg489Lys",
"transcript": "XM_047422828.1",
"protein_id": "XP_047278784.1",
"transcript_support_level": null,
"aa_start": 489,
"aa_end": null,
"aa_length": 618,
"cds_start": 1466,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422828.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Lys",
"transcript": "XM_011517732.3",
"protein_id": "XP_011516034.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 585,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517732.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Lys",
"transcript": "XM_017014312.2",
"protein_id": "XP_016869801.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 585,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014312.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Lys",
"transcript": "XM_024447422.2",
"protein_id": "XP_024303190.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 585,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447422.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Lys",
"transcript": "XM_024447423.2",
"protein_id": "XP_024303191.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 585,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447423.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Lys",
"transcript": "XM_024447424.2",
"protein_id": "XP_024303192.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 585,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447424.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1367G>A",
"hgvs_p": "p.Arg456Lys",
"transcript": "XM_047422829.1",
"protein_id": "XP_047278785.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 585,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1758,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422829.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1163G>A",
"hgvs_p": "p.Arg388Lys",
"transcript": "XM_024447425.2",
"protein_id": "XP_024303193.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 517,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024447425.2"
}
],
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"dbsnp": "rs781381791",
"frequency_reference_population": 0.0000013702985,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.0000013703,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3161986470222473,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.14000000059604645,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.118,
"revel_prediction": "Benign",
"alphamissense_score": 0.1569,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.026,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.14,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152574.3",
"gene_symbol": "TTC39B",
"hgnc_id": 23704,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1460G>A",
"hgvs_p": "p.Arg487Lys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}