← 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: 15-45153958-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=45153958&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 45153958,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000389037.7",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe",
"transcript": "NM_175940.3",
"protein_id": "NP_787954.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1551,
"cds_start": 3532,
"cds_end": null,
"cds_length": 4656,
"cdna_start": 3686,
"cdna_end": null,
"cdna_length": 5483,
"mane_select": "ENST00000389037.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe",
"transcript": "ENST00000389037.7",
"protein_id": "ENSP00000373689.3",
"transcript_support_level": 1,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1551,
"cds_start": 3532,
"cds_end": null,
"cds_length": 4656,
"cdna_start": 3686,
"cdna_end": null,
"cdna_length": 5483,
"mane_select": "NM_175940.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe",
"transcript": "ENST00000321429.8",
"protein_id": "ENSP00000317997.4",
"transcript_support_level": 1,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1551,
"cds_start": 3532,
"cds_end": null,
"cds_length": 4656,
"cdna_start": 3939,
"cdna_end": null,
"cdna_length": 5738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe",
"transcript": "NM_017434.5",
"protein_id": "NP_059130.2",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1551,
"cds_start": 3532,
"cds_end": null,
"cds_length": 4656,
"cdna_start": 3878,
"cdna_end": null,
"cdna_length": 5675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.2470C>T",
"hgvs_p": "p.Leu824Phe",
"transcript": "ENST00000561166.1",
"protein_id": "ENSP00000454065.1",
"transcript_support_level": 2,
"aa_start": 824,
"aa_end": null,
"aa_length": 1197,
"cds_start": 2470,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 2743,
"cdna_end": null,
"cdna_length": 4539,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe",
"transcript": "XM_047432690.1",
"protein_id": "XP_047288646.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1551,
"cds_start": 3532,
"cds_end": null,
"cds_length": 4656,
"cdna_start": 5505,
"cdna_end": null,
"cdna_length": 7302,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe",
"transcript": "XM_047432691.1",
"protein_id": "XP_047288647.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1551,
"cds_start": 3532,
"cds_end": null,
"cds_length": 4656,
"cdna_start": 4133,
"cdna_end": null,
"cdna_length": 5930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe",
"transcript": "XM_047432692.1",
"protein_id": "XP_047288648.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1551,
"cds_start": 3532,
"cds_end": null,
"cds_length": 4656,
"cdna_start": 5093,
"cdna_end": null,
"cdna_length": 6890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe",
"transcript": "XM_047432693.1",
"protein_id": "XP_047288649.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1551,
"cds_start": 3532,
"cds_end": null,
"cds_length": 4656,
"cdna_start": 5108,
"cdna_end": null,
"cdna_length": 6905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.3415C>T",
"hgvs_p": "p.Leu1139Phe",
"transcript": "XM_011521681.3",
"protein_id": "XP_011519983.1",
"transcript_support_level": null,
"aa_start": 1139,
"aa_end": null,
"aa_length": 1512,
"cds_start": 3415,
"cds_end": null,
"cds_length": 4539,
"cdna_start": 3579,
"cdna_end": null,
"cdna_length": 5376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "c.2470C>T",
"hgvs_p": "p.Leu824Phe",
"transcript": "XM_011521682.2",
"protein_id": "XP_011519984.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 1197,
"cds_start": 2470,
"cds_end": null,
"cds_length": 3594,
"cdna_start": 2489,
"cdna_end": null,
"cdna_length": 4286,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "n.171C>T",
"hgvs_p": null,
"transcript": "ENST00000558744.1",
"protein_id": null,
"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": 263,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "n.125C>T",
"hgvs_p": null,
"transcript": "ENST00000559221.1",
"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": 256,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "n.563C>T",
"hgvs_p": null,
"transcript": "ENST00000559716.6",
"protein_id": null,
"transcript_support_level": 3,
"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": 887,
"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": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "n.*2071C>T",
"hgvs_p": null,
"transcript": "ENST00000561220.6",
"protein_id": "ENSP00000452623.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": 4705,
"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": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"hgvs_c": "n.*2071C>T",
"hgvs_p": null,
"transcript": "ENST00000561220.6",
"protein_id": "ENSP00000452623.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": 4705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000259539",
"gene_hgnc_id": null,
"hgvs_c": "n.42-741G>A",
"hgvs_p": null,
"transcript": "ENST00000558039.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DUOX1",
"gene_hgnc_id": 3062,
"dbsnp": "rs2458236",
"frequency_reference_population": 0.6532737,
"hom_count_reference_population": 348393,
"allele_count_reference_population": 1051086,
"gnomad_exomes_af": 0.660328,
"gnomad_genomes_af": 0.585435,
"gnomad_exomes_ac": 962361,
"gnomad_genomes_ac": 88725,
"gnomad_exomes_homalt": 321343,
"gnomad_genomes_homalt": 27050,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0000024798455342534,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.124,
"revel_prediction": "Benign",
"alphamissense_score": 0.0425,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.584,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000389037.7",
"gene_symbol": "DUOX1",
"hgnc_id": 3062,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3532C>T",
"hgvs_p": "p.Leu1178Phe"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000558039.1",
"gene_symbol": "ENSG00000259539",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.42-741G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}