← 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-13792044-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=13792044&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 13792044,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001369.3",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8398G>A",
"hgvs_p": "p.Val2800Ile",
"transcript": "NM_001369.3",
"protein_id": "NP_001360.1",
"transcript_support_level": null,
"aa_start": 2800,
"aa_end": null,
"aa_length": 4624,
"cds_start": 8398,
"cds_end": null,
"cds_length": 13875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265104.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001369.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8398G>A",
"hgvs_p": "p.Val2800Ile",
"transcript": "ENST00000265104.5",
"protein_id": "ENSP00000265104.4",
"transcript_support_level": 1,
"aa_start": 2800,
"aa_end": null,
"aa_length": 4624,
"cds_start": 8398,
"cds_end": null,
"cds_length": 13875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001369.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265104.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8353G>A",
"hgvs_p": "p.Val2785Ile",
"transcript": "ENST00000681290.1",
"protein_id": "ENSP00000505288.1",
"transcript_support_level": null,
"aa_start": 2785,
"aa_end": null,
"aa_length": 4609,
"cds_start": 8353,
"cds_end": null,
"cds_length": 13830,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000681290.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8506G>A",
"hgvs_p": "p.Val2836Ile",
"transcript": "XM_005248262.4",
"protein_id": "XP_005248319.2",
"transcript_support_level": null,
"aa_start": 2836,
"aa_end": null,
"aa_length": 4660,
"cds_start": 8506,
"cds_end": null,
"cds_length": 13983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005248262.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8158G>A",
"hgvs_p": "p.Val2720Ile",
"transcript": "XM_047416886.1",
"protein_id": "XP_047272842.1",
"transcript_support_level": null,
"aa_start": 2720,
"aa_end": null,
"aa_length": 4544,
"cds_start": 8158,
"cds_end": null,
"cds_length": 13635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416886.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8506G>A",
"hgvs_p": "p.Val2836Ile",
"transcript": "XM_017009177.2",
"protein_id": "XP_016864666.1",
"transcript_support_level": null,
"aa_start": 2836,
"aa_end": null,
"aa_length": 4520,
"cds_start": 8506,
"cds_end": null,
"cds_length": 13563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009177.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 44,
"exon_rank_end": null,
"exon_count": 73,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.7411G>A",
"hgvs_p": "p.Val2471Ile",
"transcript": "XM_017009179.3",
"protein_id": "XP_016864668.1",
"transcript_support_level": null,
"aa_start": 2471,
"aa_end": null,
"aa_length": 4295,
"cds_start": 7411,
"cds_end": null,
"cds_length": 12888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009179.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 74,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8506G>A",
"hgvs_p": "p.Val2836Ile",
"transcript": "XM_017009180.2",
"protein_id": "XP_016864669.1",
"transcript_support_level": null,
"aa_start": 2836,
"aa_end": null,
"aa_length": 4272,
"cds_start": 8506,
"cds_end": null,
"cds_length": 12819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009180.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 69,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8506G>A",
"hgvs_p": "p.Val2836Ile",
"transcript": "XM_017009181.2",
"protein_id": "XP_016864670.1",
"transcript_support_level": null,
"aa_start": 2836,
"aa_end": null,
"aa_length": 3960,
"cds_start": 8506,
"cds_end": null,
"cds_length": 11883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009181.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8506G>A",
"hgvs_p": "p.Val2836Ile",
"transcript": "XM_017009182.2",
"protein_id": "XP_016864671.1",
"transcript_support_level": null,
"aa_start": 2836,
"aa_end": null,
"aa_length": 3809,
"cds_start": 8506,
"cds_end": null,
"cds_length": 11430,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009182.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.8506G>A",
"hgvs_p": "p.Val2836Ile",
"transcript": "XM_017009184.2",
"protein_id": "XP_016864673.1",
"transcript_support_level": null,
"aa_start": 2836,
"aa_end": null,
"aa_length": 3071,
"cds_start": 8506,
"cds_end": null,
"cds_length": 9216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009184.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 51,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.3595G>A",
"hgvs_p": "p.Val1199Ile",
"transcript": "XM_017009185.1",
"protein_id": "XP_016864674.1",
"transcript_support_level": null,
"aa_start": 1199,
"aa_end": null,
"aa_length": 3023,
"cds_start": 3595,
"cds_end": null,
"cds_length": 9072,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009185.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.3148G>A",
"hgvs_p": "p.Val1050Ile",
"transcript": "XM_017009186.2",
"protein_id": "XP_016864675.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 2874,
"cds_start": 3148,
"cds_end": null,
"cds_length": 8625,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009186.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "c.2485G>A",
"hgvs_p": "p.Val829Ile",
"transcript": "XM_017009188.2",
"protein_id": "XP_016864677.1",
"transcript_support_level": null,
"aa_start": 829,
"aa_end": null,
"aa_length": 2653,
"cds_start": 2485,
"cds_end": null,
"cds_length": 7962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017009188.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "n.8512G>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001742034.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 50,
"exon_rank_end": null,
"exon_count": 54,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"hgvs_c": "n.8512G>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001742035.2"
}
],
"gene_symbol": "DNAH5",
"gene_hgnc_id": 2950,
"dbsnp": "rs770453841",
"frequency_reference_population": 0.00007807117,
"hom_count_reference_population": 0,
"allele_count_reference_population": 126,
"gnomad_exomes_af": 0.0000786717,
"gnomad_genomes_af": 0.0000723009,
"gnomad_exomes_ac": 115,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09200158715248108,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.104,
"revel_prediction": "Benign",
"alphamissense_score": 0.0633,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.782,
"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": "Likely_benign",
"acmg_criteria": "PM1,BP4_Moderate,BP6",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM1",
"BP4_Moderate",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "NM_001369.3",
"gene_symbol": "DNAH5",
"hgnc_id": 2950,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.8398G>A",
"hgvs_p": "p.Val2800Ile"
}
],
"clinvar_disease": "Primary ciliary dyskinesia,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2",
"phenotype_combined": "Primary ciliary dyskinesia|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}