← 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-13817600-CCAGT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=13817600&ref=CCAGT&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 13817600,
"ref": "CCAGT",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "ENST00000265104.5",
"consequences": [
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.6932_6935delACTG",
"hgvs_p": "p.Asp2311fs",
"transcript": "NM_001369.3",
"protein_id": "NP_001360.1",
"transcript_support_level": null,
"aa_start": 2311,
"aa_end": null,
"aa_length": 4624,
"cds_start": 6932,
"cds_end": null,
"cds_length": 13875,
"cdna_start": 7185,
"cdna_end": null,
"cdna_length": 15781,
"mane_select": "ENST00000265104.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.6932_6935delACTG",
"hgvs_p": "p.Asp2311fs",
"transcript": "ENST00000265104.5",
"protein_id": "ENSP00000265104.4",
"transcript_support_level": 1,
"aa_start": 2311,
"aa_end": null,
"aa_length": 4624,
"cds_start": 6932,
"cds_end": null,
"cds_length": 13875,
"cdna_start": 7185,
"cdna_end": null,
"cdna_length": 15781,
"mane_select": "NM_001369.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.6887_6890delACTG",
"hgvs_p": "p.Asp2296fs",
"transcript": "ENST00000681290.1",
"protein_id": "ENSP00000505288.1",
"transcript_support_level": null,
"aa_start": 2296,
"aa_end": null,
"aa_length": 4609,
"cds_start": 6887,
"cds_end": null,
"cds_length": 13830,
"cdna_start": 7049,
"cdna_end": null,
"cdna_length": 15645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.7040_7043delACTG",
"hgvs_p": "p.Asp2347fs",
"transcript": "XM_005248262.4",
"protein_id": "XP_005248319.2",
"transcript_support_level": null,
"aa_start": 2347,
"aa_end": null,
"aa_length": 4660,
"cds_start": 7040,
"cds_end": null,
"cds_length": 13983,
"cdna_start": 7049,
"cdna_end": null,
"cdna_length": 15645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.6692_6695delACTG",
"hgvs_p": "p.Asp2231fs",
"transcript": "XM_047416886.1",
"protein_id": "XP_047272842.1",
"transcript_support_level": null,
"aa_start": 2231,
"aa_end": null,
"aa_length": 4544,
"cds_start": 6692,
"cds_end": null,
"cds_length": 13635,
"cdna_start": 7814,
"cdna_end": null,
"cdna_length": 16410,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.7040_7043delACTG",
"hgvs_p": "p.Asp2347fs",
"transcript": "XM_017009177.2",
"protein_id": "XP_016864666.1",
"transcript_support_level": null,
"aa_start": 2347,
"aa_end": null,
"aa_length": 4520,
"cds_start": 7040,
"cds_end": null,
"cds_length": 13563,
"cdna_start": 7049,
"cdna_end": null,
"cdna_length": 15225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.5945_5948delACTG",
"hgvs_p": "p.Asp1982fs",
"transcript": "XM_017009179.3",
"protein_id": "XP_016864668.1",
"transcript_support_level": null,
"aa_start": 1982,
"aa_end": null,
"aa_length": 4295,
"cds_start": 5945,
"cds_end": null,
"cds_length": 12888,
"cdna_start": 6157,
"cdna_end": null,
"cdna_length": 14753,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.7040_7043delACTG",
"hgvs_p": "p.Asp2347fs",
"transcript": "XM_017009180.2",
"protein_id": "XP_016864669.1",
"transcript_support_level": null,
"aa_start": 2347,
"aa_end": null,
"aa_length": 4272,
"cds_start": 7040,
"cds_end": null,
"cds_length": 12819,
"cdna_start": 7049,
"cdna_end": null,
"cdna_length": 12932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 69,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.7040_7043delACTG",
"hgvs_p": "p.Asp2347fs",
"transcript": "XM_017009181.2",
"protein_id": "XP_016864670.1",
"transcript_support_level": null,
"aa_start": 2347,
"aa_end": null,
"aa_length": 3960,
"cds_start": 7040,
"cds_end": null,
"cds_length": 11883,
"cdna_start": 7049,
"cdna_end": null,
"cdna_length": 11987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.7040_7043delACTG",
"hgvs_p": "p.Asp2347fs",
"transcript": "XM_017009182.2",
"protein_id": "XP_016864671.1",
"transcript_support_level": null,
"aa_start": 2347,
"aa_end": null,
"aa_length": 3809,
"cds_start": 7040,
"cds_end": null,
"cds_length": 11430,
"cdna_start": 7049,
"cdna_end": null,
"cdna_length": 11526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.7040_7043delACTG",
"hgvs_p": "p.Asp2347fs",
"transcript": "XM_017009184.2",
"protein_id": "XP_016864673.1",
"transcript_support_level": null,
"aa_start": 2347,
"aa_end": null,
"aa_length": 3071,
"cds_start": 7040,
"cds_end": null,
"cds_length": 9216,
"cdna_start": 7049,
"cdna_end": null,
"cdna_length": 9297,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.2129_2132delACTG",
"hgvs_p": "p.Asp710fs",
"transcript": "XM_017009185.1",
"protein_id": "XP_016864674.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 3023,
"cds_start": 2129,
"cds_end": null,
"cds_length": 9072,
"cdna_start": 2356,
"cdna_end": null,
"cdna_length": 10952,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.1682_1685delACTG",
"hgvs_p": "p.Asp561fs",
"transcript": "XM_017009186.2",
"protein_id": "XP_016864675.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 2874,
"cds_start": 1682,
"cds_end": null,
"cds_length": 8625,
"cdna_start": 1787,
"cdna_end": null,
"cdna_length": 10383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.7040_7043delACTG",
"hgvs_p": "p.Asp2347fs",
"transcript": "XM_017009187.2",
"protein_id": "XP_016864676.1",
"transcript_support_level": null,
"aa_start": 2347,
"aa_end": null,
"aa_length": 2679,
"cds_start": 7040,
"cds_end": null,
"cds_length": 8040,
"cdna_start": 7049,
"cdna_end": null,
"cdna_length": 8130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DW",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.1019_1022delACTG",
"hgvs_p": "p.Asp340fs",
"transcript": "XM_017009188.2",
"protein_id": "XP_016864677.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 2653,
"cds_start": 1019,
"cds_end": null,
"cds_length": 7962,
"cdna_start": 2589,
"cdna_end": null,
"cdna_length": 11185,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "n.1863_1866delACTG",
"hgvs_p": null,
"transcript": "ENST00000683090.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": 1897,
"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": 42,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "n.7046_7049delACTG",
"hgvs_p": null,
"transcript": "XR_001742034.2",
"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": 9175,
"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": 42,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "n.7046_7049delACTG",
"hgvs_p": null,
"transcript": "XR_001742035.2",
"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": 9166,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"dbsnp": "rs1554062097",
"frequency_reference_population": 0.0000047884528,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000478845,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"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": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 9.236,
"phylop100way_prediction": "Pathogenic",
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Moderate",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PVS1",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000265104.5",
"gene_symbol": "DNAH5",
"hgnc_id": 2950,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.6932_6935delACTG",
"hgvs_p": "p.Asp2311fs"
}
],
"clinvar_disease": "Primary ciliary dyskinesia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Primary ciliary dyskinesia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}