← 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: 14-90610812-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=90610812&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 90610812,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001401365.1",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"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": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1896A>C",
"hgvs_p": "p.Leu632Phe",
"transcript": "NM_001010854.2",
"protein_id": "NP_001010854.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 843,
"cds_start": 1896,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000328459.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001010854.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"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": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1896A>C",
"hgvs_p": "p.Leu632Phe",
"transcript": "ENST00000328459.11",
"protein_id": "ENSP00000336127.4",
"transcript_support_level": 1,
"aa_start": 632,
"aa_end": null,
"aa_length": 843,
"cds_start": 1896,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001010854.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328459.11"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.306A>C",
"hgvs_p": "p.Leu102Phe",
"transcript": "ENST00000553972.5",
"protein_id": "ENSP00000451440.1",
"transcript_support_level": 1,
"aa_start": 102,
"aa_end": null,
"aa_length": 330,
"cds_start": 306,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000553972.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1896A>C",
"hgvs_p": "p.Leu632Phe",
"transcript": "NM_001401365.1",
"protein_id": "NP_001388294.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 914,
"cds_start": 1896,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001401365.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1896A>C",
"hgvs_p": "p.Leu632Phe",
"transcript": "ENST00000963264.1",
"protein_id": "ENSP00000633323.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 897,
"cds_start": 1896,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963264.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1896A>C",
"hgvs_p": "p.Leu632Phe",
"transcript": "ENST00000963265.1",
"protein_id": "ENSP00000633324.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 868,
"cds_start": 1896,
"cds_end": null,
"cds_length": 2607,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963265.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1920A>C",
"hgvs_p": "p.Leu640Phe",
"transcript": "ENST00000963266.1",
"protein_id": "ENSP00000633325.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 851,
"cds_start": 1920,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963266.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1896A>C",
"hgvs_p": "p.Leu632Phe",
"transcript": "ENST00000919976.1",
"protein_id": "ENSP00000590035.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 796,
"cds_start": 1896,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919976.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1590A>C",
"hgvs_p": "p.Leu530Phe",
"transcript": "NM_001320421.2",
"protein_id": "NP_001307350.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 758,
"cds_start": 1590,
"cds_end": null,
"cds_length": 2277,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320421.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"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": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.1572A>C",
"hgvs_p": "p.Leu524Phe",
"transcript": "ENST00000919977.1",
"protein_id": "ENSP00000590036.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 735,
"cds_start": 1572,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919977.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.123A>C",
"hgvs_p": "p.Leu41Phe",
"transcript": "ENST00000555894.5",
"protein_id": "ENSP00000452594.1",
"transcript_support_level": 3,
"aa_start": 41,
"aa_end": null,
"aa_length": 213,
"cds_start": 123,
"cds_end": null,
"cds_length": 642,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555894.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "n.434A>C",
"hgvs_p": null,
"transcript": "ENST00000554654.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000554654.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "n.1119A>C",
"hgvs_p": null,
"transcript": "ENST00000555005.5",
"protein_id": "ENSP00000451825.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000555005.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "n.*256A>C",
"hgvs_p": null,
"transcript": "ENST00000555239.5",
"protein_id": "ENSP00000450520.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000555239.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "n.*256A>C",
"hgvs_p": null,
"transcript": "ENST00000555239.5",
"protein_id": "ENSP00000450520.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000555239.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"hgvs_c": "c.-37A>C",
"hgvs_p": null,
"transcript": "ENST00000557292.1",
"protein_id": "ENSP00000452031.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": null,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000557292.1"
}
],
"gene_symbol": "TTC7B",
"gene_hgnc_id": 19858,
"dbsnp": "rs774719718",
"frequency_reference_population": 0.0000130126355,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.0000116305,
"gnomad_genomes_af": 0.0000262902,
"gnomad_exomes_ac": 17,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04759776592254639,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.27,
"revel_prediction": "Benign",
"alphamissense_score": 0.2296,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.955,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001401365.1",
"gene_symbol": "TTC7B",
"hgnc_id": 19858,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1896A>C",
"hgvs_p": "p.Leu632Phe"
}
],
"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
}