← 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: 19-39830478-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=39830478&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 39830478,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000323039.10",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "NM_004714.3",
"protein_id": "NP_004705.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 629,
"cds_start": 269,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 510,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": "ENST00000323039.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "ENST00000323039.10",
"protein_id": "ENSP00000312789.4",
"transcript_support_level": 1,
"aa_start": 90,
"aa_end": null,
"aa_length": 629,
"cds_start": 269,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 510,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": "NM_004714.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.449A>C",
"hgvs_p": "p.His150Pro",
"transcript": "ENST00000593685.5",
"protein_id": "ENSP00000469863.2",
"transcript_support_level": 5,
"aa_start": 150,
"aa_end": null,
"aa_length": 689,
"cds_start": 449,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 2724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "NM_006484.3",
"protein_id": "NP_006475.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 601,
"cds_start": 269,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 510,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "ENST00000348817.7",
"protein_id": "ENSP00000221803.4",
"transcript_support_level": 5,
"aa_start": 90,
"aa_end": null,
"aa_length": 601,
"cds_start": 269,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 549,
"cdna_end": null,
"cdna_length": 2448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "ENST00000597639.5",
"protein_id": "ENSP00000472941.1",
"transcript_support_level": 5,
"aa_start": 90,
"aa_end": null,
"aa_length": 601,
"cds_start": 269,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 269,
"cdna_end": null,
"cdna_length": 1806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "NM_006483.3",
"protein_id": "NP_006474.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 589,
"cds_start": 269,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 510,
"cdna_end": null,
"cdna_length": 2376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "ENST00000430012.6",
"protein_id": "ENSP00000403182.1",
"transcript_support_level": 5,
"aa_start": 90,
"aa_end": null,
"aa_length": 589,
"cds_start": 269,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 506,
"cdna_end": null,
"cdna_length": 2007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "ENST00000600611.5",
"protein_id": "ENSP00000471609.1",
"transcript_support_level": 5,
"aa_start": 90,
"aa_end": null,
"aa_length": 171,
"cds_start": 269,
"cds_end": null,
"cds_length": 518,
"cdna_start": 408,
"cdna_end": null,
"cdna_length": 657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "ENST00000601972.1",
"protein_id": "ENSP00000472861.1",
"transcript_support_level": 2,
"aa_start": 90,
"aa_end": null,
"aa_length": 137,
"cds_start": 269,
"cds_end": null,
"cds_length": 414,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.449A>C",
"hgvs_p": "p.His150Pro",
"transcript": "XM_047439667.1",
"protein_id": "XP_047295623.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 689,
"cds_start": 449,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 752,
"cdna_end": null,
"cdna_length": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.449A>C",
"hgvs_p": "p.His150Pro",
"transcript": "XM_047439668.1",
"protein_id": "XP_047295624.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 661,
"cds_start": 449,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 752,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.449A>C",
"hgvs_p": "p.His150Pro",
"transcript": "XM_047439669.1",
"protein_id": "XP_047295625.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 649,
"cds_start": 449,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 752,
"cdna_end": null,
"cdna_length": 2618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro",
"transcript": "XM_005259398.5",
"protein_id": "XP_005259455.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 629,
"cds_start": 269,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 578,
"cdna_end": null,
"cdna_length": 2564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000291312",
"gene_hgnc_id": null,
"hgvs_c": "c.*4A>C",
"hgvs_p": null,
"transcript": "ENST00000706940.1",
"protein_id": "ENSP00000516660.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 117,
"cds_start": -4,
"cds_end": null,
"cds_length": 354,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 354,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"dbsnp": "rs587777380",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.25671178102493286,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.664,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.6332,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.14,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP5,BP4",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 1,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000323039.10",
"gene_symbol": "DYRK1B",
"hgnc_id": 3092,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.269A>C",
"hgvs_p": "p.His90Pro"
},
{
"score": 2,
"benign_score": 1,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000706940.1",
"gene_symbol": "ENSG00000291312",
"hgnc_id": null,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.*4A>C",
"hgvs_p": null
}
],
"clinvar_disease": "Abdominal obesity-metabolic syndrome 3",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Abdominal obesity-metabolic syndrome 3",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}