← 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: 16-58017371-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=58017371&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 58017371,
"ref": "C",
"alt": "T",
"effect": "stop_gained",
"transcript": "ENST00000219281.8",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.541C>T",
"hgvs_p": "p.Gln181*",
"transcript": "NM_024598.4",
"protein_id": "NP_078874.2",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 265,
"cds_start": 541,
"cds_end": null,
"cds_length": 798,
"cdna_start": 618,
"cdna_end": null,
"cdna_length": 2248,
"mane_select": "ENST00000219281.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.541C>T",
"hgvs_p": "p.Gln181*",
"transcript": "ENST00000219281.8",
"protein_id": "ENSP00000219281.3",
"transcript_support_level": 1,
"aa_start": 181,
"aa_end": null,
"aa_length": 265,
"cds_start": 541,
"cds_end": null,
"cds_length": 798,
"cdna_start": 618,
"cdna_end": null,
"cdna_length": 2248,
"mane_select": "NM_024598.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.502C>T",
"hgvs_p": "p.Gln168*",
"transcript": "ENST00000561568.6",
"protein_id": "ENSP00000457322.2",
"transcript_support_level": 4,
"aa_start": 168,
"aa_end": null,
"aa_length": 252,
"cds_start": 502,
"cds_end": null,
"cds_length": 759,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 2227,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.487C>T",
"hgvs_p": "p.Gln163*",
"transcript": "NM_001195302.2",
"protein_id": "NP_001182231.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 247,
"cds_start": 487,
"cds_end": null,
"cds_length": 744,
"cdna_start": 564,
"cdna_end": null,
"cdna_length": 2194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.487C>T",
"hgvs_p": "p.Gln163*",
"transcript": "ENST00000539737.6",
"protein_id": "ENSP00000446143.2",
"transcript_support_level": 2,
"aa_start": 163,
"aa_end": null,
"aa_length": 247,
"cds_start": 487,
"cds_end": null,
"cds_length": 744,
"cdna_start": 566,
"cdna_end": null,
"cdna_length": 1212,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.388C>T",
"hgvs_p": "p.Gln130*",
"transcript": "NM_001330568.2",
"protein_id": "NP_001317497.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 214,
"cds_start": 388,
"cds_end": null,
"cds_length": 645,
"cdna_start": 524,
"cdna_end": null,
"cdna_length": 2154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.388C>T",
"hgvs_p": "p.Gln130*",
"transcript": "ENST00000561743.5",
"protein_id": "ENSP00000454928.1",
"transcript_support_level": 3,
"aa_start": 130,
"aa_end": null,
"aa_length": 214,
"cds_start": 388,
"cds_end": null,
"cds_length": 645,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.388C>T",
"hgvs_p": "p.Gln130*",
"transcript": "ENST00000698444.1",
"protein_id": "ENSP00000513726.1",
"transcript_support_level": null,
"aa_start": 130,
"aa_end": null,
"aa_length": 214,
"cds_start": 388,
"cds_end": null,
"cds_length": 645,
"cdna_start": 515,
"cdna_end": null,
"cdna_length": 2117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*272C>T",
"hgvs_p": null,
"transcript": "ENST00000562534.5",
"protein_id": "ENSP00000513731.1",
"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": 562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.417C>T",
"hgvs_p": null,
"transcript": "ENST00000563207.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": 464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*198C>T",
"hgvs_p": null,
"transcript": "ENST00000564387.5",
"protein_id": "ENSP00000457302.1",
"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": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.736C>T",
"hgvs_p": null,
"transcript": "ENST00000565151.1",
"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": 886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*20C>T",
"hgvs_p": null,
"transcript": "ENST00000565662.6",
"protein_id": "ENSP00000513729.1",
"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": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.2259C>T",
"hgvs_p": null,
"transcript": "ENST00000566082.1",
"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": 3888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*232C>T",
"hgvs_p": null,
"transcript": "ENST00000698446.1",
"protein_id": "ENSP00000513728.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": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*198C>T",
"hgvs_p": null,
"transcript": "ENST00000698447.1",
"protein_id": "ENSP00000513732.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": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*272C>T",
"hgvs_p": null,
"transcript": "ENST00000562534.5",
"protein_id": "ENSP00000513731.1",
"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": 562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*198C>T",
"hgvs_p": null,
"transcript": "ENST00000564387.5",
"protein_id": "ENSP00000457302.1",
"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": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*20C>T",
"hgvs_p": null,
"transcript": "ENST00000565662.6",
"protein_id": "ENSP00000513729.1",
"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": 2168,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*232C>T",
"hgvs_p": null,
"transcript": "ENST00000698446.1",
"protein_id": "ENSP00000513728.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": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "n.*198C>T",
"hgvs_p": null,
"transcript": "ENST00000698447.1",
"protein_id": "ENSP00000513732.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": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"hgvs_c": "c.504-1601C>T",
"hgvs_p": null,
"transcript": "ENST00000698445.1",
"protein_id": "ENSP00000513727.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 228,
"cds_start": -4,
"cds_end": null,
"cds_length": 687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "USB1",
"gene_hgnc_id": 25792,
"dbsnp": "rs1555498573",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5699999928474426,
"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.57,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.752,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000219281.8",
"gene_symbol": "USB1",
"hgnc_id": 25792,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.541C>T",
"hgvs_p": "p.Gln181*"
}
],
"clinvar_disease": "Poikiloderma with neutropenia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "O:1",
"phenotype_combined": "Poikiloderma with neutropenia",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}