← 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-102877517-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=102877517&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 102877517,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000553106.6",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Asp129Gly",
"transcript": "NM_000277.3",
"protein_id": "NP_000268.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 452,
"cds_start": 386,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 3759,
"mane_select": "ENST00000553106.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Asp129Gly",
"transcript": "ENST00000553106.6",
"protein_id": "ENSP00000448059.1",
"transcript_support_level": 1,
"aa_start": 129,
"aa_end": null,
"aa_length": 452,
"cds_start": 386,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 3759,
"mane_select": "NM_000277.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "n.482A>G",
"hgvs_p": null,
"transcript": "ENST00000549111.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Asp129Gly",
"transcript": "NM_001354304.2",
"protein_id": "NP_001341233.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 452,
"cds_start": 386,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 3987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "c.371A>G",
"hgvs_p": "p.Asp124Gly",
"transcript": "ENST00000307000.7",
"protein_id": "ENSP00000303500.2",
"transcript_support_level": 5,
"aa_start": 124,
"aa_end": null,
"aa_length": 447,
"cds_start": 371,
"cds_end": null,
"cds_length": 1344,
"cdna_start": 642,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "c.368A>G",
"hgvs_p": "p.Asp123Gly",
"transcript": "ENST00000550978.6",
"protein_id": "ENSP00000489016.1",
"transcript_support_level": 2,
"aa_start": 123,
"aa_end": null,
"aa_length": 148,
"cds_start": 368,
"cds_end": null,
"cds_length": 447,
"cdna_start": 370,
"cdna_end": null,
"cdna_length": 652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Asp129Gly",
"transcript": "ENST00000551337.5",
"protein_id": "ENSP00000447620.1",
"transcript_support_level": 3,
"aa_start": 129,
"aa_end": null,
"aa_length": 135,
"cds_start": 386,
"cds_end": null,
"cds_length": 408,
"cdna_start": 653,
"cdna_end": null,
"cdna_length": 675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Asp129Gly",
"transcript": "XM_017019370.2",
"protein_id": "XP_016874859.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 240,
"cds_start": 386,
"cds_end": null,
"cds_length": 723,
"cdna_start": 500,
"cdna_end": null,
"cdna_length": 1794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"hgvs_c": "n.475A>G",
"hgvs_p": null,
"transcript": "ENST00000551988.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124902999",
"gene_hgnc_id": null,
"hgvs_c": "n.808-2362T>C",
"hgvs_p": null,
"transcript": "XR_007063428.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PAH",
"gene_hgnc_id": 8582,
"dbsnp": "rs199475623",
"frequency_reference_population": 0.0000030978933,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273624,
"gnomad_genomes_af": 0.00000657298,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9924969673156738,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.1599999964237213,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.984,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9699,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.382,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.16,
"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": "PP3,PM3,PP4_Moderate,PM2",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PP3",
"PM3",
"PP4_Moderate",
"PM2"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000553106.6",
"gene_symbol": "PAH",
"hgnc_id": 8582,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.386A>G",
"hgvs_p": "p.Asp129Gly"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "XR_007063428.1",
"gene_symbol": "LOC124902999",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.808-2362T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Phenylketonuria,not provided",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "P:3 LP:1 O:1",
"phenotype_combined": "not provided|Phenylketonuria",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}