← 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: 5-177515766-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=177515766&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 177515766,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000330503.12",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Trp",
"transcript": "NM_016222.4",
"protein_id": "NP_057306.2",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 622,
"cds_start": 490,
"cds_end": null,
"cds_length": 1869,
"cdna_start": 506,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": "ENST00000330503.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Trp",
"transcript": "ENST00000330503.12",
"protein_id": "ENSP00000330349.8",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 622,
"cds_start": 490,
"cds_end": null,
"cds_length": 1869,
"cdna_start": 506,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": "NM_016222.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.490C>T",
"hgvs_p": null,
"transcript": "ENST00000507955.6",
"protein_id": "ENSP00000422753.2",
"transcript_support_level": 1,
"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": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.759C>T",
"hgvs_p": null,
"transcript": "ENST00000515562.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 1184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.112C>T",
"hgvs_p": "p.Arg38Trp",
"transcript": "NM_001321732.2",
"protein_id": "NP_001308661.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 496,
"cds_start": 112,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 783,
"cdna_end": null,
"cdna_length": 2376,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.112C>T",
"hgvs_p": "p.Arg38Trp",
"transcript": "NM_001321830.2",
"protein_id": "NP_001308759.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 496,
"cds_start": 112,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Trp",
"transcript": "ENST00000629036.2",
"protein_id": "ENSP00000486367.1",
"transcript_support_level": 4,
"aa_start": 164,
"aa_end": null,
"aa_length": 201,
"cds_start": 490,
"cds_end": null,
"cds_length": 606,
"cdna_start": 490,
"cdna_end": null,
"cdna_length": 606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.783C>T",
"hgvs_p": null,
"transcript": "ENST00000503078.5",
"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": 2375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.229C>T",
"hgvs_p": null,
"transcript": "ENST00000504781.5",
"protein_id": "ENSP00000425739.1",
"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": 618,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.731C>T",
"hgvs_p": null,
"transcript": "ENST00000505081.5",
"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": 2949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.490C>T",
"hgvs_p": null,
"transcript": "ENST00000509576.5",
"protein_id": "ENSP00000426330.1",
"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": 819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.609C>T",
"hgvs_p": null,
"transcript": "ENST00000512431.5",
"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": 904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.562C>T",
"hgvs_p": null,
"transcript": "ENST00000652623.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2094,
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.439+163C>T",
"hgvs_p": null,
"transcript": "ENST00000506965.5",
"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": 560,
"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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.451+163C>T",
"hgvs_p": null,
"transcript": "ENST00000650742.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1708,
"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": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.487+163C>T",
"hgvs_p": null,
"transcript": "ENST00000652618.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.-36C>T",
"hgvs_p": null,
"transcript": "ENST00000508279.5",
"protein_id": "ENSP00000421460.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": 776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"hgvs_c": "n.*409C>T",
"hgvs_p": null,
"transcript": "ENST00000510171.3",
"protein_id": "ENSP00000427082.1",
"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": 569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DDX41",
"gene_hgnc_id": 18674,
"dbsnp": "rs142143752",
"frequency_reference_population": 0.0001474579,
"hom_count_reference_population": 0,
"allele_count_reference_population": 238,
"gnomad_exomes_af": 0.000145706,
"gnomad_genomes_af": 0.000164286,
"gnomad_exomes_ac": 213,
"gnomad_genomes_ac": 25,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22977674007415771,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.327,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8952,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.247,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP2,PP5,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PP2",
"PP5",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000330503.12",
"gene_symbol": "DDX41",
"hgnc_id": 18674,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Trp"
}
],
"clinvar_disease": "DDX41-related hematologic malignancy predisposition syndrome,Inborn genetic diseases,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:2 US:5",
"phenotype_combined": "DDX41-related hematologic malignancy predisposition syndrome|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}