← 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-39825765-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=39825765&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 39825765,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000323039.10",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Pro614Ser",
"transcript": "NM_004714.3",
"protein_id": "NP_004705.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 629,
"cds_start": 1840,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 2081,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": "ENST00000323039.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Pro614Ser",
"transcript": "ENST00000323039.10",
"protein_id": "ENSP00000312789.4",
"transcript_support_level": 1,
"aa_start": 614,
"aa_end": null,
"aa_length": 629,
"cds_start": 1840,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 2081,
"cdna_end": null,
"cdna_length": 2496,
"mane_select": "NM_004714.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.2020C>T",
"hgvs_p": "p.Pro674Ser",
"transcript": "ENST00000593685.5",
"protein_id": "ENSP00000469863.2",
"transcript_support_level": 5,
"aa_start": 674,
"aa_end": null,
"aa_length": 689,
"cds_start": 2020,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 2309,
"cdna_end": null,
"cdna_length": 2724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1756C>T",
"hgvs_p": "p.Pro586Ser",
"transcript": "NM_006484.3",
"protein_id": "NP_006475.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 601,
"cds_start": 1756,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1756C>T",
"hgvs_p": "p.Pro586Ser",
"transcript": "ENST00000348817.7",
"protein_id": "ENSP00000221803.4",
"transcript_support_level": 5,
"aa_start": 586,
"aa_end": null,
"aa_length": 601,
"cds_start": 1756,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 2036,
"cdna_end": null,
"cdna_length": 2448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1756C>T",
"hgvs_p": "p.Pro586Ser",
"transcript": "ENST00000597639.5",
"protein_id": "ENSP00000472941.1",
"transcript_support_level": 5,
"aa_start": 586,
"aa_end": null,
"aa_length": 601,
"cds_start": 1756,
"cds_end": null,
"cds_length": 1806,
"cdna_start": 1756,
"cdna_end": null,
"cdna_length": 1806,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1720C>T",
"hgvs_p": "p.Pro574Ser",
"transcript": "NM_006483.3",
"protein_id": "NP_006474.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 589,
"cds_start": 1720,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1961,
"cdna_end": null,
"cdna_length": 2376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1720C>T",
"hgvs_p": "p.Pro574Ser",
"transcript": "ENST00000430012.6",
"protein_id": "ENSP00000403182.1",
"transcript_support_level": 5,
"aa_start": 574,
"aa_end": null,
"aa_length": 589,
"cds_start": 1720,
"cds_end": null,
"cds_length": 1770,
"cdna_start": 1957,
"cdna_end": null,
"cdna_length": 2007,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.2020C>T",
"hgvs_p": "p.Pro674Ser",
"transcript": "XM_047439667.1",
"protein_id": "XP_047295623.1",
"transcript_support_level": null,
"aa_start": 674,
"aa_end": null,
"aa_length": 689,
"cds_start": 2020,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 2323,
"cdna_end": null,
"cdna_length": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1936C>T",
"hgvs_p": "p.Pro646Ser",
"transcript": "XM_047439668.1",
"protein_id": "XP_047295624.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 661,
"cds_start": 1936,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 2239,
"cdna_end": null,
"cdna_length": 2654,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1900C>T",
"hgvs_p": "p.Pro634Ser",
"transcript": "XM_047439669.1",
"protein_id": "XP_047295625.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 649,
"cds_start": 1900,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 2203,
"cdna_end": null,
"cdna_length": 2618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Pro614Ser",
"transcript": "XM_005259398.5",
"protein_id": "XP_005259455.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 629,
"cds_start": 1840,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 2149,
"cdna_end": null,
"cdna_length": 2564,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DYRK1B",
"gene_hgnc_id": 3092,
"dbsnp": "rs745880233",
"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.12430420517921448,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.103,
"revel_prediction": "Benign",
"alphamissense_score": 0.0754,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.239,
"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": 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": "ENST00000323039.10",
"gene_symbol": "DYRK1B",
"hgnc_id": 3092,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1840C>T",
"hgvs_p": "p.Pro614Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}