← 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-36219872-CA-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=36219872&ref=CA&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 36219872,
"ref": "CA",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "ENST00000642385.2",
"consequences": [
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1874delT",
"hgvs_p": "p.Met625fs",
"transcript": "NM_001128227.3",
"protein_id": "NP_001121699.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 753,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 5220,
"mane_select": null,
"mane_plus": "ENST00000396594.8",
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1874delT",
"hgvs_p": "p.Met625fs",
"transcript": "ENST00000396594.8",
"protein_id": "ENSP00000379839.3",
"transcript_support_level": 1,
"aa_start": 625,
"aa_end": null,
"aa_length": 753,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 1908,
"cdna_end": null,
"cdna_length": 5220,
"mane_select": null,
"mane_plus": "NM_001128227.3",
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1781delT",
"hgvs_p": "p.Met594fs",
"transcript": "NM_005476.7",
"protein_id": "NP_005467.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 722,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 1951,
"cdna_end": null,
"cdna_length": 5263,
"mane_select": "ENST00000642385.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1781delT",
"hgvs_p": "p.Met594fs",
"transcript": "ENST00000642385.2",
"protein_id": "ENSP00000494141.2",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 722,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 1951,
"cdna_end": null,
"cdna_length": 5263,
"mane_select": "NM_005476.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1604delT",
"hgvs_p": "p.Met535fs",
"transcript": "ENST00000543356.7",
"protein_id": "ENSP00000437765.3",
"transcript_support_level": 1,
"aa_start": 535,
"aa_end": null,
"aa_length": 663,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1766,
"cdna_end": null,
"cdna_length": 2576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1628delT",
"hgvs_p": "p.Met543fs",
"transcript": "NM_001374797.1",
"protein_id": "NP_001361726.1",
"transcript_support_level": null,
"aa_start": 543,
"aa_end": null,
"aa_length": 671,
"cds_start": 1628,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 1798,
"cdna_end": null,
"cdna_length": 5110,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1604delT",
"hgvs_p": "p.Met535fs",
"transcript": "NM_001190388.2",
"protein_id": "NP_001177317.2",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 663,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1702,
"cdna_end": null,
"cdna_length": 5014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1604delT",
"hgvs_p": "p.Met535fs",
"transcript": "NM_001374798.1",
"protein_id": "NP_001361727.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 663,
"cds_start": 1604,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1745,
"cdna_end": null,
"cdna_length": 5057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1559delT",
"hgvs_p": "p.Met520fs",
"transcript": "NM_001190383.3",
"protein_id": "NP_001177312.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 648,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 1729,
"cdna_end": null,
"cdna_length": 5041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1559delT",
"hgvs_p": "p.Met520fs",
"transcript": "ENST00000447283.6",
"protein_id": "ENSP00000414760.2",
"transcript_support_level": 5,
"aa_start": 520,
"aa_end": null,
"aa_length": 648,
"cds_start": 1559,
"cds_end": null,
"cds_length": 1947,
"cdna_start": 1610,
"cdna_end": null,
"cdna_length": 2174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1451delT",
"hgvs_p": "p.Met484fs",
"transcript": "NM_001190384.3",
"protein_id": "NP_001177313.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 612,
"cds_start": 1451,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 1592,
"cdna_end": null,
"cdna_length": 4904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1451delT",
"hgvs_p": "p.Met484fs",
"transcript": "ENST00000539208.5",
"protein_id": "ENSP00000445117.1",
"transcript_support_level": 2,
"aa_start": 484,
"aa_end": null,
"aa_length": 612,
"cds_start": 1451,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 1589,
"cdna_end": null,
"cdna_length": 2190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1781delT",
"hgvs_p": "p.Met594fs",
"transcript": "XM_017014167.1",
"protein_id": "XP_016869656.1",
"transcript_support_level": null,
"aa_start": 594,
"aa_end": null,
"aa_length": 722,
"cds_start": 1781,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 1847,
"cdna_end": null,
"cdna_length": 5159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"hgvs_c": "c.1721delT",
"hgvs_p": "p.Met574fs",
"transcript": "XM_005251334.5",
"protein_id": "XP_005251391.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 702,
"cds_start": 1721,
"cds_end": null,
"cds_length": 2109,
"cdna_start": 1755,
"cdna_end": null,
"cdna_length": 5067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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+15694delA",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GNE",
"gene_hgnc_id": 23657,
"dbsnp": "rs1057517157",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 8.659,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000642385.2",
"gene_symbol": "GNE",
"hgnc_id": 23657,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1781delT",
"hgvs_p": "p.Met594fs"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000464497.5",
"gene_symbol": "CLTA",
"hgnc_id": 2090,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "n.485+15694delA",
"hgvs_p": null
}
],
"clinvar_disease": "GNE myopathy",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "GNE myopathy",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}