← 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: 9-19057993-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=19057993&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 19057993,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_017645.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2774C>T",
"hgvs_p": "p.Ala925Val",
"transcript": "NM_017645.5",
"protein_id": "NP_060115.3",
"transcript_support_level": null,
"aa_start": 925,
"aa_end": null,
"aa_length": 955,
"cds_start": 2774,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380502.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017645.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2774C>T",
"hgvs_p": "p.Ala925Val",
"transcript": "ENST00000380502.8",
"protein_id": "ENSP00000369871.3",
"transcript_support_level": 1,
"aa_start": 925,
"aa_end": null,
"aa_length": 955,
"cds_start": 2774,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017645.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380502.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2960C>T",
"hgvs_p": "p.Ala987Val",
"transcript": "ENST00000888740.1",
"protein_id": "ENSP00000558799.1",
"transcript_support_level": null,
"aa_start": 987,
"aa_end": null,
"aa_length": 1017,
"cds_start": 2960,
"cds_end": null,
"cds_length": 3054,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888740.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2825C>T",
"hgvs_p": "p.Ala942Val",
"transcript": "ENST00000888738.1",
"protein_id": "ENSP00000558797.1",
"transcript_support_level": null,
"aa_start": 942,
"aa_end": null,
"aa_length": 972,
"cds_start": 2825,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888738.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2669C>T",
"hgvs_p": "p.Ala890Val",
"transcript": "NM_001270890.2",
"protein_id": "NP_001257819.1",
"transcript_support_level": null,
"aa_start": 890,
"aa_end": null,
"aa_length": 920,
"cds_start": 2669,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270890.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2603C>T",
"hgvs_p": "p.Ala868Val",
"transcript": "ENST00000888741.1",
"protein_id": "ENSP00000558800.1",
"transcript_support_level": null,
"aa_start": 868,
"aa_end": null,
"aa_length": 898,
"cds_start": 2603,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888741.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2588C>T",
"hgvs_p": "p.Ala863Val",
"transcript": "ENST00000888739.1",
"protein_id": "ENSP00000558798.1",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 893,
"cds_start": 2588,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888739.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2366C>T",
"hgvs_p": "p.Ala789Val",
"transcript": "ENST00000380496.5",
"protein_id": "ENSP00000369865.1",
"transcript_support_level": 2,
"aa_start": 789,
"aa_end": null,
"aa_length": 802,
"cds_start": 2366,
"cds_end": null,
"cds_length": 2409,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380496.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2123C>T",
"hgvs_p": "p.Ala708Val",
"transcript": "XM_047423518.1",
"protein_id": "XP_047279474.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 738,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423518.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.1481C>T",
"hgvs_p": "p.Ala494Val",
"transcript": "XM_011517935.3",
"protein_id": "XP_011516237.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 524,
"cds_start": 1481,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517935.3"
}
],
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"dbsnp": null,
"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.1448240876197815,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.14000000059604645,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.058,
"revel_prediction": "Benign",
"alphamissense_score": 0.1003,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.232,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.14,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_017645.5",
"gene_symbol": "HAUS6",
"hgnc_id": 25948,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2774C>T",
"hgvs_p": "p.Ala925Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}