← 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: 2-69480947-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=69480947&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 5,
"criteria": [
"BP4",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "AAK1",
"hgnc_id": 19679,
"hgvs_c": "c.2482G>C",
"hgvs_p": "p.Ala828Pro",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -5,
"transcript": "NM_014911.5",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_score": -5,
"allele_count_reference_population": 64,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.0908,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.28,
"chr": "2",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.26569050550460815,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 961,
"aa_ref": "A",
"aa_start": 828,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 21157,
"cdna_start": 2881,
"cds_end": null,
"cds_length": 2886,
"cds_start": 2482,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_014911.5",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.2482G>C",
"hgvs_p": "p.Ala828Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000409085.9",
"protein_coding": true,
"protein_id": "NP_055726.4",
"strand": false,
"transcript": "NM_014911.5",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 961,
"aa_ref": "A",
"aa_start": 828,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 21157,
"cdna_start": 2881,
"cds_end": null,
"cds_length": 2886,
"cds_start": 2482,
"consequences": [
"missense_variant"
],
"exon_count": 22,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000409085.9",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.2482G>C",
"hgvs_p": "p.Ala828Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_014911.5",
"protein_coding": true,
"protein_id": "ENSP00000386456.3",
"strand": false,
"transcript": "ENST00000409085.9",
"transcript_support_level": 5
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 929,
"aa_ref": "A",
"aa_start": 796,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4804,
"cdna_start": 2784,
"cds_end": null,
"cds_length": 2790,
"cds_start": 2386,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000892833.1",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.2386G>C",
"hgvs_p": "p.Ala796Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000562892.1",
"strand": false,
"transcript": "ENST00000892833.1",
"transcript_support_level": null
},
{
"aa_alt": "P",
"aa_end": null,
"aa_length": 922,
"aa_ref": "A",
"aa_start": 828,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 21039,
"cdna_start": 2880,
"cds_end": null,
"cds_length": 2769,
"cds_start": 2482,
"consequences": [
"missense_variant"
],
"exon_count": 21,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_001371575.1",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.2482G>C",
"hgvs_p": "p.Ala828Pro",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001358504.1",
"strand": false,
"transcript": "NM_001371575.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1163,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11319,
"cdna_start": null,
"cds_end": null,
"cds_length": 3492,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000606389.8",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.2366-14396G>C",
"hgvs_p": null,
"intron_rank": 17,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000485350.2",
"strand": false,
"transcript": "ENST00000606389.8",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1132,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11226,
"cdna_start": null,
"cds_end": null,
"cds_length": 3399,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001426745.1",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.2273-14396G>C",
"hgvs_p": null,
"intron_rank": 16,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001413674.1",
"strand": false,
"transcript": "NM_001426745.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1131,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11223,
"cdna_start": null,
"cds_end": null,
"cds_length": 3396,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001426746.1",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.2270-14396G>C",
"hgvs_p": null,
"intron_rank": 16,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001413675.1",
"strand": false,
"transcript": "NM_001426746.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 674,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6094,
"cdna_start": null,
"cds_end": null,
"cds_length": 2025,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001371577.1",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.1981-19236G>C",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001358506.1",
"strand": false,
"transcript": "NM_001371577.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 674,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2606,
"cdna_start": null,
"cds_end": null,
"cds_length": 2025,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000409068.5",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.1987-19242G>C",
"hgvs_p": null,
"intron_rank": 14,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000386342.1",
"strand": false,
"transcript": "ENST00000409068.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 338,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1019,
"cdna_start": null,
"cds_end": null,
"cds_length": 1019,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000623317.3",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.314-14396G>C",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000485296.1",
"strand": false,
"transcript": "ENST00000623317.3",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1432,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000489327.1",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "n.739G>C",
"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": "ENST00000489327.1",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 863,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4499,
"cdna_start": null,
"cds_end": null,
"cds_length": 2592,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 18,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000406297.7",
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"hgvs_c": "c.*1639G>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385181.3",
"strand": true,
"transcript": "ENST00000406297.7",
"transcript_support_level": 1
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1041249379",
"effect": "missense_variant",
"frequency_reference_population": 0.000044069973,
"gene_hgnc_id": 19679,
"gene_symbol": "AAK1",
"gnomad_exomes_ac": 64,
"gnomad_exomes_af": 0.00004407,
"gnomad_exomes_homalt": 0,
"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": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.221,
"pos": 69480947,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.108,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_014911.5"
}
]
}