← 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: 16-30751140-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=30751140&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 30751140,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000294.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "NM_000294.3",
"protein_id": "NP_000285.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 406,
"cds_start": 130,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000563588.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000294.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000563588.6",
"protein_id": "ENSP00000455607.1",
"transcript_support_level": 1,
"aa_start": 44,
"aa_end": null,
"aa_length": 406,
"cds_start": 130,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000294.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563588.6"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "n.107C>G",
"hgvs_p": null,
"transcript": "ENST00000569762.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000569762.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000328273.11",
"protein_id": "ENSP00000329968.7",
"transcript_support_level": 5,
"aa_start": 44,
"aa_end": null,
"aa_length": 410,
"cds_start": 130,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000328273.11"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000915464.1",
"protein_id": "ENSP00000585523.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 410,
"cds_start": 130,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915464.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000866456.1",
"protein_id": "ENSP00000536515.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 406,
"cds_start": 130,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866456.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000958863.1",
"protein_id": "ENSP00000628922.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 406,
"cds_start": 130,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958863.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000866454.1",
"protein_id": "ENSP00000536513.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 396,
"cds_start": 130,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866454.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000915462.1",
"protein_id": "ENSP00000585521.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 384,
"cds_start": 130,
"cds_end": null,
"cds_length": 1155,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915462.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000866453.1",
"protein_id": "ENSP00000536512.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 382,
"cds_start": 130,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866453.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "NM_001172432.2",
"protein_id": "NP_001165903.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 374,
"cds_start": 130,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001172432.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000424889.7",
"protein_id": "ENSP00000388571.3",
"transcript_support_level": 2,
"aa_start": 44,
"aa_end": null,
"aa_length": 374,
"cds_start": 130,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424889.7"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000866455.1",
"protein_id": "ENSP00000536514.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 340,
"cds_start": 130,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866455.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000565897.5",
"protein_id": "ENSP00000457359.1",
"transcript_support_level": 5,
"aa_start": 44,
"aa_end": null,
"aa_length": 265,
"cds_start": 130,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565897.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000565924.5",
"protein_id": "ENSP00000455091.1",
"transcript_support_level": 3,
"aa_start": 44,
"aa_end": null,
"aa_length": 253,
"cds_start": 130,
"cds_end": null,
"cds_length": 764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565924.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly",
"transcript": "ENST00000915463.1",
"protein_id": "ENSP00000585522.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 208,
"cds_start": 130,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915463.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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "c.96-2092C>G",
"hgvs_p": null,
"transcript": "ENST00000958864.1",
"protein_id": "ENSP00000628923.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 329,
"cds_start": null,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958864.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260899",
"gene_hgnc_id": null,
"hgvs_c": "n.642C>G",
"hgvs_p": null,
"transcript": "ENST00000483578.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000483578.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": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "n.130C>G",
"hgvs_p": null,
"transcript": "ENST00000563607.1",
"protein_id": "ENSP00000454641.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000563607.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "n.196C>G",
"hgvs_p": null,
"transcript": "ENST00000563913.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "retained_intron",
"feature": "ENST00000563913.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"hgvs_c": "n.237C>G",
"hgvs_p": null,
"transcript": "ENST00000564838.5",
"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": "retained_intron",
"feature": "ENST00000564838.5"
}
],
"gene_symbol": "PHKG2",
"gene_hgnc_id": 8931,
"dbsnp": "rs137853590",
"frequency_reference_population": 6.8417984e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8418e-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.8095131516456604,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.398,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6823,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.071,
"phylop100way_prediction": "Uncertain_significance",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000294.3",
"gene_symbol": "PHKG2",
"hgnc_id": 8931,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.130C>G",
"hgvs_p": "p.Arg44Gly"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000483578.1",
"gene_symbol": "ENSG00000260899",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.642C>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}