← 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: 9-36217529-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=36217529&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 36217529,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001128227.3",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.2098G>A",
"hgvs_p": "p.Gly700Arg",
"transcript": "NM_001128227.3",
"protein_id": "NP_001121699.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 753,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000396594.8",
"biotype": "protein_coding",
"feature": "NM_001128227.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.2098G>A",
"hgvs_p": "p.Gly700Arg",
"transcript": "ENST00000396594.8",
"protein_id": "ENSP00000379839.3",
"transcript_support_level": 1,
"aa_start": 700,
"aa_end": null,
"aa_length": 753,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_001128227.3",
"biotype": "protein_coding",
"feature": "ENST00000396594.8"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.2005G>A",
"hgvs_p": "p.Gly669Arg",
"transcript": "NM_005476.7",
"protein_id": "NP_005467.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 722,
"cds_start": 2005,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000642385.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005476.7"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.2005G>A",
"hgvs_p": "p.Gly669Arg",
"transcript": "ENST00000642385.2",
"protein_id": "ENSP00000494141.2",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 722,
"cds_start": 2005,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005476.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642385.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1828G>A",
"hgvs_p": "p.Gly610Arg",
"transcript": "ENST00000543356.7",
"protein_id": "ENSP00000437765.3",
"transcript_support_level": 1,
"aa_start": 610,
"aa_end": null,
"aa_length": 663,
"cds_start": 1828,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000543356.7"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.2005G>A",
"hgvs_p": "p.Gly669Arg",
"transcript": "ENST00000968451.1",
"protein_id": "ENSP00000638510.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 722,
"cds_start": 2005,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968451.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1852G>A",
"hgvs_p": "p.Gly618Arg",
"transcript": "NM_001374797.1",
"protein_id": "NP_001361726.1",
"transcript_support_level": null,
"aa_start": 618,
"aa_end": null,
"aa_length": 671,
"cds_start": 1852,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374797.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1828G>A",
"hgvs_p": "p.Gly610Arg",
"transcript": "NM_001190388.2",
"protein_id": "NP_001177317.2",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 663,
"cds_start": 1828,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190388.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1828G>A",
"hgvs_p": "p.Gly610Arg",
"transcript": "NM_001374798.1",
"protein_id": "NP_001361727.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 663,
"cds_start": 1828,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374798.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Gly595Arg",
"transcript": "NM_001190383.3",
"protein_id": "NP_001177312.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 648,
"cds_start": 1783,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190383.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1783G>A",
"hgvs_p": "p.Gly595Arg",
"transcript": "ENST00000447283.6",
"protein_id": "ENSP00000414760.2",
"transcript_support_level": 5,
"aa_start": 595,
"aa_end": null,
"aa_length": 648,
"cds_start": 1783,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447283.6"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1675G>A",
"hgvs_p": "p.Gly559Arg",
"transcript": "NM_001190384.3",
"protein_id": "NP_001177313.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 612,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001190384.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1675G>A",
"hgvs_p": "p.Gly559Arg",
"transcript": "ENST00000539208.5",
"protein_id": "ENSP00000445117.1",
"transcript_support_level": 2,
"aa_start": 559,
"aa_end": null,
"aa_length": 612,
"cds_start": 1675,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000539208.5"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.2005G>A",
"hgvs_p": "p.Gly669Arg",
"transcript": "XM_017014167.1",
"protein_id": "XP_016869656.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 722,
"cds_start": 2005,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014167.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1945G>A",
"hgvs_p": "p.Gly649Arg",
"transcript": "XM_005251334.5",
"protein_id": "XP_005251391.1",
"transcript_support_level": null,
"aa_start": 649,
"aa_end": null,
"aa_length": 702,
"cds_start": 1945,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005251334.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CLTA",
"gene_hgnc_id": 2090,
"hgvs_c": "n.485+13350C>T",
"hgvs_p": null,
"transcript": "ENST00000464497.5",
"protein_id": "ENSP00000419158.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000464497.5"
}
],
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"dbsnp": "rs776384541",
"frequency_reference_population": 0.000015050145,
"hom_count_reference_population": 0,
"allele_count_reference_population": 22,
"gnomad_exomes_af": 0.0000150501,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 22,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9711852073669434,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.5899999737739563,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": 0.915,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9818,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.52,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.59,
"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": "PM1,PP2,PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PM1",
"PP2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_001128227.3",
"gene_symbol": "GNE",
"hgnc_id": 23657,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2098G>A",
"hgvs_p": "p.Gly700Arg"
},
{
"score": 5,
"benign_score": 4,
"pathogenic_score": 9,
"criteria": [
"PP3",
"PP5_Very_Strong",
"BS2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000464497.5",
"gene_symbol": "CLTA",
"hgnc_id": 2090,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.485+13350C>T",
"hgvs_p": null
}
],
"clinvar_disease": "GNE myopathy,Sialuria,Thrombocytopenia 12 with or without myopathy,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:3 LP:2 US:2",
"phenotype_combined": "Sialuria;GNE myopathy|GNE myopathy|not provided|Sialuria;Thrombocytopenia 12 with or without myopathy;GNE myopathy",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}