← 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: 6-24528034-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=24528034&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 24528034,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_170740.1",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1211C>T",
"hgvs_p": "p.Ala404Val",
"transcript": "NM_001080.3",
"protein_id": "NP_001071.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 535,
"cds_start": 1211,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357578.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080.3"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1211C>T",
"hgvs_p": "p.Ala404Val",
"transcript": "ENST00000357578.8",
"protein_id": "ENSP00000350191.3",
"transcript_support_level": 1,
"aa_start": 404,
"aa_end": null,
"aa_length": 535,
"cds_start": 1211,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001080.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357578.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1250C>T",
"hgvs_p": "p.Ala417Val",
"transcript": "ENST00000348925.2",
"protein_id": "ENSP00000314649.3",
"transcript_support_level": 1,
"aa_start": 417,
"aa_end": null,
"aa_length": 548,
"cds_start": 1250,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000348925.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1250C>T",
"hgvs_p": "p.Ala417Val",
"transcript": "NM_170740.1",
"protein_id": "NP_733936.1",
"transcript_support_level": null,
"aa_start": 417,
"aa_end": null,
"aa_length": 548,
"cds_start": 1250,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_170740.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1193C>T",
"hgvs_p": "p.Ala398Val",
"transcript": "ENST00000859838.1",
"protein_id": "ENSP00000529897.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 529,
"cds_start": 1193,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859838.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1154C>T",
"hgvs_p": "p.Ala385Val",
"transcript": "ENST00000859835.1",
"protein_id": "ENSP00000529894.1",
"transcript_support_level": null,
"aa_start": 385,
"aa_end": null,
"aa_length": 516,
"cds_start": 1154,
"cds_end": null,
"cds_length": 1551,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859835.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"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": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1127C>T",
"hgvs_p": "p.Ala376Val",
"transcript": "ENST00000491546.5",
"protein_id": "ENSP00000417687.1",
"transcript_support_level": 5,
"aa_start": 376,
"aa_end": null,
"aa_length": 507,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000491546.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"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": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1067C>T",
"hgvs_p": "p.Ala356Val",
"transcript": "NM_001368954.1",
"protein_id": "NP_001355883.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 487,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001368954.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"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": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1067C>T",
"hgvs_p": "p.Ala356Val",
"transcript": "ENST00000859837.1",
"protein_id": "ENSP00000529896.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 487,
"cds_start": 1067,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859837.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"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": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.1052C>T",
"hgvs_p": "p.Ala351Val",
"transcript": "ENST00000859836.1",
"protein_id": "ENSP00000529895.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 482,
"cds_start": 1052,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859836.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"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": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "c.830C>T",
"hgvs_p": "p.Ala277Val",
"transcript": "ENST00000672352.1",
"protein_id": "ENSP00000500876.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 408,
"cds_start": 830,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000672352.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "n.326C>T",
"hgvs_p": null,
"transcript": "ENST00000479394.2",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000479394.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "n.*485C>T",
"hgvs_p": null,
"transcript": "ENST00000672652.1",
"protein_id": "ENSP00000500192.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000672652.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"hgvs_c": "n.*485C>T",
"hgvs_p": null,
"transcript": "ENST00000672652.1",
"protein_id": "ENSP00000500192.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000672652.1"
}
],
"gene_symbol": "ALDH5A1",
"gene_hgnc_id": 408,
"dbsnp": "rs139719918",
"frequency_reference_population": 0.0000012391773,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.8408e-7,
"gnomad_genomes_af": 0.0000065722,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9756505489349365,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.18000000715255737,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.871,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4745,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.12,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.699,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.18,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP2,PP3_Strong",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_170740.1",
"gene_symbol": "ALDH5A1",
"hgnc_id": 408,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1250C>T",
"hgvs_p": "p.Ala417Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}