← 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: 2-9963948-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=9963948&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 9963948,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_198182.3",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.809C>T",
"hgvs_p": "p.Thr270Ile",
"transcript": "NM_198182.3",
"protein_id": "NP_937825.2",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 618,
"cds_start": 809,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000324907.14",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198182.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.809C>T",
"hgvs_p": "p.Thr270Ile",
"transcript": "ENST00000324907.14",
"protein_id": "ENSP00000324693.9",
"transcript_support_level": 1,
"aa_start": 270,
"aa_end": null,
"aa_length": 618,
"cds_start": 809,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_198182.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324907.14"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.242C>T",
"hgvs_p": "p.Thr81Ile",
"transcript": "ENST00000405379.6",
"protein_id": "ENSP00000384209.3",
"transcript_support_level": 1,
"aa_start": 81,
"aa_end": null,
"aa_length": 429,
"cds_start": 242,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405379.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.809C>T",
"hgvs_p": null,
"transcript": "ENST00000472167.5",
"protein_id": "ENSP00000418275.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000472167.5"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.809C>T",
"hgvs_p": "p.Thr270Ile",
"transcript": "XM_006711882.4",
"protein_id": "XP_006711945.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 630,
"cds_start": 809,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711882.4"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.668C>T",
"hgvs_p": "p.Thr223Ile",
"transcript": "XM_011510343.3",
"protein_id": "XP_011508645.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 583,
"cds_start": 668,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510343.3"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.668C>T",
"hgvs_p": "p.Thr223Ile",
"transcript": "XM_047444017.1",
"protein_id": "XP_047299973.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 571,
"cds_start": 668,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444017.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.356C>T",
"hgvs_p": "p.Thr119Ile",
"transcript": "XM_017003900.2",
"protein_id": "XP_016859389.1",
"transcript_support_level": null,
"aa_start": 119,
"aa_end": null,
"aa_length": 479,
"cds_start": 356,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003900.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.242C>T",
"hgvs_p": "p.Thr81Ile",
"transcript": "XM_047444018.1",
"protein_id": "XP_047299974.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 441,
"cds_start": 242,
"cds_end": null,
"cds_length": 1326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444018.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.242C>T",
"hgvs_p": "p.Thr81Ile",
"transcript": "XM_047444019.1",
"protein_id": "XP_047299975.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 429,
"cds_start": 242,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444019.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.*51C>T",
"hgvs_p": null,
"transcript": "ENST00000464418.5",
"protein_id": "ENSP00000420654.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": "ENST00000464418.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.613C>T",
"hgvs_p": null,
"transcript": "ENST00000494520.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000494520.1"
},
{
"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": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.3139C>T",
"hgvs_p": null,
"transcript": "ENST00000497403.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000497403.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.950C>T",
"hgvs_p": null,
"transcript": "XR_001738726.3",
"protein_id": null,
"transcript_support_level": null,
"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": "XR_001738726.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.*51C>T",
"hgvs_p": null,
"transcript": "ENST00000464418.5",
"protein_id": "ENSP00000420654.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": "ENST00000464418.5"
}
],
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"dbsnp": "rs201730480",
"frequency_reference_population": 0.00003348019,
"hom_count_reference_population": 0,
"allele_count_reference_population": 54,
"gnomad_exomes_af": 0.0000308049,
"gnomad_genomes_af": 0.000059177,
"gnomad_exomes_ac": 45,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7001981139183044,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.369,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3893,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.858,
"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": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_198182.3",
"gene_symbol": "GRHL1",
"hgnc_id": 17923,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.809C>T",
"hgvs_p": "p.Thr270Ile"
}
],
"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
}