← 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: 11-108121200-CAAAA-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=108121200&ref=CAAAA&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ACAT1",
"hgnc_id": 93,
"hgvs_c": "c.-199+4312_-199+4315delAAAA",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_001386681.1",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000255467",
"hgnc_id": null,
"hgvs_c": "n.389+92_389+95delTTTT",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 2,
"transcript": "ENST00000525548.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 2547,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "11",
"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": 337,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1623,
"cdna_start": null,
"cds_end": null,
"cds_length": 1014,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001386681.1",
"gene_hgnc_id": 93,
"gene_symbol": "ACAT1",
"hgvs_c": "c.-199+4312_-199+4315delAAAA",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001373610.1",
"strand": true,
"transcript": "NM_001386681.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 337,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1840,
"cdna_start": null,
"cds_end": null,
"cds_length": 1014,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 13,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001386682.1",
"gene_hgnc_id": 93,
"gene_symbol": "ACAT1",
"hgvs_c": "c.-416+4312_-416+4315delAAAA",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001373611.1",
"strand": true,
"transcript": "NM_001386682.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 337,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1624,
"cdna_start": null,
"cds_end": null,
"cds_length": 1014,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000672284.1",
"gene_hgnc_id": 93,
"gene_symbol": "ACAT1",
"hgvs_c": "c.-199+4299_-199+4302delAAAA",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000500444.1",
"strand": true,
"transcript": "ENST00000672284.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 964,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000525548.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000255467",
"hgvs_c": "n.389+92_389+95delTTTT",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000525548.1",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs10561331",
"effect": "intron_variant",
"frequency_reference_population": 0.01020629,
"gene_hgnc_id": 93,
"gene_symbol": "ACAT1",
"gnomad_exomes_ac": 2539,
"gnomad_exomes_af": 0.0236292,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 8,
"gnomad_genomes_af": 0.0000562984,
"gnomad_genomes_homalt": 0,
"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.702,
"pos": 108121200,
"ref": "CAAAA",
"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_001386681.1"
}
]
}