← 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: 9-96655152-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=96655152&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 96655152,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_153698.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg",
"transcript": "NM_153698.2",
"protein_id": "NP_714542.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 226,
"cds_start": 130,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000375234.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153698.2"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg",
"transcript": "ENST00000375234.8",
"protein_id": "ENSP00000364382.3",
"transcript_support_level": 1,
"aa_start": 44,
"aa_end": null,
"aa_length": 226,
"cds_start": 130,
"cds_end": null,
"cds_length": 681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_153698.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375234.8"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.51+100G>A",
"hgvs_p": null,
"transcript": "ENST00000446045.1",
"protein_id": "ENSP00000398933.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": null,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446045.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg",
"transcript": "ENST00000946150.1",
"protein_id": "ENSP00000616209.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 224,
"cds_start": 130,
"cds_end": null,
"cds_length": 675,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946150.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg",
"transcript": "ENST00000875714.1",
"protein_id": "ENSP00000545773.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 208,
"cds_start": 130,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875714.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg",
"transcript": "ENST00000875713.1",
"protein_id": "ENSP00000545772.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 203,
"cds_start": 130,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875713.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg",
"transcript": "ENST00000946151.1",
"protein_id": "ENSP00000616210.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 196,
"cds_start": 130,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000946151.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg",
"transcript": "ENST00000875712.1",
"protein_id": "ENSP00000545771.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 159,
"cds_start": 130,
"cds_end": null,
"cds_length": 480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875712.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg",
"transcript": "XM_005251783.4",
"protein_id": "XP_005251840.1",
"transcript_support_level": null,
"aa_start": 44,
"aa_end": null,
"aa_length": 182,
"cds_start": 130,
"cds_end": null,
"cds_length": 549,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005251783.4"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.30+100G>A",
"hgvs_p": null,
"transcript": "XM_005251784.5",
"protein_id": "XP_005251841.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 172,
"cds_start": null,
"cds_end": null,
"cds_length": 519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005251784.5"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "c.30+100G>A",
"hgvs_p": null,
"transcript": "XM_047422905.1",
"protein_id": "XP_047278861.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 128,
"cds_start": null,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422905.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000294376",
"gene_hgnc_id": null,
"hgvs_c": "n.237-8866C>T",
"hgvs_p": null,
"transcript": "ENST00000723223.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000723223.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000294376",
"gene_hgnc_id": null,
"hgvs_c": "n.447-2617C>T",
"hgvs_p": null,
"transcript": "ENST00000723224.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000723224.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"hgvs_c": "n.-180G>A",
"hgvs_p": null,
"transcript": "ENST00000464512.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": "ENST00000464512.1"
}
],
"gene_symbol": "PRXL2C",
"gene_hgnc_id": 16881,
"dbsnp": "rs1436052953",
"frequency_reference_population": 0.0002034078,
"hom_count_reference_population": 1,
"allele_count_reference_population": 267,
"gnomad_exomes_af": 0.000210888,
"gnomad_genomes_af": 0.000145811,
"gnomad_exomes_ac": 245,
"gnomad_genomes_ac": 22,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.37246173620224,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.385,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8487,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.321,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_153698.2",
"gene_symbol": "PRXL2C",
"hgnc_id": 16881,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.130G>A",
"hgvs_p": "p.Gly44Arg"
},
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000723223.1",
"gene_symbol": "ENSG00000294376",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.237-8866C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}