← 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: 12-102877464-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=102877464&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3",
"PM3_Strong",
"PP4_Moderate",
"PM2"
],
"effects": [
"missense_variant",
"splice_region_variant"
],
"gene_symbol": "PAH",
"hgnc_id": 8582,
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"inheritance_mode": "AR",
"pathogenic_score": 9,
"score": 9,
"transcript": "NM_000277.3",
"verdict": "Likely_pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3",
"PP5_Very_Strong"
],
"effects": [
"intron_variant"
],
"gene_symbol": "LOC124902999",
"hgnc_id": null,
"hgvs_c": "n.808-2415G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 11,
"score": 11,
"transcript": "XR_007063428.1",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PP3,PM3_Strong,PP4_Moderate,PM2",
"acmg_score": 9,
"allele_count_reference_population": 3,
"alphamissense_prediction": null,
"alphamissense_score": 0.9313,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.58,
"chr": "12",
"clinvar_classification": "Likely pathogenic",
"clinvar_disease": "Phenylketonuria,not provided",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "P:4 LP:2 O:1",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9957966804504395,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 452,
"aa_ref": "P",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3759,
"cdna_start": 553,
"cds_end": null,
"cds_length": 1359,
"cds_start": 439,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_000277.3",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000553106.6",
"protein_coding": true,
"protein_id": "NP_000268.1",
"strand": false,
"transcript": "NM_000277.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 452,
"aa_ref": "P",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3759,
"cdna_start": 553,
"cds_end": null,
"cds_length": 1359,
"cds_start": 439,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000553106.6",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000277.3",
"protein_coding": true,
"protein_id": "ENSP00000448059.1",
"strand": false,
"transcript": "ENST00000553106.6",
"transcript_support_level": 1
},
{
"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": 1252,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000549111.5",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "n.535C>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": "ENST00000549111.5",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 148,
"aa_ref": "P",
"aa_start": 141,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 652,
"cdna_start": 423,
"cds_end": null,
"cds_length": 447,
"cds_start": 421,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000550978.6",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.421C>T",
"hgvs_p": "p.Pro141Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000489016.1",
"strand": false,
"transcript": "ENST00000550978.6",
"transcript_support_level": 2
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 485,
"aa_ref": "P",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2430,
"cdna_start": 563,
"cds_end": null,
"cds_length": 1458,
"cds_start": 439,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 14,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000906695.1",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576754.1",
"strand": false,
"transcript": "ENST00000906695.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 478,
"aa_ref": "P",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3723,
"cdna_start": 592,
"cds_end": null,
"cds_length": 1437,
"cds_start": 439,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000906692.1",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576751.1",
"strand": false,
"transcript": "ENST00000906692.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 458,
"aa_ref": "P",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2349,
"cdna_start": 563,
"cds_end": null,
"cds_length": 1377,
"cds_start": 439,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 13,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000906694.1",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576753.1",
"strand": false,
"transcript": "ENST00000906694.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 452,
"aa_ref": "P",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3987,
"cdna_start": 781,
"cds_end": null,
"cds_length": 1359,
"cds_start": 439,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001354304.2",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001341233.1",
"strand": false,
"transcript": "NM_001354304.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 452,
"aa_ref": "P",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2380,
"cdna_start": 612,
"cds_end": null,
"cds_length": 1359,
"cds_start": 439,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000906693.1",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576752.1",
"strand": false,
"transcript": "ENST00000906693.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 447,
"aa_ref": "P",
"aa_start": 142,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2466,
"cdna_start": 695,
"cds_end": null,
"cds_length": 1344,
"cds_start": 424,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 14,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000307000.7",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Pro142Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000303500.2",
"strand": false,
"transcript": "ENST00000307000.7",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 416,
"aa_ref": "P",
"aa_start": 111,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2194,
"cdna_start": 426,
"cds_end": null,
"cds_length": 1251,
"cds_start": 331,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 12,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000906696.1",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.331C>T",
"hgvs_p": "p.Pro111Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576755.1",
"strand": false,
"transcript": "ENST00000906696.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 240,
"aa_ref": "P",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1794,
"cdna_start": 553,
"cds_end": null,
"cds_length": 723,
"cds_start": 439,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017019370.2",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Pro147Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016874859.1",
"strand": false,
"transcript": "XM_017019370.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 361,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2024,
"cdna_start": null,
"cds_end": null,
"cds_length": 1086,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000906697.1",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.169-10801C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000576756.1",
"strand": false,
"transcript": "ENST00000906697.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": 584,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000551988.5",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "n.528C>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": "ENST00000551988.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1160,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007063428.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC124902999",
"hgvs_c": "n.808-2415G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "XR_007063428.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 135,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 675,
"cdna_start": null,
"cds_end": null,
"cds_length": 408,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000551337.5",
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"hgvs_c": "c.*31C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447620.1",
"strand": true,
"transcript": "ENST00000551337.5",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.999026596771683,
"dbsnp": "rs199475624",
"effect": "missense_variant,splice_region_variant",
"frequency_reference_population": 0.0000020550112,
"gene_hgnc_id": 8582,
"gene_symbol": "PAH",
"gnomad_exomes_ac": 3,
"gnomad_exomes_af": 0.00000205501,
"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": "Likely pathogenic",
"phenotype_combined": "not provided|Phenylketonuria",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 9.183,
"pos": 102877464,
"ref": "G",
"revel_prediction": "Pathogenic",
"revel_score": 0.96,
"splice_prediction_selected": "Pathogenic",
"splice_score_selected": 0.7960000038146973,
"splice_source_selected": "dbscSNV1_RF",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000277.3"
}
]
}