← 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-9961338-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=9961338&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 9961338,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_198182.3",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.571A>C",
"hgvs_p": "p.Asn191His",
"transcript": "NM_198182.3",
"protein_id": "NP_937825.2",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 618,
"cds_start": 571,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 3568,
"mane_select": "ENST00000324907.14",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198182.3"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.571A>C",
"hgvs_p": "p.Asn191His",
"transcript": "ENST00000324907.14",
"protein_id": "ENSP00000324693.9",
"transcript_support_level": 1,
"aa_start": 191,
"aa_end": null,
"aa_length": 618,
"cds_start": 571,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 3568,
"mane_select": "NM_198182.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324907.14"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.81A>C",
"hgvs_p": "p.Ser27Ser",
"transcript": "ENST00000405379.6",
"protein_id": "ENSP00000384209.3",
"transcript_support_level": 1,
"aa_start": 27,
"aa_end": null,
"aa_length": 429,
"cds_start": 81,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 174,
"cdna_end": null,
"cdna_length": 1881,
"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": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.571A>C",
"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": 2060,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000472167.5"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.571A>C",
"hgvs_p": "p.Asn191His",
"transcript": "XM_006711882.4",
"protein_id": "XP_006711945.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 630,
"cds_start": 571,
"cds_end": null,
"cds_length": 1893,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 3604,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711882.4"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.430A>C",
"hgvs_p": "p.Asn144His",
"transcript": "XM_011510343.3",
"protein_id": "XP_011508645.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 583,
"cds_start": 430,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 713,
"cdna_end": null,
"cdna_length": 3605,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510343.3"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.430A>C",
"hgvs_p": "p.Asn144His",
"transcript": "XM_047444017.1",
"protein_id": "XP_047299973.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 571,
"cds_start": 430,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 935,
"cdna_end": null,
"cdna_length": 3791,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444017.1"
},
{
"aa_ref": "N",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.118A>C",
"hgvs_p": "p.Asn40His",
"transcript": "XM_017003900.2",
"protein_id": "XP_016859389.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 479,
"cds_start": 118,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 382,
"cdna_end": null,
"cdna_length": 3274,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003900.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.81A>C",
"hgvs_p": "p.Ser27Ser",
"transcript": "XM_047444018.1",
"protein_id": "XP_047299974.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 441,
"cds_start": 81,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 3199,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047444018.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "c.81A>C",
"hgvs_p": "p.Ser27Ser",
"transcript": "XM_047444019.1",
"protein_id": "XP_047299975.1",
"transcript_support_level": null,
"aa_start": 27,
"aa_end": null,
"aa_length": 429,
"cds_start": 81,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 382,
"cdna_end": null,
"cdna_length": 3161,
"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": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.580A>C",
"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": 2099,
"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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.375A>C",
"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": 780,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.2901A>C",
"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": 5400,
"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": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"hgvs_c": "n.712A>C",
"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": 1874,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001738726.3"
}
],
"gene_symbol": "GRHL1",
"gene_hgnc_id": 17923,
"dbsnp": "rs767268690",
"frequency_reference_population": 0.000006574622,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84416e-7,
"gnomad_genomes_af": 0.00000657462,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1100727915763855,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.096,
"revel_prediction": "Benign",
"alphamissense_score": 0.0825,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.7,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_198182.3",
"gene_symbol": "GRHL1",
"hgnc_id": 17923,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.571A>C",
"hgvs_p": "p.Asn191His"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}