← 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-20644517-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=20644517&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 20644517,
"ref": "A",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_032409.3",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "NM_032409.3",
"protein_id": "NP_115785.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 581,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000321556.5",
"protein_id": "ENSP00000364204.3",
"transcript_support_level": 1,
"aa_start": 268,
"aa_end": null,
"aa_length": 581,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000878749.1",
"protein_id": "ENSP00000548808.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 591,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000878743.1",
"protein_id": "ENSP00000548802.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 587,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000878745.1",
"protein_id": "ENSP00000548804.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 582,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000945624.1",
"protein_id": "ENSP00000615683.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 570,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000878739.1",
"protein_id": "ENSP00000548798.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 566,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000878746.1",
"protein_id": "ENSP00000548805.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 558,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000878740.1",
"protein_id": "ENSP00000548799.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 542,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000878748.1",
"protein_id": "ENSP00000548807.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 539,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.666A>G",
"hgvs_p": "p.Leu222Leu",
"transcript": "ENST00000940632.1",
"protein_id": "ENSP00000610691.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 535,
"cds_start": 666,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.663A>G",
"hgvs_p": "p.Leu221Leu",
"transcript": "ENST00000940631.1",
"protein_id": "ENSP00000610690.1",
"transcript_support_level": null,
"aa_start": 221,
"aa_end": null,
"aa_length": 534,
"cds_start": 663,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.612A>G",
"hgvs_p": "p.Leu204Leu",
"transcript": "ENST00000878747.1",
"protein_id": "ENSP00000548806.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 517,
"cds_start": 612,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.804A>G",
"hgvs_p": "p.Leu268Leu",
"transcript": "ENST00000878744.1",
"protein_id": "ENSP00000548803.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 502,
"cds_start": 804,
"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": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.516A>G",
"hgvs_p": "p.Leu172Leu",
"transcript": "ENST00000878742.1",
"protein_id": "ENSP00000548801.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 485,
"cds_start": 516,
"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-1043A>G",
"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.1892A>G",
"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+1068T>C",
"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+1068T>C",
"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": "rs200708848",
"frequency_reference_population": 0.00005699446,
"hom_count_reference_population": 0,
"allele_count_reference_population": 92,
"gnomad_exomes_af": 0.0000513034,
"gnomad_genomes_af": 0.000111622,
"gnomad_exomes_ac": 75,
"gnomad_genomes_ac": 17,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5299999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.309,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_032409.3",
"gene_symbol": "PINK1",
"hgnc_id": 14581,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.804A>G",
"hgvs_p": "p.Leu268Leu"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000451424.1",
"gene_symbol": "PINK1-AS",
"hgnc_id": 38872,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.3981+1068T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Autosomal recessive early-onset Parkinson disease 6",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "Autosomal recessive early-onset Parkinson disease 6",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}