← 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-50625443-GTGGTATCAC-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50625443&ref=GTGGTATCAC&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 50625443,
"ref": "GTGGTATCAC",
"alt": "G",
"effect": "disruptive_inframe_deletion",
"transcript": "ENST00000216124.10",
"consequences": [
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del",
"transcript": "NM_000487.6",
"protein_id": "NP_000478.3",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 509,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 4294,
"mane_select": "ENST00000216124.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del",
"transcript": "ENST00000216124.10",
"protein_id": "ENSP00000216124.5",
"transcript_support_level": 1,
"aa_start": 408,
"aa_end": null,
"aa_length": 509,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1604,
"cdna_end": null,
"cdna_length": 4294,
"mane_select": "NM_000487.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del",
"transcript": "ENST00000356098.9",
"protein_id": "ENSP00000348406.5",
"transcript_support_level": 1,
"aa_start": 408,
"aa_end": null,
"aa_length": 509,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1469,
"cdna_end": null,
"cdna_length": 1895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "VIP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1120_1128delGTGATACCA",
"hgvs_p": "p.Val374_Pro376del",
"transcript": "XM_011530691.4",
"protein_id": "XP_011528993.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 387,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1501,
"cdna_end": null,
"cdna_length": 4191,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "VIP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1120_1128delGTGATACCA",
"hgvs_p": "p.Val374_Pro376del",
"transcript": "XM_024452241.2",
"protein_id": "XP_024308009.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 387,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1348,
"cdna_end": null,
"cdna_length": 4038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "VIP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1120_1128delGTGATACCA",
"hgvs_p": "p.Val374_Pro376del",
"transcript": "XM_047441363.1",
"protein_id": "XP_047297319.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 387,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1164,
"cdna_start": 1303,
"cdna_end": null,
"cdna_length": 3993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del",
"transcript": "NM_001085425.3",
"protein_id": "NP_001078894.2",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 509,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1499,
"cdna_end": null,
"cdna_length": 4189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del",
"transcript": "NM_001085426.3",
"protein_id": "NP_001078895.2",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 509,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1451,
"cdna_end": null,
"cdna_length": 4141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del",
"transcript": "NM_001085427.3",
"protein_id": "NP_001078896.2",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 509,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1406,
"cdna_end": null,
"cdna_length": 4096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del",
"transcript": "ENST00000395619.3",
"protein_id": "ENSP00000378981.3",
"transcript_support_level": 5,
"aa_start": 408,
"aa_end": null,
"aa_length": 509,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1413,
"cdna_end": null,
"cdna_length": 1824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del",
"transcript": "ENST00000395621.7",
"protein_id": "ENSP00000378983.3",
"transcript_support_level": 2,
"aa_start": 408,
"aa_end": null,
"aa_length": 509,
"cds_start": 1223,
"cds_end": null,
"cds_length": 1530,
"cdna_start": 1502,
"cdna_end": null,
"cdna_length": 1918,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.965_973delGTGATACCA",
"hgvs_p": "p.Ser322_Thr324del",
"transcript": "NM_001085428.3",
"protein_id": "NP_001078897.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 423,
"cds_start": 965,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1214,
"cdna_end": null,
"cdna_length": 3904,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.965_973delGTGATACCA",
"hgvs_p": "p.Ser322_Thr324del",
"transcript": "NM_001362782.2",
"protein_id": "NP_001349711.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 423,
"cds_start": 965,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1169,
"cdna_end": null,
"cdna_length": 3859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SDTT",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "c.965_973delGTGATACCA",
"hgvs_p": "p.Ser322_Thr324del",
"transcript": "ENST00000453344.6",
"protein_id": "ENSP00000412542.2",
"transcript_support_level": 2,
"aa_start": 322,
"aa_end": null,
"aa_length": 423,
"cds_start": 965,
"cds_end": null,
"cds_length": 1272,
"cdna_start": 1235,
"cdna_end": null,
"cdna_length": 1650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"hgvs_c": "n.89_97delGTGATACCA",
"hgvs_p": null,
"transcript": "ENST00000608497.1",
"protein_id": "ENSP00000477013.1",
"transcript_support_level": 3,
"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": 576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARSA",
"gene_hgnc_id": 713,
"dbsnp": "rs765905826",
"frequency_reference_population": 0.0000027628812,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000276288,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"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": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 6.293,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 14,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM4,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM1",
"PM2",
"PM4",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000216124.10",
"gene_symbol": "ARSA",
"hgnc_id": 713,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1223_1231delGTGATACCA",
"hgvs_p": "p.Ser408_Thr410del"
}
],
"clinvar_disease": "Metachromatic leukodystrophy,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "Metachromatic leukodystrophy|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}