← 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: X-78122929-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=78122929&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 78122929,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000291.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.736A>G",
"hgvs_p": "p.Lys246Glu",
"transcript": "NM_000291.4",
"protein_id": "NP_000282.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 417,
"cds_start": 736,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373316.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000291.4"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.736A>G",
"hgvs_p": "p.Lys246Glu",
"transcript": "ENST00000373316.5",
"protein_id": "ENSP00000362413.4",
"transcript_support_level": 1,
"aa_start": 246,
"aa_end": null,
"aa_length": 417,
"cds_start": 736,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000291.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373316.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "n.91A>G",
"hgvs_p": null,
"transcript": "ENST00000474281.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": "pseudogene",
"feature": "ENST00000474281.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.736A>G",
"hgvs_p": "p.Lys246Glu",
"transcript": "ENST00000878879.1",
"protein_id": "ENSP00000548938.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 427,
"cds_start": 736,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878879.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.766A>G",
"hgvs_p": "p.Lys256Glu",
"transcript": "ENST00000925024.1",
"protein_id": "ENSP00000595083.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 427,
"cds_start": 766,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925024.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.748A>G",
"hgvs_p": "p.Lys250Glu",
"transcript": "ENST00000951220.1",
"protein_id": "ENSP00000621279.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 421,
"cds_start": 748,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951220.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.736A>G",
"hgvs_p": "p.Lys246Glu",
"transcript": "ENST00000925019.1",
"protein_id": "ENSP00000595078.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 415,
"cds_start": 736,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925019.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.736A>G",
"hgvs_p": "p.Lys246Glu",
"transcript": "ENST00000925020.1",
"protein_id": "ENSP00000595079.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 414,
"cds_start": 736,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925020.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.688A>G",
"hgvs_p": "p.Lys230Glu",
"transcript": "ENST00000951221.1",
"protein_id": "ENSP00000621280.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 401,
"cds_start": 688,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951221.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.652A>G",
"hgvs_p": "p.Lys218Glu",
"transcript": "ENST00000644362.1",
"protein_id": "ENSP00000496140.1",
"transcript_support_level": null,
"aa_start": 218,
"aa_end": null,
"aa_length": 389,
"cds_start": 652,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644362.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.631A>G",
"hgvs_p": "p.Lys211Glu",
"transcript": "ENST00000925021.1",
"protein_id": "ENSP00000595080.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 382,
"cds_start": 631,
"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": "ENST00000925021.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.616A>G",
"hgvs_p": "p.Lys206Glu",
"transcript": "ENST00000878877.1",
"protein_id": "ENSP00000548936.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 377,
"cds_start": 616,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878877.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.580A>G",
"hgvs_p": "p.Lys194Glu",
"transcript": "ENST00000878878.1",
"protein_id": "ENSP00000548937.1",
"transcript_support_level": null,
"aa_start": 194,
"aa_end": null,
"aa_length": 365,
"cds_start": 580,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000878878.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.736A>G",
"hgvs_p": "p.Lys246Glu",
"transcript": "ENST00000925022.1",
"protein_id": "ENSP00000595081.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 411,
"cds_start": 736,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925022.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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "c.500-2407A>G",
"hgvs_p": null,
"transcript": "ENST00000925023.1",
"protein_id": "ENSP00000595082.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 209,
"cds_start": null,
"cds_end": null,
"cds_length": 630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925023.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"hgvs_c": "n.*26A>G",
"hgvs_p": null,
"transcript": "ENST00000491291.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": "ENST00000491291.1"
}
],
"gene_symbol": "PGK1",
"gene_hgnc_id": 8896,
"dbsnp": "rs144399762",
"frequency_reference_population": 0.00003563887,
"hom_count_reference_population": 2,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.0000124371,
"gnomad_genomes_af": 0.0000356389,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8630657196044922,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.943,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8748,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.61,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.283,
"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": "Likely_benign",
"acmg_criteria": "PP3_Moderate,BP6,BS2",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate",
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_000291.4",
"gene_symbol": "PGK1",
"hgnc_id": 8896,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.736A>G",
"hgvs_p": "p.Lys246Glu"
}
],
"clinvar_disease": "Glycogen storage disease due to phosphoglycerate kinase 1 deficiency,Inborn genetic diseases,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:2",
"phenotype_combined": "not provided|Inborn genetic diseases|Glycogen storage disease due to phosphoglycerate kinase 1 deficiency",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}