← 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-49861692-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=49861692&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 49861692,
"ref": "G",
"alt": "C",
"effect": "stop_gained",
"transcript": "ENST00000322344.8",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1302C>G",
"hgvs_p": "p.Tyr434*",
"transcript": "NM_007254.4",
"protein_id": "NP_009185.2",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 521,
"cds_start": 1302,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1423,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": "ENST00000322344.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1302C>G",
"hgvs_p": "p.Tyr434*",
"transcript": "ENST00000322344.8",
"protein_id": "ENSP00000323511.2",
"transcript_support_level": 1,
"aa_start": 434,
"aa_end": null,
"aa_length": 521,
"cds_start": 1302,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1423,
"cdna_end": null,
"cdna_length": 1731,
"mane_select": "NM_007254.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1302C>G",
"hgvs_p": "p.Tyr434*",
"transcript": "ENST00000596014.5",
"protein_id": "ENSP00000472300.1",
"transcript_support_level": 1,
"aa_start": 434,
"aa_end": null,
"aa_length": 521,
"cds_start": 1302,
"cds_end": null,
"cds_length": 1566,
"cdna_start": 1384,
"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": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*1229C>G",
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*1229C>G",
"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": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1209C>G",
"hgvs_p": "p.Tyr403*",
"transcript": "ENST00000600573.5",
"protein_id": "ENSP00000469826.1",
"transcript_support_level": 5,
"aa_start": 403,
"aa_end": null,
"aa_length": 490,
"cds_start": 1209,
"cds_end": null,
"cds_length": 1473,
"cdna_start": 1330,
"cdna_end": null,
"cdna_length": 1602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1194C>G",
"hgvs_p": "p.Tyr398*",
"transcript": "ENST00000631020.2",
"protein_id": "ENSP00000486707.1",
"transcript_support_level": 5,
"aa_start": 398,
"aa_end": null,
"aa_length": 485,
"cds_start": 1194,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1248,
"cdna_end": null,
"cdna_length": 1545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"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": "c.9C>G",
"hgvs_p": "p.Tyr3*",
"transcript": "ENST00000597965.2",
"protein_id": "ENSP00000471097.2",
"transcript_support_level": 5,
"aa_start": 3,
"aa_end": null,
"aa_length": 56,
"cds_start": 9,
"cds_end": null,
"cds_length": 171,
"cdna_start": 9,
"cdna_end": null,
"cdna_length": 351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "c.1192C>G",
"hgvs_p": "p.Arg398Gly",
"transcript": "ENST00000600910.5",
"protein_id": "ENSP00000473137.1",
"transcript_support_level": 5,
"aa_start": 398,
"aa_end": null,
"aa_length": 455,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 1292,
"cdna_end": null,
"cdna_length": 1600,
"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": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.1803C>G",
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.205C>G",
"hgvs_p": null,
"transcript": "ENST00000595081.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": 513,
"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.222C>G",
"hgvs_p": null,
"transcript": "ENST00000599454.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": 529,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.277C>G",
"hgvs_p": null,
"transcript": "ENST00000601816.3",
"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": 682,
"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": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*119C>G",
"hgvs_p": null,
"transcript": "ENST00000625216.2",
"protein_id": "ENSP00000486898.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": 629,
"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": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*697C>G",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*119C>G",
"hgvs_p": null,
"transcript": "ENST00000625216.2",
"protein_id": "ENSP00000486898.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": 629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*697C>G",
"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": true,
"strand": true,
"consequences": [
"upstream_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.-28C>G",
"hgvs_p": null,
"transcript": "ENST00000636840.1",
"protein_id": "ENSP00000490737.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 37,
"cds_start": -4,
"cds_end": null,
"cds_length": 115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 117,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.-191C>G",
"hgvs_p": null,
"transcript": "ENST00000640501.1",
"protein_id": "ENSP00000491347.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": 151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"hgvs_c": "n.*125C>G",
"hgvs_p": null,
"transcript": "ENST00000593706.3",
"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": 849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PNKP",
"gene_hgnc_id": 9154,
"dbsnp": "rs747244348",
"frequency_reference_population": 7.166414e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.16641e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4072979688644409,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.8999999761581421,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.0848,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.069,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.9,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP3_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000322344.8",
"gene_symbol": "PNKP",
"hgnc_id": 9154,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1302C>G",
"hgvs_p": "p.Tyr434*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}