← 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-47650919-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=47650919&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 47650919,
"ref": "C",
"alt": "A",
"effect": "missense_variant,splice_region_variant",
"transcript": "ENST00000323584.10",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "c.1969C>A",
"hgvs_p": "p.Gln657Lys",
"transcript": "NM_000293.3",
"protein_id": "NP_000284.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1093,
"cds_start": 1969,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 1989,
"cdna_end": null,
"cdna_length": 5459,
"mane_select": "ENST00000323584.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "c.1969C>A",
"hgvs_p": "p.Gln657Lys",
"transcript": "ENST00000323584.10",
"protein_id": "ENSP00000313504.5",
"transcript_support_level": 1,
"aa_start": 657,
"aa_end": null,
"aa_length": 1093,
"cds_start": 1969,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 1989,
"cdna_end": null,
"cdna_length": 5459,
"mane_select": "NM_000293.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "c.1948C>A",
"hgvs_p": "p.Gln650Lys",
"transcript": "ENST00000566044.5",
"protein_id": "ENSP00000456729.1",
"transcript_support_level": 1,
"aa_start": 650,
"aa_end": null,
"aa_length": 1086,
"cds_start": 1948,
"cds_end": null,
"cds_length": 3261,
"cdna_start": 2137,
"cdna_end": null,
"cdna_length": 3829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "c.1969C>A",
"hgvs_p": "p.Gln657Lys",
"transcript": "NM_001363837.1",
"protein_id": "NP_001350766.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1093,
"cds_start": 1969,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 2021,
"cdna_end": null,
"cdna_length": 5491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "c.1969C>A",
"hgvs_p": "p.Gln657Lys",
"transcript": "ENST00000299167.12",
"protein_id": "ENSP00000299167.8",
"transcript_support_level": 5,
"aa_start": 657,
"aa_end": null,
"aa_length": 1093,
"cds_start": 1969,
"cds_end": null,
"cds_length": 3282,
"cdna_start": 1994,
"cdna_end": null,
"cdna_length": 5464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "c.1948C>A",
"hgvs_p": "p.Gln650Lys",
"transcript": "NM_001031835.3",
"protein_id": "NP_001027005.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 1086,
"cds_start": 1948,
"cds_end": null,
"cds_length": 3261,
"cdna_start": 2101,
"cdna_end": null,
"cdna_length": 5571,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "n.90C>A",
"hgvs_p": null,
"transcript": "ENST00000568171.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": 1113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "n.*543C>A",
"hgvs_p": null,
"transcript": "ENST00000696809.1",
"protein_id": "ENSP00000512887.1",
"transcript_support_level": null,
"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": 4332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "n.1948C>A",
"hgvs_p": null,
"transcript": "ENST00000699276.1",
"protein_id": "ENSP00000514257.1",
"transcript_support_level": null,
"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": 4492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"hgvs_c": "n.*543C>A",
"hgvs_p": null,
"transcript": "ENST00000696809.1",
"protein_id": "ENSP00000512887.1",
"transcript_support_level": null,
"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": 4332,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PHKB",
"gene_hgnc_id": 8927,
"dbsnp": "rs34667348",
"frequency_reference_population": 0.003799481,
"hom_count_reference_population": 17,
"allele_count_reference_population": 6098,
"gnomad_exomes_af": 0.00390254,
"gnomad_genomes_af": 0.00281659,
"gnomad_exomes_ac": 5669,
"gnomad_genomes_ac": 429,
"gnomad_exomes_homalt": 15,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02698153257369995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.3580000102519989,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.688,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8843,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.257,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.0576141758550094,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000323584.10",
"gene_symbol": "PHKB",
"hgnc_id": 8927,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1969C>A",
"hgvs_p": "p.Gln657Lys"
}
],
"clinvar_disease": "Glycogen storage disease IXb,PHKB-related disorder,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:5 LB:4 O:1",
"phenotype_combined": "Glycogen storage disease IXb|not provided|not specified|PHKB-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}