← 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: 1-94005500-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=94005500&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"effects": [
"stop_gained"
],
"gene_symbol": "ABCA4",
"hgnc_id": 34,
"hgvs_c": "c.6088C>T",
"hgvs_p": "p.Arg2030*",
"inheritance_mode": "AR,AD",
"pathogenic_score": 16,
"score": 16,
"transcript": "NM_000350.3",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_score": 16,
"allele_count_reference_population": 23,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.59,
"chr": "1",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_disease": " early-onset severe,ABCA4-related disorder,ABCA4-related retinopathy,Age related macular degeneration 2,Cone-rod dystrophy 3,Leber congenital amaurosis 14,Retinal dystrophy,Retinitis pigmentosa 19,Severe early-childhood-onset retinal dystrophy,Stargardt disease,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:13 LP:3 O:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.5899999737739563,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 2273,
"aa_ref": "R",
"aa_start": 2030,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7328,
"cdna_start": 6191,
"cds_end": null,
"cds_length": 6822,
"cds_start": 6088,
"consequences": [
"stop_gained"
],
"exon_count": 50,
"exon_rank": 44,
"exon_rank_end": null,
"feature": "NM_000350.3",
"gene_hgnc_id": 34,
"gene_symbol": "ABCA4",
"hgvs_c": "c.6088C>T",
"hgvs_p": "p.Arg2030*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000370225.4",
"protein_coding": true,
"protein_id": "NP_000341.2",
"strand": false,
"transcript": "NM_000350.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 2273,
"aa_ref": "R",
"aa_start": 2030,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7328,
"cdna_start": 6191,
"cds_end": null,
"cds_length": 6822,
"cds_start": 6088,
"consequences": [
"stop_gained"
],
"exon_count": 50,
"exon_rank": 44,
"exon_rank_end": null,
"feature": "ENST00000370225.4",
"gene_hgnc_id": 34,
"gene_symbol": "ABCA4",
"hgvs_c": "c.6088C>T",
"hgvs_p": "p.Arg2030*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000350.3",
"protein_coding": true,
"protein_id": "ENSP00000359245.3",
"strand": false,
"transcript": "ENST00000370225.4",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 2199,
"aa_ref": "R",
"aa_start": 1956,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7106,
"cdna_start": 5969,
"cds_end": null,
"cds_length": 6600,
"cds_start": 5866,
"consequences": [
"stop_gained"
],
"exon_count": 49,
"exon_rank": 43,
"exon_rank_end": null,
"feature": "NM_001425324.1",
"gene_hgnc_id": 34,
"gene_symbol": "ABCA4",
"hgvs_c": "c.5866C>T",
"hgvs_p": "p.Arg1956*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001412253.1",
"strand": false,
"transcript": "NM_001425324.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": 1048,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000465352.1",
"gene_hgnc_id": 34,
"gene_symbol": "ABCA4",
"hgvs_c": "n.504C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000465352.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 327,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000484388.1",
"gene_hgnc_id": 34,
"gene_symbol": "ABCA4",
"hgvs_c": "n.202C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000484388.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs61751383",
"effect": "stop_gained",
"frequency_reference_population": 0.000014249462,
"gene_hgnc_id": 34,
"gene_symbol": "ABCA4",
"gnomad_exomes_ac": 20,
"gnomad_exomes_af": 0.0000136812,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 3,
"gnomad_genomes_af": 0.000019706,
"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": "Pathogenic/Likely pathogenic",
"phenotype_combined": "Retinal dystrophy, early-onset severe|not provided|Retinal dystrophy|Severe early-childhood-onset retinal dystrophy|Severe early-childhood-onset retinal dystrophy;Retinitis pigmentosa 19;Age related macular degeneration 2;Cone-rod dystrophy 3|Stargardt disease|Retinitis pigmentosa 19|ABCA4-related retinopathy|Leber congenital amaurosis 14|ABCA4-related disorder",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.633,
"pos": 94005500,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000350.3"
}
]
}