← 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: 20-49234077-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=49234077&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 49234077,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_001348187.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1273+368A>T",
"hgvs_p": null,
"transcript": "NM_017895.8",
"protein_id": "NP_060365.8",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": null,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000618172.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017895.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1273+368A>T",
"hgvs_p": null,
"transcript": "ENST00000618172.5",
"protein_id": "ENSP00000482680.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": null,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017895.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000618172.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "n.240A>T",
"hgvs_p": null,
"transcript": "ENST00000471144.1",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000471144.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "n.1743A>T",
"hgvs_p": null,
"transcript": "ENST00000484427.5",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000484427.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1366+368A>T",
"hgvs_p": null,
"transcript": "NM_001348187.2",
"protein_id": "NP_001335116.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 796,
"cds_start": null,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001348187.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1273+368A>T",
"hgvs_p": null,
"transcript": "ENST00000939260.1",
"protein_id": "ENSP00000609319.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 786,
"cds_start": null,
"cds_end": null,
"cds_length": 2361,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939260.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1312+368A>T",
"hgvs_p": null,
"transcript": "ENST00000958005.1",
"protein_id": "ENSP00000628064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 778,
"cds_start": null,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958005.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1306+368A>T",
"hgvs_p": null,
"transcript": "ENST00000870582.1",
"protein_id": "ENSP00000540641.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 776,
"cds_start": null,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870582.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1291+368A>T",
"hgvs_p": null,
"transcript": "ENST00000870583.1",
"protein_id": "ENSP00000540642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 771,
"cds_start": null,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870583.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1288+368A>T",
"hgvs_p": null,
"transcript": "ENST00000870584.1",
"protein_id": "ENSP00000540643.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 770,
"cds_start": null,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870584.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1276+368A>T",
"hgvs_p": null,
"transcript": "ENST00000939255.1",
"protein_id": "ENSP00000609314.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 766,
"cds_start": null,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939255.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1243+368A>T",
"hgvs_p": null,
"transcript": "ENST00000939258.1",
"protein_id": "ENSP00000609317.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 755,
"cds_start": null,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939258.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1213+368A>T",
"hgvs_p": null,
"transcript": "ENST00000958006.1",
"protein_id": "ENSP00000628065.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 745,
"cds_start": null,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958006.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1273+368A>T",
"hgvs_p": null,
"transcript": "ENST00000939254.1",
"protein_id": "ENSP00000609313.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 744,
"cds_start": null,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939254.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1273+368A>T",
"hgvs_p": null,
"transcript": "ENST00000958004.1",
"protein_id": "ENSP00000628063.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 741,
"cds_start": null,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958004.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1186+368A>T",
"hgvs_p": null,
"transcript": "ENST00000939256.1",
"protein_id": "ENSP00000609315.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 736,
"cds_start": null,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939256.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1186+368A>T",
"hgvs_p": null,
"transcript": "ENST00000939257.1",
"protein_id": "ENSP00000609316.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 736,
"cds_start": null,
"cds_end": null,
"cds_length": 2211,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939257.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1099+368A>T",
"hgvs_p": null,
"transcript": "ENST00000939259.1",
"protein_id": "ENSP00000609318.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 707,
"cds_start": null,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939259.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"hgvs_c": "c.1033+368A>T",
"hgvs_p": null,
"transcript": "ENST00000939261.1",
"protein_id": "ENSP00000609320.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 685,
"cds_start": null,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939261.1"
}
],
"gene_symbol": "DDX27",
"gene_hgnc_id": 15837,
"dbsnp": "rs1079661",
"frequency_reference_population": 0.45239,
"hom_count_reference_population": 22770,
"allele_count_reference_population": 92901,
"gnomad_exomes_af": 0.472039,
"gnomad_genomes_af": 0.445498,
"gnomad_exomes_ac": 25171,
"gnomad_genomes_ac": 67730,
"gnomad_exomes_homalt": 6275,
"gnomad_genomes_homalt": 16495,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9100000262260437,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.91,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.071,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001348187.2",
"gene_symbol": "DDX27",
"hgnc_id": 15837,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1366+368A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}