← 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-20933390-G-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=20933390&ref=G&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"exon_region"
],
"gene_symbol": "DNAH3",
"hgnc_id": 2949,
"hgvs_c": "c.",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_017539.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "16",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4070,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12567,
"cdna_start": null,
"cds_end": null,
"cds_length": 12213,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 62,
"exon_rank": 62,
"exon_rank_end": null,
"feature": "NM_001347886.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000698260.1",
"protein_coding": true,
"protein_id": "NP_001334815.1",
"strand": false,
"transcript": "NM_001347886.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4070,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 12567,
"cdna_start": null,
"cds_end": null,
"cds_length": 12213,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 62,
"exon_rank": 62,
"exon_rank_end": null,
"feature": "ENST00000698260.1",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001347886.2",
"protein_coding": true,
"protein_id": "ENSP00000513632.1",
"strand": false,
"transcript": "ENST00000698260.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4116,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12394,
"cdna_start": null,
"cds_end": null,
"cds_length": 12351,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 62,
"exon_rank": 62,
"exon_rank_end": null,
"feature": "ENST00000261383.3",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000261383.3",
"strand": false,
"transcript": "ENST00000261383.3",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4130,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12436,
"cdna_start": null,
"cds_end": null,
"cds_length": 12393,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 62,
"exon_rank": 62,
"exon_rank_end": null,
"feature": "ENST00000685858.1",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508756.1",
"strand": false,
"transcript": "ENST00000685858.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4116,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12394,
"cdna_start": null,
"cds_end": null,
"cds_length": 12351,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 62,
"exon_rank": 62,
"exon_rank_end": null,
"feature": "NM_017539.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_060009.1",
"strand": false,
"transcript": "NM_017539.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4130,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12454,
"cdna_start": null,
"cds_end": null,
"cds_length": 12393,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 62,
"exon_rank": 62,
"exon_rank_end": null,
"feature": "XM_017023432.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016878921.1",
"strand": false,
"transcript": "XM_017023432.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4077,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12743,
"cdna_start": null,
"cds_end": null,
"cds_length": 12234,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 63,
"exon_rank": 63,
"exon_rank_end": null,
"feature": "XM_011545882.3",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011544184.1",
"strand": false,
"transcript": "XM_011545882.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4077,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12740,
"cdna_start": null,
"cds_end": null,
"cds_length": 12234,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 63,
"exon_rank": 63,
"exon_rank_end": null,
"feature": "XM_011545883.1",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011544185.1",
"strand": false,
"transcript": "XM_011545883.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4070,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13167,
"cdna_start": null,
"cds_end": null,
"cds_length": 12213,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 62,
"exon_rank": 62,
"exon_rank_end": null,
"feature": "XM_047434348.1",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290304.1",
"strand": false,
"transcript": "XM_047434348.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 4032,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12608,
"cdna_start": null,
"cds_end": null,
"cds_length": 12099,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 62,
"exon_rank": 62,
"exon_rank_end": null,
"feature": "XM_017023426.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016878915.1",
"strand": false,
"transcript": "XM_017023426.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 3996,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12500,
"cdna_start": null,
"cds_end": null,
"cds_length": 11991,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 61,
"exon_rank": 61,
"exon_rank_end": null,
"feature": "XM_017023427.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016878916.1",
"strand": false,
"transcript": "XM_017023427.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 3989,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12946,
"cdna_start": null,
"cds_end": null,
"cds_length": 11970,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 60,
"exon_rank": 60,
"exon_rank_end": null,
"feature": "XM_047434349.1",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290305.1",
"strand": false,
"transcript": "XM_047434349.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 3884,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12164,
"cdna_start": null,
"cds_end": null,
"cds_length": 11655,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 60,
"exon_rank": 60,
"exon_rank_end": null,
"feature": "XM_017023428.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016878917.1",
"strand": false,
"transcript": "XM_017023428.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 3740,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11573,
"cdna_start": null,
"cds_end": null,
"cds_length": 11223,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 55,
"exon_rank": 55,
"exon_rank_end": null,
"feature": "XM_011545886.3",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011544188.1",
"strand": false,
"transcript": "XM_011545886.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 3211,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9791,
"cdna_start": null,
"cds_end": null,
"cds_length": 9636,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 45,
"exon_rank": 45,
"exon_rank_end": null,
"feature": "XM_011545888.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011544190.1",
"strand": false,
"transcript": "XM_011545888.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 3211,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9755,
"cdna_start": null,
"cds_end": null,
"cds_length": 9636,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 45,
"exon_rank": 45,
"exon_rank_end": null,
"feature": "XM_011545889.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011544191.1",
"strand": false,
"transcript": "XM_011545889.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 2095,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6416,
"cdna_start": null,
"cds_end": null,
"cds_length": 6288,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 21,
"exon_rank": 21,
"exon_rank_end": null,
"feature": "XM_017023430.2",
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016878919.1",
"strand": false,
"transcript": "XM_017023430.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "exon_region",
"frequency_reference_population": null,
"gene_hgnc_id": 2949,
"gene_symbol": "DNAH3",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.861,
"pos": 20933390,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_017539.2"
}
]
}