← 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: 16-84176050-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=84176050&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 84176050,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000378553.10",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1816A>C",
"hgvs_p": "p.Ile606Leu",
"transcript": "NM_178452.6",
"protein_id": "NP_848547.4",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 725,
"cds_start": 1816,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1949,
"cdna_end": null,
"cdna_length": 2388,
"mane_select": "ENST00000378553.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1816A>C",
"hgvs_p": "p.Ile606Leu",
"transcript": "ENST00000378553.10",
"protein_id": "ENSP00000367815.5",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 725,
"cds_start": 1816,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1949,
"cdna_end": null,
"cdna_length": 2388,
"mane_select": "NM_178452.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1108A>C",
"hgvs_p": "p.Ile370Leu",
"transcript": "NM_001318756.1",
"protein_id": "NP_001305685.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 489,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1295,
"cdna_end": null,
"cdna_length": 1736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.118A>C",
"hgvs_p": "p.Ile40Leu",
"transcript": "ENST00000569735.1",
"protein_id": "ENSP00000454960.1",
"transcript_support_level": 2,
"aa_start": 40,
"aa_end": null,
"aa_length": 190,
"cds_start": 118,
"cds_end": null,
"cds_length": 573,
"cdna_start": 118,
"cdna_end": null,
"cdna_length": 649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1864A>C",
"hgvs_p": "p.Ile622Leu",
"transcript": "XM_011522853.4",
"protein_id": "XP_011521155.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 772,
"cds_start": 1864,
"cds_end": null,
"cds_length": 2319,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 2531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1816A>C",
"hgvs_p": "p.Ile606Leu",
"transcript": "XM_017022918.3",
"protein_id": "XP_016878407.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 756,
"cds_start": 1816,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 1949,
"cdna_end": null,
"cdna_length": 2483,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1870A>C",
"hgvs_p": "p.Ile624Leu",
"transcript": "XM_011522854.4",
"protein_id": "XP_011521156.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 743,
"cds_start": 1870,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 2003,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1864A>C",
"hgvs_p": "p.Ile622Leu",
"transcript": "XM_011522855.4",
"protein_id": "XP_011521157.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 741,
"cds_start": 1864,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 2438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1822A>C",
"hgvs_p": "p.Ile608Leu",
"transcript": "XM_006721129.4",
"protein_id": "XP_006721192.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 727,
"cds_start": 1822,
"cds_end": null,
"cds_length": 2184,
"cdna_start": 1955,
"cdna_end": null,
"cdna_length": 2396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1603A>C",
"hgvs_p": "p.Ile535Leu",
"transcript": "XM_017022919.2",
"protein_id": "XP_016878408.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 685,
"cds_start": 1603,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 1851,
"cdna_end": null,
"cdna_length": 2385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1108A>C",
"hgvs_p": "p.Ile370Leu",
"transcript": "XM_017022920.3",
"protein_id": "XP_016878409.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 520,
"cds_start": 1108,
"cds_end": null,
"cds_length": 1563,
"cdna_start": 1295,
"cdna_end": null,
"cdna_length": 1829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.288A>C",
"hgvs_p": null,
"transcript": "ENST00000562024.1",
"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": 727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.1493A>C",
"hgvs_p": null,
"transcript": "ENST00000563818.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": 1931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.4269A>C",
"hgvs_p": null,
"transcript": "ENST00000570298.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": 4708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.823A>C",
"hgvs_p": null,
"transcript": "ENST00000623406.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 2689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.*358A>C",
"hgvs_p": null,
"transcript": "XM_047433589.1",
"protein_id": "XP_047289545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 664,
"cds_start": -4,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.*358A>C",
"hgvs_p": null,
"transcript": "XM_047433590.1",
"protein_id": "XP_047289546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 662,
"cds_start": -4,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.-93A>C",
"hgvs_p": null,
"transcript": "ENST00000564928.1",
"protein_id": "ENSP00000457899.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 57,
"cds_start": -4,
"cds_end": null,
"cds_length": 174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"dbsnp": "rs146607878",
"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.26151078939437866,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.3199999928474426,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.132,
"revel_prediction": "Benign",
"alphamissense_score": 0.1756,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.239,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.32,
"spliceai_max_prediction": "Uncertain_significance",
"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",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000378553.10",
"gene_symbol": "DNAAF1",
"hgnc_id": 30539,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1816A>C",
"hgvs_p": "p.Ile606Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}