← 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: 19-49867186-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=49867186&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "19",
"pos": 49867186,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000322344.8",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "NM_007254.4",
"protein_id": "NP_009185.2",
"transcript_support_level": null,
"aa_start": 7,
"aa_end": null,
"aa_length": 521,
"cds_start": 19,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 140,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": "ENST00000322344.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "ENST00000322344.8",
"protein_id": "ENSP00000323511.2",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 521,
"cds_start": 19,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 140,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": "NM_007254.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "ENST00000596014.5",
"protein_id": "ENSP00000472300.1",
"transcript_support_level": 1,
"aa_start": 7,
"aa_end": null,
"aa_length": 521,
"cds_start": 19,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 101,
"cdna_end": null,
"cdna_length": 1665,
"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": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.19C>T",
"hgvs_p": null,
"transcript": "ENST00000593946.5",
"protein_id": "ENSP00000468896.1",
"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": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "ENST00000600573.5",
"protein_id": "ENSP00000469826.1",
"transcript_support_level": 5,
"aa_start": 7,
"aa_end": null,
"aa_length": 490,
"cds_start": 19,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 140,
"cdna_end": null,
"cdna_length": 1602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "ENST00000631020.2",
"protein_id": "ENSP00000486707.1",
"transcript_support_level": 5,
"aa_start": 7,
"aa_end": null,
"aa_length": 485,
"cds_start": 19,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 73,
"cdna_end": null,
"cdna_length": 1545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "ENST00000600910.5",
"protein_id": "ENSP00000473137.1",
"transcript_support_level": 5,
"aa_start": 7,
"aa_end": null,
"aa_length": 455,
"cds_start": 19,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 119,
"cdna_end": null,
"cdna_length": 1600,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "ENST00000599543.3",
"protein_id": "ENSP00000469848.2",
"transcript_support_level": 3,
"aa_start": 7,
"aa_end": null,
"aa_length": 246,
"cds_start": 19,
"cds_end": null,
"cds_length": 742,
"cdna_start": 263,
"cdna_end": null,
"cdna_length": 986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "ENST00000596726.3",
"protein_id": "ENSP00000470887.2",
"transcript_support_level": 5,
"aa_start": 7,
"aa_end": null,
"aa_length": 175,
"cds_start": 19,
"cds_end": null,
"cds_length": 530,
"cdna_start": 126,
"cdna_end": null,
"cdna_length": 637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser",
"transcript": "ENST00000636994.1",
"protein_id": "ENSP00000490791.1",
"transcript_support_level": 5,
"aa_start": 7,
"aa_end": null,
"aa_length": 14,
"cds_start": 19,
"cds_end": null,
"cds_length": 46,
"cdna_start": 73,
"cdna_end": null,
"cdna_length": 100,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.125C>T",
"hgvs_p": null,
"transcript": "ENST00000595792.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 645,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.19C>T",
"hgvs_p": null,
"transcript": "ENST00000598020.3",
"protein_id": "ENSP00000470346.1",
"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": 534,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.128C>T",
"hgvs_p": null,
"transcript": "ENST00000626274.2",
"protein_id": null,
"transcript_support_level": 2,
"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": 752,
"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": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.19C>T",
"hgvs_p": null,
"transcript": "ENST00000627232.2",
"protein_id": "ENSP00000486037.1",
"transcript_support_level": 5,
"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": 1530,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.73C>T",
"hgvs_p": null,
"transcript": "ENST00000629088.1",
"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": 619,
"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": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.19C>T",
"hgvs_p": null,
"transcript": "ENST00000636214.1",
"protein_id": "ENSP00000489983.1",
"transcript_support_level": 5,
"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": 805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.183-2783C>T",
"hgvs_p": null,
"transcript": "ENST00000629179.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.-176C>T",
"hgvs_p": null,
"transcript": "ENST00000594661.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 2111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.*10C>T",
"hgvs_p": null,
"transcript": "ENST00000638016.1",
"protein_id": "ENSP00000489771.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2,
"cds_start": -4,
"cds_end": null,
"cds_length": 9,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 109,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"dbsnp": "rs201221600",
"frequency_reference_population": 0.00017373434,
"hom_count_reference_population": 0,
"allele_count_reference_population": 280,
"gnomad_exomes_af": 0.000178852,
"gnomad_genomes_af": 0.000124711,
"gnomad_exomes_ac": 261,
"gnomad_genomes_ac": 19,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04262790083885193,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.064,
"revel_prediction": "Benign",
"alphamissense_score": 0.0675,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.297,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000322344.8",
"gene_symbol": "PNKP",
"hgnc_id": 9154,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.19C>T",
"hgvs_p": "p.Pro7Ser"
}
],
"clinvar_disease": " 12, and developmental delay, seizures,Developmental and epileptic encephalopathy,Inborn genetic diseases,Microcephaly,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:2",
"phenotype_combined": "not specified|Developmental and epileptic encephalopathy, 12|not provided|Microcephaly, seizures, and developmental delay|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}