← 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: 11-116778930-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=116778930&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 116778930,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_003904.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1375C>T",
"hgvs_p": "p.Arg459Trp",
"transcript": "NM_003904.5",
"protein_id": "NP_003895.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 459,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000227322.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003904.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1375C>T",
"hgvs_p": "p.Arg459Trp",
"transcript": "ENST00000227322.8",
"protein_id": "ENSP00000227322.3",
"transcript_support_level": 1,
"aa_start": 459,
"aa_end": null,
"aa_length": 459,
"cds_start": 1375,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003904.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000227322.8"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1405C>T",
"hgvs_p": "p.Arg469Trp",
"transcript": "ENST00000900046.1",
"protein_id": "ENSP00000570105.1",
"transcript_support_level": null,
"aa_start": 469,
"aa_end": null,
"aa_length": 469,
"cds_start": 1405,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900046.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1381C>T",
"hgvs_p": "p.Arg461Trp",
"transcript": "ENST00000900049.1",
"protein_id": "ENSP00000570108.1",
"transcript_support_level": null,
"aa_start": 461,
"aa_end": null,
"aa_length": 461,
"cds_start": 1381,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900049.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1348C>T",
"hgvs_p": "p.Arg450Trp",
"transcript": "ENST00000932352.1",
"protein_id": "ENSP00000602411.1",
"transcript_support_level": null,
"aa_start": 450,
"aa_end": null,
"aa_length": 450,
"cds_start": 1348,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932352.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1300C>T",
"hgvs_p": "p.Arg434Trp",
"transcript": "ENST00000900048.1",
"protein_id": "ENSP00000570107.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 434,
"cds_start": 1300,
"cds_end": null,
"cds_length": 1305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900048.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1288C>T",
"hgvs_p": "p.Arg430Trp",
"transcript": "ENST00000900047.1",
"protein_id": "ENSP00000570106.1",
"transcript_support_level": null,
"aa_start": 430,
"aa_end": null,
"aa_length": 430,
"cds_start": 1288,
"cds_end": null,
"cds_length": 1293,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900047.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Arg429Trp",
"transcript": "ENST00000444935.5",
"protein_id": "ENSP00000390391.1",
"transcript_support_level": 5,
"aa_start": 429,
"aa_end": null,
"aa_length": 429,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444935.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1285C>T",
"hgvs_p": "p.Arg429Trp",
"transcript": "ENST00000932353.1",
"protein_id": "ENSP00000602412.1",
"transcript_support_level": null,
"aa_start": 429,
"aa_end": null,
"aa_length": 429,
"cds_start": 1285,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932353.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1213C>T",
"hgvs_p": "p.Arg405Trp",
"transcript": "NM_001317086.2",
"protein_id": "NP_001304015.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 405,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001317086.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1213C>T",
"hgvs_p": "p.Arg405Trp",
"transcript": "ENST00000900045.1",
"protein_id": "ENSP00000570104.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 405,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900045.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"hgvs_c": "c.1153C>T",
"hgvs_p": "p.Arg385Trp",
"transcript": "ENST00000429220.5",
"protein_id": "ENSP00000394495.1",
"transcript_support_level": 5,
"aa_start": 385,
"aa_end": null,
"aa_length": 385,
"cds_start": 1153,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429220.5"
}
],
"gene_symbol": "ZPR1",
"gene_hgnc_id": 13051,
"dbsnp": "rs757653816",
"frequency_reference_population": 0.0000105353965,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.0000109485,
"gnomad_genomes_af": 0.0000065697,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5399421453475952,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.164,
"revel_prediction": "Benign",
"alphamissense_score": 0.1576,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.196,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003904.5",
"gene_symbol": "ZPR1",
"hgnc_id": 13051,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1375C>T",
"hgvs_p": "p.Arg459Trp"
}
],
"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
}