← 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-15175071-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=15175071&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 15175071,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_152574.3",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1708T>C",
"hgvs_p": "p.Tyr570His",
"transcript": "NM_152574.3",
"protein_id": "NP_689787.3",
"transcript_support_level": null,
"aa_start": 570,
"aa_end": null,
"aa_length": 616,
"cds_start": 1708,
"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": "Y",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1708T>C",
"hgvs_p": "p.Tyr570His",
"transcript": "ENST00000512701.7",
"protein_id": "ENSP00000422496.2",
"transcript_support_level": 2,
"aa_start": 570,
"aa_end": null,
"aa_length": 616,
"cds_start": 1708,
"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": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "n.728T>C",
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1702T>C",
"hgvs_p": "p.Tyr568His",
"transcript": "NM_001168339.2",
"protein_id": "NP_001161811.2",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 614,
"cds_start": 1702,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1669T>C",
"hgvs_p": "p.Tyr557His",
"transcript": "NM_001168340.2",
"protein_id": "NP_001161812.2",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 603,
"cds_start": 1669,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1669T>C",
"hgvs_p": "p.Tyr557His",
"transcript": "ENST00000380850.9",
"protein_id": "ENSP00000370231.5",
"transcript_support_level": 2,
"aa_start": 557,
"aa_end": null,
"aa_length": 603,
"cds_start": 1669,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1642T>C",
"hgvs_p": "p.Tyr548His",
"transcript": "ENST00000866788.1",
"protein_id": "ENSP00000536847.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 594,
"cds_start": 1642,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1501T>C",
"hgvs_p": "p.Tyr501His",
"transcript": "NM_001168341.2",
"protein_id": "NP_001161813.2",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 547,
"cds_start": 1501,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1501T>C",
"hgvs_p": "p.Tyr501His",
"transcript": "ENST00000297615.10",
"protein_id": "ENSP00000297615.6",
"transcript_support_level": 2,
"aa_start": 501,
"aa_end": null,
"aa_length": 547,
"cds_start": 1501,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1411T>C",
"hgvs_p": "p.Tyr471His",
"transcript": "NM_001168342.2",
"protein_id": "NP_001161814.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 517,
"cds_start": 1411,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1411T>C",
"hgvs_p": "p.Tyr471His",
"transcript": "ENST00000507285.5",
"protein_id": "ENSP00000426539.1",
"transcript_support_level": 5,
"aa_start": 471,
"aa_end": null,
"aa_length": 517,
"cds_start": 1411,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1411T>C",
"hgvs_p": "p.Tyr471His",
"transcript": "ENST00000507993.5",
"protein_id": "ENSP00000423392.1",
"transcript_support_level": 2,
"aa_start": 471,
"aa_end": null,
"aa_length": 517,
"cds_start": 1411,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1255T>C",
"hgvs_p": "p.Tyr419His",
"transcript": "ENST00000911740.1",
"protein_id": "ENSP00000581799.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 465,
"cds_start": 1255,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1714T>C",
"hgvs_p": "p.Tyr572His",
"transcript": "XM_047422828.1",
"protein_id": "XP_047278784.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 618,
"cds_start": 1714,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1615T>C",
"hgvs_p": "p.Tyr539His",
"transcript": "XM_011517732.3",
"protein_id": "XP_011516034.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 585,
"cds_start": 1615,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1615T>C",
"hgvs_p": "p.Tyr539His",
"transcript": "XM_017014312.2",
"protein_id": "XP_016869801.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 585,
"cds_start": 1615,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1615T>C",
"hgvs_p": "p.Tyr539His",
"transcript": "XM_024447422.2",
"protein_id": "XP_024303190.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 585,
"cds_start": 1615,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1615T>C",
"hgvs_p": "p.Tyr539His",
"transcript": "XM_024447423.2",
"protein_id": "XP_024303191.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 585,
"cds_start": 1615,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1615T>C",
"hgvs_p": "p.Tyr539His",
"transcript": "XM_024447424.2",
"protein_id": "XP_024303192.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 585,
"cds_start": 1615,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1615T>C",
"hgvs_p": "p.Tyr539His",
"transcript": "XM_047422829.1",
"protein_id": "XP_047278785.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 585,
"cds_start": 1615,
"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": "Y",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC39B",
"gene_hgnc_id": 23704,
"hgvs_c": "c.1411T>C",
"hgvs_p": "p.Tyr471His",
"transcript": "XM_024447425.2",
"protein_id": "XP_024303193.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 517,
"cds_start": 1411,
"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": "rs778519863",
"frequency_reference_population": 0.000024787816,
"hom_count_reference_population": 0,
"allele_count_reference_population": 40,
"gnomad_exomes_af": 0.0000253165,
"gnomad_genomes_af": 0.0000197109,
"gnomad_exomes_ac": 37,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.29344314336776733,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.337,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0967,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.863,
"phylop100way_prediction": "Uncertain_significance",
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_152574.3",
"gene_symbol": "TTC39B",
"hgnc_id": 23704,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1708T>C",
"hgvs_p": "p.Tyr570His"
}
],
"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
}