← 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: 3-14158148-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=14158148&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 14158148,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_004628.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579*",
"transcript": "NM_004628.5",
"protein_id": "NP_004619.3",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 940,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2823,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 3650,
"mane_select": "ENST00000285021.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579*",
"transcript": "ENST00000285021.12",
"protein_id": "ENSP00000285021.8",
"transcript_support_level": 1,
"aa_start": 579,
"aa_end": null,
"aa_length": 940,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2823,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 3650,
"mane_select": "NM_004628.5",
"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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "n.*1188C>T",
"hgvs_p": null,
"transcript": "ENST00000476581.6",
"protein_id": "ENSP00000424548.1",
"transcript_support_level": 1,
"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": 2944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "n.*1188C>T",
"hgvs_p": null,
"transcript": "ENST00000476581.6",
"protein_id": "ENSP00000424548.1",
"transcript_support_level": 1,
"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": 2944,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579*",
"transcript": "NM_001354727.2",
"protein_id": "NP_001341656.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 938,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2817,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 3644,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579*",
"transcript": "ENST00000850575.1",
"protein_id": "ENSP00000520865.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 938,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2817,
"cdna_start": 1767,
"cdna_end": null,
"cdna_length": 3645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1717C>T",
"hgvs_p": "p.Arg573*",
"transcript": "NM_001354729.2",
"protein_id": "NP_001341658.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 934,
"cds_start": 1717,
"cds_end": null,
"cds_length": 2805,
"cdna_start": 1750,
"cdna_end": null,
"cdna_length": 3632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1156C>T",
"hgvs_p": "p.Arg386*",
"transcript": "NM_001354726.2",
"protein_id": "NP_001341655.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 747,
"cds_start": 1156,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 1644,
"cdna_end": null,
"cdna_length": 3526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579*",
"transcript": "XM_047448864.1",
"protein_id": "XP_047304820.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 851,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2556,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 2807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579*",
"transcript": "XM_047448865.1",
"protein_id": "XP_047304821.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 689,
"cds_start": 1735,
"cds_end": null,
"cds_length": 2070,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 2221,
"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": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "n.*1188C>T",
"hgvs_p": null,
"transcript": "ENST00000850573.1",
"protein_id": "ENSP00000520863.1",
"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": 4048,
"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": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "n.1735C>T",
"hgvs_p": null,
"transcript": "ENST00000850574.1",
"protein_id": "ENSP00000520864.1",
"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": 3319,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "n.1768C>T",
"hgvs_p": null,
"transcript": "NR_148950.2",
"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": 3489,
"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": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "n.1644C>T",
"hgvs_p": null,
"transcript": "NR_148951.2",
"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": 3365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "n.*1188C>T",
"hgvs_p": null,
"transcript": "ENST00000850573.1",
"protein_id": "ENSP00000520863.1",
"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": 4048,
"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": 16,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"hgvs_c": "c.1626+109C>T",
"hgvs_p": null,
"transcript": "NM_001354730.2",
"protein_id": "NP_001341659.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 858,
"cds_start": -4,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3404,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "XPC-AS1",
"gene_hgnc_id": 55014,
"hgvs_c": "n.457-7728G>A",
"hgvs_p": null,
"transcript": "ENST00000627116.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "XPC-AS1",
"gene_hgnc_id": 55014,
"hgvs_c": "n.468-1578G>A",
"hgvs_p": null,
"transcript": "ENST00000628760.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "XPC-AS1",
"gene_hgnc_id": 55014,
"hgvs_c": "n.88-1578G>A",
"hgvs_p": null,
"transcript": "ENST00000628978.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "XPC",
"gene_hgnc_id": 12816,
"dbsnp": "rs121965088",
"frequency_reference_population": 0.0000068161003,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000684129,
"gnomad_genomes_af": 0.00000657402,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5400000214576721,
"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.54,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.647,
"phylop100way_prediction": "Uncertain_significance",
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_004628.5",
"gene_symbol": "XPC",
"hgnc_id": 12816,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1735C>T",
"hgvs_p": "p.Arg579*"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000627116.2",
"gene_symbol": "XPC-AS1",
"hgnc_id": 55014,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.457-7728G>A",
"hgvs_p": null
}
],
"clinvar_disease": " group C,Xeroderma pigmentosum,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:6",
"phenotype_combined": "Xeroderma pigmentosum, group C|Xeroderma pigmentosum|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}