← 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: 5-78955486-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=78955486&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 78955486,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000046.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "NM_000046.5",
"protein_id": "NP_000037.2",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 533,
"cds_start": 707,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 4852,
"mane_select": "ENST00000264914.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "ENST00000264914.10",
"protein_id": "ENSP00000264914.4",
"transcript_support_level": 1,
"aa_start": 236,
"aa_end": null,
"aa_length": 533,
"cds_start": 707,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 4852,
"mane_select": "NM_000046.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "ENST00000396151.7",
"protein_id": "ENSP00000379455.3",
"transcript_support_level": 1,
"aa_start": 236,
"aa_end": null,
"aa_length": 413,
"cds_start": 707,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1206,
"cdna_end": null,
"cdna_length": 2316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "ENST00000565165.2",
"protein_id": "ENSP00000456339.2",
"transcript_support_level": 1,
"aa_start": 236,
"aa_end": null,
"aa_length": 398,
"cds_start": 707,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 3845,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "NM_198709.3",
"protein_id": "NP_942002.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 413,
"cds_start": 707,
"cds_end": null,
"cds_length": 1242,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 2187,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "XM_011543390.2",
"protein_id": "XP_011541692.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 533,
"cds_start": 707,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1077,
"cdna_end": null,
"cdna_length": 5160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "XM_017009471.3",
"protein_id": "XP_016864960.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 451,
"cds_start": 707,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 4026,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "XM_011543391.4",
"protein_id": "XP_011541693.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 442,
"cds_start": 707,
"cds_end": null,
"cds_length": 1329,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 1402,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "XM_011543392.4",
"protein_id": "XP_011541694.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 405,
"cds_start": 707,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 1499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "XM_011543393.3",
"protein_id": "XP_011541695.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 382,
"cds_start": 707,
"cds_end": null,
"cds_length": 1149,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 2034,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro",
"transcript": "XM_047417180.1",
"protein_id": "XP_047273136.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 332,
"cds_start": 707,
"cds_end": null,
"cds_length": 999,
"cdna_start": 769,
"cdna_end": null,
"cdna_length": 1518,
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "n.769T>C",
"hgvs_p": null,
"transcript": "XR_001742065.3",
"protein_id": null,
"transcript_support_level": null,
"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": 2491,
"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": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "n.769T>C",
"hgvs_p": null,
"transcript": "XR_001742066.3",
"protein_id": null,
"transcript_support_level": null,
"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": 1518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"hgvs_c": "n.-112T>C",
"hgvs_p": null,
"transcript": "ENST00000521800.2",
"protein_id": null,
"transcript_support_level": 2,
"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": 1159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARSB",
"gene_hgnc_id": 714,
"dbsnp": "rs118203940",
"frequency_reference_population": 0.0000020523767,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205238,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9893368482589722,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.98,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9538,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.873,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PP2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000046.5",
"gene_symbol": "ARSB",
"hgnc_id": 714,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.707T>C",
"hgvs_p": "p.Leu236Pro"
}
],
"clinvar_disease": " mild, type vi,Mucopolysaccharidosis,Mucopolysaccharidosis type 6",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 US:1",
"phenotype_combined": "Mucopolysaccharidosis, type vi, mild|Mucopolysaccharidosis type 6",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}