← 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-49867147-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=49867147&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 49867147,
"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.58C>T",
"hgvs_p": "p.Pro20Ser",
"transcript": "NM_007254.4",
"protein_id": "NP_009185.2",
"transcript_support_level": null,
"aa_start": 20,
"aa_end": null,
"aa_length": 521,
"cds_start": 58,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 179,
"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.58C>T",
"hgvs_p": "p.Pro20Ser",
"transcript": "ENST00000322344.8",
"protein_id": "ENSP00000323511.2",
"transcript_support_level": 1,
"aa_start": 20,
"aa_end": null,
"aa_length": 521,
"cds_start": 58,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 179,
"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.58C>T",
"hgvs_p": "p.Pro20Ser",
"transcript": "ENST00000596014.5",
"protein_id": "ENSP00000472300.1",
"transcript_support_level": 1,
"aa_start": 20,
"aa_end": null,
"aa_length": 521,
"cds_start": 58,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 140,
"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.58C>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.58C>T",
"hgvs_p": "p.Pro20Ser",
"transcript": "ENST00000600573.5",
"protein_id": "ENSP00000469826.1",
"transcript_support_level": 5,
"aa_start": 20,
"aa_end": null,
"aa_length": 490,
"cds_start": 58,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 179,
"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.58C>T",
"hgvs_p": "p.Pro20Ser",
"transcript": "ENST00000631020.2",
"protein_id": "ENSP00000486707.1",
"transcript_support_level": 5,
"aa_start": 20,
"aa_end": null,
"aa_length": 485,
"cds_start": 58,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 112,
"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.58C>T",
"hgvs_p": "p.Pro20Ser",
"transcript": "ENST00000600910.5",
"protein_id": "ENSP00000473137.1",
"transcript_support_level": 5,
"aa_start": 20,
"aa_end": null,
"aa_length": 455,
"cds_start": 58,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 158,
"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.58C>T",
"hgvs_p": "p.Pro20Ser",
"transcript": "ENST00000599543.3",
"protein_id": "ENSP00000469848.2",
"transcript_support_level": 3,
"aa_start": 20,
"aa_end": null,
"aa_length": 246,
"cds_start": 58,
"cds_end": null,
"cds_length": 742,
"cdna_start": 302,
"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.58C>T",
"hgvs_p": "p.Pro20Ser",
"transcript": "ENST00000596726.3",
"protein_id": "ENSP00000470887.2",
"transcript_support_level": 5,
"aa_start": 20,
"aa_end": null,
"aa_length": 175,
"cds_start": 58,
"cds_end": null,
"cds_length": 530,
"cdna_start": 165,
"cdna_end": null,
"cdna_length": 637,
"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.164C>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.58C>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.167C>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.58C>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.112C>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.58C>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-2744C>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.-137C>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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.*12C>T",
"hgvs_p": null,
"transcript": "ENST00000636994.1",
"protein_id": "ENSP00000490791.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 14,
"cds_start": -4,
"cds_end": null,
"cds_length": 46,
"cdna_start": null,
"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": 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.*49C>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": "rs3739168",
"frequency_reference_population": 0.008912755,
"hom_count_reference_population": 84,
"allele_count_reference_population": 14370,
"gnomad_exomes_af": 0.00888933,
"gnomad_genomes_af": 0.00913722,
"gnomad_exomes_ac": 12978,
"gnomad_genomes_ac": 1392,
"gnomad_exomes_homalt": 76,
"gnomad_genomes_homalt": 8,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.008277416229248047,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.035,
"revel_prediction": "Benign",
"alphamissense_score": 0.08,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.365,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000322344.8",
"gene_symbol": "PNKP",
"hgnc_id": 9154,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.58C>T",
"hgvs_p": "p.Pro20Ser"
}
],
"clinvar_disease": " 12, and developmental delay, seizures,Developmental and epileptic encephalopathy,Inborn genetic diseases,Microcephaly,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:10",
"phenotype_combined": "not specified|not provided|Inborn genetic diseases|Developmental and epileptic encephalopathy, 12|Microcephaly, seizures, and developmental delay",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}