← 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: 17-16003846-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=16003846&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 16003846,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000261647.10",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "NM_017775.4",
"protein_id": "NP_060245.3",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 380,
"cds_start": 478,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": "ENST00000261647.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "ENST00000261647.10",
"protein_id": "ENSP00000261647.5",
"transcript_support_level": 1,
"aa_start": 160,
"aa_end": null,
"aa_length": 380,
"cds_start": 478,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 3050,
"mane_select": "NM_017775.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "c.157A>C",
"hgvs_p": "p.Lys53Gln",
"transcript": "NM_001271420.2",
"protein_id": "NP_001258349.1",
"transcript_support_level": null,
"aa_start": 53,
"aa_end": null,
"aa_length": 273,
"cds_start": 157,
"cds_end": null,
"cds_length": 822,
"cdna_start": 640,
"cdna_end": null,
"cdna_length": 3187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "XM_017024801.3",
"protein_id": "XP_016880290.2",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 348,
"cds_start": 478,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 1532,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "XM_017024802.3",
"protein_id": "XP_016880291.2",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 335,
"cds_start": 478,
"cds_end": null,
"cds_length": 1008,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 1590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln",
"transcript": "XM_024450814.2",
"protein_id": "XP_024306582.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 234,
"cds_start": 478,
"cds_end": null,
"cds_length": 705,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "n.*298A>C",
"hgvs_p": null,
"transcript": "ENST00000466729.5",
"protein_id": "ENSP00000466261.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "n.*179A>C",
"hgvs_p": null,
"transcript": "ENST00000470399.1",
"protein_id": "ENSP00000465082.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "n.*162A>C",
"hgvs_p": null,
"transcript": "ENST00000475723.5",
"protein_id": "ENSP00000465754.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "n.588A>C",
"hgvs_p": null,
"transcript": "ENST00000497842.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1360,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "n.*298A>C",
"hgvs_p": null,
"transcript": "ENST00000466729.5",
"protein_id": "ENSP00000466261.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "n.*179A>C",
"hgvs_p": null,
"transcript": "ENST00000470399.1",
"protein_id": "ENSP00000465082.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"hgvs_c": "n.*162A>C",
"hgvs_p": null,
"transcript": "ENST00000475723.5",
"protein_id": "ENSP00000465754.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TTC19",
"gene_hgnc_id": 26006,
"dbsnp": "rs797046058",
"frequency_reference_population": 0.0000075254634,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000752546,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6191288828849792,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.332,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8521,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.504,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000261647.10",
"gene_symbol": "TTC19",
"hgnc_id": 26006,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.478A>C",
"hgvs_p": "p.Lys160Gln"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "not specified|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}