← 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: 17-36537747-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=36537747&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 36537747,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000614443.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGW",
"gene_hgnc_id": 23213,
"hgvs_c": "c.646C>T",
"hgvs_p": "p.Arg216*",
"transcript": "NM_001346754.2",
"protein_id": "NP_001333683.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 504,
"cds_start": 646,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 1260,
"cdna_end": null,
"cdna_length": 2816,
"mane_select": "ENST00000614443.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGW",
"gene_hgnc_id": 23213,
"hgvs_c": "c.646C>T",
"hgvs_p": "p.Arg216*",
"transcript": "ENST00000614443.2",
"protein_id": "ENSP00000482202.1",
"transcript_support_level": 1,
"aa_start": 216,
"aa_end": null,
"aa_length": 504,
"cds_start": 646,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 1260,
"cdna_end": null,
"cdna_length": 2816,
"mane_select": "NM_001346754.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGW",
"gene_hgnc_id": 23213,
"hgvs_c": "c.646C>T",
"hgvs_p": "p.Arg216*",
"transcript": "ENST00000619326.1",
"protein_id": "ENSP00000480475.1",
"transcript_support_level": 1,
"aa_start": 216,
"aa_end": null,
"aa_length": 276,
"cds_start": 646,
"cds_end": null,
"cds_length": 833,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGW",
"gene_hgnc_id": 23213,
"hgvs_c": "c.646C>T",
"hgvs_p": "p.Arg216*",
"transcript": "NM_001346755.2",
"protein_id": "NP_001333684.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 504,
"cds_start": 646,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 722,
"cdna_end": null,
"cdna_length": 2278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGW",
"gene_hgnc_id": 23213,
"hgvs_c": "c.646C>T",
"hgvs_p": "p.Arg216*",
"transcript": "NM_178517.5",
"protein_id": "NP_848612.2",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 504,
"cds_start": 646,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 1269,
"cdna_end": null,
"cdna_length": 2825,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PIGW",
"gene_hgnc_id": 23213,
"hgvs_c": "c.646C>T",
"hgvs_p": "p.Arg216*",
"transcript": "ENST00000620233.1",
"protein_id": "ENSP00000480021.1",
"transcript_support_level": 2,
"aa_start": 216,
"aa_end": null,
"aa_length": 504,
"cds_start": 646,
"cds_end": null,
"cds_length": 1515,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 2264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYO19",
"gene_hgnc_id": 26234,
"hgvs_c": "n.396-3643G>A",
"hgvs_p": null,
"transcript": "ENST00000610496.1",
"protein_id": null,
"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": 578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYO19",
"gene_hgnc_id": 26234,
"hgvs_c": "n.164-2114G>A",
"hgvs_p": null,
"transcript": "ENST00000617167.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MYO19",
"gene_hgnc_id": 26234,
"hgvs_c": "c.-295-3643G>A",
"hgvs_p": null,
"transcript": "XM_047436823.1",
"protein_id": "XP_047292779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1047,
"cds_start": -4,
"cds_end": null,
"cds_length": 3144,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5829,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PIGW",
"gene_hgnc_id": 23213,
"dbsnp": "rs147622852",
"frequency_reference_population": 0.00007559216,
"hom_count_reference_population": 0,
"allele_count_reference_population": 122,
"gnomad_exomes_af": 0.0000779838,
"gnomad_genomes_af": 0.0000526032,
"gnomad_exomes_ac": 114,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5799999833106995,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.814,
"phylop100way_prediction": "Benign",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2,PP5,BS1_Supporting",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 1,
"pathogenic_score": 7,
"criteria": [
"PVS1_Strong",
"PM2",
"PP5",
"BS1_Supporting"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000614443.2",
"gene_symbol": "PIGW",
"hgnc_id": 23213,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.646C>T",
"hgvs_p": "p.Arg216*"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000610496.1",
"gene_symbol": "MYO19",
"hgnc_id": 26234,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.396-3643G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Hyperphosphatasia with intellectual disability syndrome 5,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:3 US:2",
"phenotype_combined": "not provided|Hyperphosphatasia with intellectual disability syndrome 5|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}