← 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: 22-50626271-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50626271&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50626271,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000216124.10",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "NM_000487.6",
"protein_id": "NP_000478.3",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 509,
"cds_start": 862,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 4294,
"mane_select": "ENST00000216124.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "ENST00000216124.10",
"protein_id": "ENSP00000216124.5",
"transcript_support_level": 1,
"aa_start": 288,
"aa_end": null,
"aa_length": 509,
"cds_start": 862,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 4294,
"mane_select": "NM_000487.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "ENST00000356098.9",
"protein_id": "ENSP00000348406.5",
"transcript_support_level": 1,
"aa_start": 288,
"aa_end": null,
"aa_length": 509,
"cds_start": 862,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1100,
"cdna_end": null,
"cdna_length": 1895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "NM_001085425.3",
"protein_id": "NP_001078894.2",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 509,
"cds_start": 862,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1130,
"cdna_end": null,
"cdna_length": 4189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "NM_001085426.3",
"protein_id": "NP_001078895.2",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 509,
"cds_start": 862,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1082,
"cdna_end": null,
"cdna_length": 4141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "NM_001085427.3",
"protein_id": "NP_001078896.2",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 509,
"cds_start": 862,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1037,
"cdna_end": null,
"cdna_length": 4096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "ENST00000395619.3",
"protein_id": "ENSP00000378981.3",
"transcript_support_level": 5,
"aa_start": 288,
"aa_end": null,
"aa_length": 509,
"cds_start": 862,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 1824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "ENST00000395621.7",
"protein_id": "ENSP00000378983.3",
"transcript_support_level": 2,
"aa_start": 288,
"aa_end": null,
"aa_length": 509,
"cds_start": 862,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1133,
"cdna_end": null,
"cdna_length": 1918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.604A>T",
"hgvs_p": "p.Thr202Ser",
"transcript": "NM_001085428.3",
"protein_id": "NP_001078897.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 423,
"cds_start": 604,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 3904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.604A>T",
"hgvs_p": "p.Thr202Ser",
"transcript": "NM_001362782.2",
"protein_id": "NP_001349711.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 423,
"cds_start": 604,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 3859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.604A>T",
"hgvs_p": "p.Thr202Ser",
"transcript": "ENST00000453344.6",
"protein_id": "ENSP00000412542.2",
"transcript_support_level": 2,
"aa_start": 202,
"aa_end": null,
"aa_length": 423,
"cds_start": 604,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 866,
"cdna_end": null,
"cdna_length": 1650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "XM_011530691.4",
"protein_id": "XP_011528993.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 387,
"cds_start": 862,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 4191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "XM_024452241.2",
"protein_id": "XP_024308009.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 387,
"cds_start": 862,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1082,
"cdna_end": null,
"cdna_length": 4038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser",
"transcript": "XM_047441363.1",
"protein_id": "XP_047297319.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 387,
"cds_start": 862,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1037,
"cdna_end": null,
"cdna_length": 3993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"dbsnp": "rs28940894",
"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.48828762769699097,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10999999940395355,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.568,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.04,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.09,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.11,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000216124.10",
"gene_symbol": "ARSA",
"hgnc_id": 713,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.862A>T",
"hgvs_p": "p.Thr288Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}