← 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-20644578-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=20644578&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 20644578,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_032409.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "NM_032409.3",
"protein_id": "NP_115785.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 581,
"cds_start": 865,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000321556.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032409.3"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000321556.5",
"protein_id": "ENSP00000364204.3",
"transcript_support_level": 1,
"aa_start": 289,
"aa_end": null,
"aa_length": 581,
"cds_start": 865,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032409.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000321556.5"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000878749.1",
"protein_id": "ENSP00000548808.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 591,
"cds_start": 865,
"cds_end": null,
"cds_length": 1776,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878749.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000878743.1",
"protein_id": "ENSP00000548802.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 587,
"cds_start": 865,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878743.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000878745.1",
"protein_id": "ENSP00000548804.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 582,
"cds_start": 865,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878745.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000945624.1",
"protein_id": "ENSP00000615683.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 570,
"cds_start": 865,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945624.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000878739.1",
"protein_id": "ENSP00000548798.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 566,
"cds_start": 865,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878739.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000878746.1",
"protein_id": "ENSP00000548805.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 558,
"cds_start": 865,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878746.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000878740.1",
"protein_id": "ENSP00000548799.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 542,
"cds_start": 865,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878740.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000878748.1",
"protein_id": "ENSP00000548807.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 539,
"cds_start": 865,
"cds_end": null,
"cds_length": 1620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878748.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.727C>A",
"hgvs_p": "p.Pro243Thr",
"transcript": "ENST00000940632.1",
"protein_id": "ENSP00000610691.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 535,
"cds_start": 727,
"cds_end": null,
"cds_length": 1608,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940632.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.724C>A",
"hgvs_p": "p.Pro242Thr",
"transcript": "ENST00000940631.1",
"protein_id": "ENSP00000610690.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 534,
"cds_start": 724,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940631.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.673C>A",
"hgvs_p": "p.Pro225Thr",
"transcript": "ENST00000878747.1",
"protein_id": "ENSP00000548806.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 517,
"cds_start": 673,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878747.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr",
"transcript": "ENST00000878744.1",
"protein_id": "ENSP00000548803.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 502,
"cds_start": 865,
"cds_end": null,
"cds_length": 1509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878744.1"
},
{
"aa_ref": "P",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.577C>A",
"hgvs_p": "p.Pro193Thr",
"transcript": "ENST00000878742.1",
"protein_id": "ENSP00000548801.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 485,
"cds_start": 577,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878742.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "c.777-982C>A",
"hgvs_p": null,
"transcript": "ENST00000878741.1",
"protein_id": "ENSP00000548800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 520,
"cds_start": null,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878741.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"hgvs_c": "n.1953C>A",
"hgvs_p": null,
"transcript": "ENST00000492302.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000492302.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PINK1-AS",
"gene_hgnc_id": 38872,
"hgvs_c": "n.3981+1007G>T",
"hgvs_p": null,
"transcript": "ENST00000451424.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000451424.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PINK1-AS",
"gene_hgnc_id": 38872,
"hgvs_c": "n.3981+1007G>T",
"hgvs_p": null,
"transcript": "NR_046507.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_046507.1"
}
],
"gene_symbol": "PINK1",
"gene_hgnc_id": 14581,
"dbsnp": "rs777088052",
"frequency_reference_population": 0.00014001368,
"hom_count_reference_population": 0,
"allele_count_reference_population": 226,
"gnomad_exomes_af": 0.000149806,
"gnomad_genomes_af": 0.00004598,
"gnomad_exomes_ac": 219,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8664679527282715,
"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.652,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3232,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.794,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Moderate",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_032409.3",
"gene_symbol": "PINK1",
"hgnc_id": 14581,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.865C>A",
"hgvs_p": "p.Pro289Thr"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000451424.1",
"gene_symbol": "PINK1-AS",
"hgnc_id": 38872,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.3981+1007G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Autosomal recessive early-onset Parkinson disease 6,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|Autosomal recessive early-onset Parkinson disease 6",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}