← 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: 1-205147572-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=205147572&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 205147572,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015375.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2776G>A",
"hgvs_p": "p.Asp926Asn",
"transcript": "NM_015375.3",
"protein_id": "NP_056190.1",
"transcript_support_level": null,
"aa_start": 926,
"aa_end": null,
"aa_length": 929,
"cds_start": 2776,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367162.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015375.3"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2776G>A",
"hgvs_p": "p.Asp926Asn",
"transcript": "ENST00000367162.8",
"protein_id": "ENSP00000356130.3",
"transcript_support_level": 1,
"aa_start": 926,
"aa_end": null,
"aa_length": 929,
"cds_start": 2776,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015375.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367162.8"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2641G>A",
"hgvs_p": "p.Asp881Asn",
"transcript": "ENST00000367161.7",
"protein_id": "ENSP00000356129.3",
"transcript_support_level": 1,
"aa_start": 881,
"aa_end": null,
"aa_length": 884,
"cds_start": 2641,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367161.7"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2749G>A",
"hgvs_p": "p.Asp917Asn",
"transcript": "ENST00000893236.1",
"protein_id": "ENSP00000563295.1",
"transcript_support_level": null,
"aa_start": 917,
"aa_end": null,
"aa_length": 920,
"cds_start": 2749,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893236.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2740G>A",
"hgvs_p": "p.Asp914Asn",
"transcript": "ENST00000956899.1",
"protein_id": "ENSP00000626958.1",
"transcript_support_level": null,
"aa_start": 914,
"aa_end": null,
"aa_length": 917,
"cds_start": 2740,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956899.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2662G>A",
"hgvs_p": "p.Asp888Asn",
"transcript": "ENST00000893239.1",
"protein_id": "ENSP00000563298.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 891,
"cds_start": 2662,
"cds_end": null,
"cds_length": 2676,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893239.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2641G>A",
"hgvs_p": "p.Asp881Asn",
"transcript": "NM_199462.3",
"protein_id": "NP_955749.1",
"transcript_support_level": null,
"aa_start": 881,
"aa_end": null,
"aa_length": 884,
"cds_start": 2641,
"cds_end": null,
"cds_length": 2655,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199462.3"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2614G>A",
"hgvs_p": "p.Asp872Asn",
"transcript": "ENST00000893240.1",
"protein_id": "ENSP00000563299.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 875,
"cds_start": 2614,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893240.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2200G>A",
"hgvs_p": "p.Asp734Asn",
"transcript": "ENST00000893238.1",
"protein_id": "ENSP00000563297.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 737,
"cds_start": 2200,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893238.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2065G>A",
"hgvs_p": "p.Asp689Asn",
"transcript": "ENST00000893237.1",
"protein_id": "ENSP00000563296.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 692,
"cds_start": 2065,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893237.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.1873G>A",
"hgvs_p": "p.Asp625Asn",
"transcript": "ENST00000893241.1",
"protein_id": "ENSP00000563300.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 628,
"cds_start": 1873,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893241.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.1717G>A",
"hgvs_p": "p.Asp573Asn",
"transcript": "ENST00000956900.1",
"protein_id": "ENSP00000626959.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 576,
"cds_start": 1717,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956900.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2749G>A",
"hgvs_p": "p.Asp917Asn",
"transcript": "XM_011509392.3",
"protein_id": "XP_011507694.1",
"transcript_support_level": null,
"aa_start": 917,
"aa_end": null,
"aa_length": 920,
"cds_start": 2749,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509392.3"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2614G>A",
"hgvs_p": "p.Asp872Asn",
"transcript": "XM_047417145.1",
"protein_id": "XP_047273101.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 875,
"cds_start": 2614,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417145.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2191G>A",
"hgvs_p": "p.Asp731Asn",
"transcript": "XM_047417147.1",
"protein_id": "XP_047273103.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 734,
"cds_start": 2191,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417147.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2149G>A",
"hgvs_p": "p.Asp717Asn",
"transcript": "XM_011509394.3",
"protein_id": "XP_011507696.1",
"transcript_support_level": null,
"aa_start": 717,
"aa_end": null,
"aa_length": 720,
"cds_start": 2149,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509394.3"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2056G>A",
"hgvs_p": "p.Asp686Asn",
"transcript": "XM_047417151.1",
"protein_id": "XP_047273107.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 689,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2070,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417151.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"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": "DSTYK",
"gene_hgnc_id": 29043,
"hgvs_c": "c.2014G>A",
"hgvs_p": "p.Asp672Asn",
"transcript": "XM_047417152.1",
"protein_id": "XP_047273108.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 675,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417152.1"
}
],
"gene_symbol": "DSTYK",
"gene_hgnc_id": 29043,
"dbsnp": "rs148542303",
"frequency_reference_population": 0.000002057918,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205792,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3128577470779419,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.313,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0941,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.076,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015375.3",
"gene_symbol": "DSTYK",
"hgnc_id": 29043,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2776G>A",
"hgvs_p": "p.Asp926Asn"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}