← 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-149482997-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=149482997&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 149482997,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000202.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "NM_000202.8",
"protein_id": "NP_000193.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 550,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000340855.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000202.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Arg468Trp",
"transcript": "ENST00000340855.11",
"protein_id": "ENSP00000339801.6",
"transcript_support_level": 1,
"aa_start": 468,
"aa_end": null,
"aa_length": 550,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000202.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000340855.11"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000241489",
"gene_hgnc_id": null,
"hgvs_c": "c.769C>T",
"hgvs_p": "p.Arg257Trp",
"transcript": "ENST00000651111.1",
"protein_id": "ENSP00000498395.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 339,
"cds_start": 769,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651111.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1483C>T",
"hgvs_p": "p.Arg495Trp",
"transcript": "ENST00000875674.1",
"protein_id": "ENSP00000545733.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 577,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875674.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1462C>T",
"hgvs_p": "p.Arg488Trp",
"transcript": "ENST00000875673.1",
"protein_id": "ENSP00000545732.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 570,
"cds_start": 1462,
"cds_end": null,
"cds_length": 1713,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875673.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"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": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1447C>T",
"hgvs_p": "p.Arg483Trp",
"transcript": "ENST00000875670.1",
"protein_id": "ENSP00000545729.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 565,
"cds_start": 1447,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875670.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1447C>T",
"hgvs_p": "p.Arg483Trp",
"transcript": "ENST00000947400.1",
"protein_id": "ENSP00000617459.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 565,
"cds_start": 1447,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947400.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1393C>T",
"hgvs_p": "p.Arg465Trp",
"transcript": "ENST00000875672.1",
"protein_id": "ENSP00000545731.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 547,
"cds_start": 1393,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875672.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Arg430Trp",
"transcript": "ENST00000947401.1",
"protein_id": "ENSP00000617460.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 512,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947401.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1273C>T",
"hgvs_p": "p.Arg425Trp",
"transcript": "ENST00000875668.1",
"protein_id": "ENSP00000545727.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 507,
"cds_start": 1273,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875668.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1261C>T",
"hgvs_p": "p.Arg421Trp",
"transcript": "ENST00000875669.1",
"protein_id": "ENSP00000545728.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 503,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875669.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1228C>T",
"hgvs_p": "p.Arg410Trp",
"transcript": "ENST00000875667.1",
"protein_id": "ENSP00000545726.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 492,
"cds_start": 1228,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875667.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1201C>T",
"hgvs_p": "p.Arg401Trp",
"transcript": "ENST00000930297.1",
"protein_id": "ENSP00000600356.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 483,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930297.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1192C>T",
"hgvs_p": "p.Arg398Trp",
"transcript": "ENST00000930298.1",
"protein_id": "ENSP00000600357.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 480,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930298.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1132C>T",
"hgvs_p": "p.Arg378Trp",
"transcript": "NM_001166550.4",
"protein_id": "NP_001160022.1",
"transcript_support_level": null,
"aa_start": 378,
"aa_end": null,
"aa_length": 460,
"cds_start": 1132,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166550.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363Trp",
"transcript": "ENST00000875671.1",
"protein_id": "ENSP00000545730.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 445,
"cds_start": 1087,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875671.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000241489",
"gene_hgnc_id": null,
"hgvs_c": "c.769C>T",
"hgvs_p": "p.Arg257Trp",
"transcript": "ENST00000422081.6",
"protein_id": "ENSP00000477056.1",
"transcript_support_level": 2,
"aa_start": 257,
"aa_end": null,
"aa_length": 339,
"cds_start": 769,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422081.6"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000241489",
"gene_hgnc_id": null,
"hgvs_c": "n.*93C>T",
"hgvs_p": null,
"transcript": "ENST00000441880.1",
"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": "pseudogene",
"feature": "ENST00000441880.1"
}
],
"gene_symbol": "IDS",
"gene_hgnc_id": 5389,
"dbsnp": "rs199422231",
"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": 0.9667294025421143,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.935,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.866,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.72,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.832,
"phylop100way_prediction": "Benign",
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000202.8",
"gene_symbol": "IDS",
"hgnc_id": 5389,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,AR",
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Arg468Trp"
},
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000651111.1",
"gene_symbol": "ENSG00000241489",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.769C>T",
"hgvs_p": "p.Arg257Trp"
}
],
"clinvar_disease": " MPS-II, mild form, type II,Mucopolysaccharidosis,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:10 LP:1 O:1",
"phenotype_combined": "Mucopolysaccharidosis, type II, mild form|Mucopolysaccharidosis, MPS-II|not provided",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}