← 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-15185368-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=15185368&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 15185368,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_152574.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1328C>G",
"hgvs_p": "p.Ser443Cys",
"transcript": "NM_152574.3",
"protein_id": "NP_689787.3",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 616,
"cds_start": 1328,
"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": "S",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1328C>G",
"hgvs_p": "p.Ser443Cys",
"transcript": "ENST00000512701.7",
"protein_id": "ENSP00000422496.2",
"transcript_support_level": 2,
"aa_start": 443,
"aa_end": null,
"aa_length": 616,
"cds_start": 1328,
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "n.348C>G",
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1322C>G",
"hgvs_p": "p.Ser441Cys",
"transcript": "NM_001168339.2",
"protein_id": "NP_001161811.2",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 614,
"cds_start": 1322,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1289C>G",
"hgvs_p": "p.Ser430Cys",
"transcript": "NM_001168340.2",
"protein_id": "NP_001161812.2",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 603,
"cds_start": 1289,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1289C>G",
"hgvs_p": "p.Ser430Cys",
"transcript": "ENST00000380850.9",
"protein_id": "ENSP00000370231.5",
"transcript_support_level": 2,
"aa_start": 430,
"aa_end": null,
"aa_length": 603,
"cds_start": 1289,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1262C>G",
"hgvs_p": "p.Ser421Cys",
"transcript": "ENST00000866788.1",
"protein_id": "ENSP00000536847.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 594,
"cds_start": 1262,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Ser374Cys",
"transcript": "NM_001168341.2",
"protein_id": "NP_001161813.2",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 547,
"cds_start": 1121,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1121C>G",
"hgvs_p": "p.Ser374Cys",
"transcript": "ENST00000297615.10",
"protein_id": "ENSP00000297615.6",
"transcript_support_level": 2,
"aa_start": 374,
"aa_end": null,
"aa_length": 547,
"cds_start": 1121,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1031C>G",
"hgvs_p": "p.Ser344Cys",
"transcript": "NM_001168342.2",
"protein_id": "NP_001161814.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 517,
"cds_start": 1031,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1031C>G",
"hgvs_p": "p.Ser344Cys",
"transcript": "ENST00000507285.5",
"protein_id": "ENSP00000426539.1",
"transcript_support_level": 5,
"aa_start": 344,
"aa_end": null,
"aa_length": 517,
"cds_start": 1031,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1031C>G",
"hgvs_p": "p.Ser344Cys",
"transcript": "ENST00000507993.5",
"protein_id": "ENSP00000423392.1",
"transcript_support_level": 2,
"aa_start": 344,
"aa_end": null,
"aa_length": 517,
"cds_start": 1031,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.875C>G",
"hgvs_p": "p.Ser292Cys",
"transcript": "ENST00000911740.1",
"protein_id": "ENSP00000581799.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 465,
"cds_start": 875,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1334C>G",
"hgvs_p": "p.Ser445Cys",
"transcript": "XM_047422828.1",
"protein_id": "XP_047278784.1",
"transcript_support_level": null,
"aa_start": 445,
"aa_end": null,
"aa_length": 618,
"cds_start": 1334,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1235C>G",
"hgvs_p": "p.Ser412Cys",
"transcript": "XM_011517732.3",
"protein_id": "XP_011516034.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 585,
"cds_start": 1235,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1235C>G",
"hgvs_p": "p.Ser412Cys",
"transcript": "XM_017014312.2",
"protein_id": "XP_016869801.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 585,
"cds_start": 1235,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1235C>G",
"hgvs_p": "p.Ser412Cys",
"transcript": "XM_024447422.2",
"protein_id": "XP_024303190.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 585,
"cds_start": 1235,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1235C>G",
"hgvs_p": "p.Ser412Cys",
"transcript": "XM_024447423.2",
"protein_id": "XP_024303191.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 585,
"cds_start": 1235,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1235C>G",
"hgvs_p": "p.Ser412Cys",
"transcript": "XM_024447424.2",
"protein_id": "XP_024303192.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 585,
"cds_start": 1235,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1235C>G",
"hgvs_p": "p.Ser412Cys",
"transcript": "XM_047422829.1",
"protein_id": "XP_047278785.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 585,
"cds_start": 1235,
"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": "S",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1031C>G",
"hgvs_p": "p.Ser344Cys",
"transcript": "XM_024447425.2",
"protein_id": "XP_024303193.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 517,
"cds_start": 1031,
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.*121C>G",
"hgvs_p": null,
"transcript": "XM_047422831.1",
"protein_id": "XP_047278787.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 442,
"cds_start": null,
"cds_end": null,
"cds_length": 1329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422831.1"
}
],
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"dbsnp": "rs997396622",
"frequency_reference_population": 0.000020449137,
"hom_count_reference_population": 0,
"allele_count_reference_population": 33,
"gnomad_exomes_af": 0.0000198422,
"gnomad_genomes_af": 0.0000262767,
"gnomad_exomes_ac": 29,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8545382022857666,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.54,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8552,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.854,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152574.3",
"gene_symbol": "TTC39B",
"hgnc_id": 23704,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1328C>G",
"hgvs_p": "p.Ser443Cys"
}
],
"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
}