← 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-88881315-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=88881315&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 88881315,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005187.6",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1378G>A",
"hgvs_p": "p.Ala460Thr",
"transcript": "NM_005187.6",
"protein_id": "NP_005178.4",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 653,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000268679.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005187.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1378G>A",
"hgvs_p": "p.Ala460Thr",
"transcript": "ENST00000268679.9",
"protein_id": "ENSP00000268679.4",
"transcript_support_level": 1,
"aa_start": 460,
"aa_end": null,
"aa_length": 653,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005187.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000268679.9"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1120G>A",
"hgvs_p": "p.Ala374Thr",
"transcript": "ENST00000327483.9",
"protein_id": "ENSP00000332122.5",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 567,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327483.9"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1195G>A",
"hgvs_p": "p.Ala399Thr",
"transcript": "ENST00000569464.5",
"protein_id": "ENSP00000454851.1",
"transcript_support_level": 1,
"aa_start": 399,
"aa_end": null,
"aa_length": 417,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569464.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1120G>A",
"hgvs_p": "p.Ala374Thr",
"transcript": "NM_175931.3",
"protein_id": "NP_787127.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 567,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_175931.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1303G>A",
"hgvs_p": "p.Ala435Thr",
"transcript": "XM_005256323.6",
"protein_id": "XP_005256380.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 628,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256323.6"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1378G>A",
"hgvs_p": "p.Ala460Thr",
"transcript": "XM_011523419.4",
"protein_id": "XP_011521721.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 558,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011523419.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1303G>A",
"hgvs_p": "p.Ala435Thr",
"transcript": "XM_047434826.1",
"protein_id": "XP_047290782.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 533,
"cds_start": 1303,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434826.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000259881",
"gene_hgnc_id": null,
"hgvs_c": "n.59C>T",
"hgvs_p": null,
"transcript": "ENST00000562574.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000562574.1"
},
{
"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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "n.1778G>A",
"hgvs_p": null,
"transcript": "XR_007064926.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": "XR_007064926.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000259881",
"gene_hgnc_id": null,
"hgvs_c": "n.127+151C>T",
"hgvs_p": null,
"transcript": "ENST00000562405.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000562405.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "n.-158G>A",
"hgvs_p": null,
"transcript": "ENST00000563856.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": "retained_intron",
"feature": "ENST00000563856.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": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "n.-3G>A",
"hgvs_p": null,
"transcript": "ENST00000566868.1",
"protein_id": "ENSP00000464125.1",
"transcript_support_level": 5,
"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": "nonsense_mediated_decay",
"feature": "ENST00000566868.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000259881",
"gene_hgnc_id": null,
"hgvs_c": "n.-140C>T",
"hgvs_p": null,
"transcript": "ENST00000569249.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000569249.1"
}
],
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"dbsnp": "rs200535158",
"frequency_reference_population": 0.0005096064,
"hom_count_reference_population": 2,
"allele_count_reference_population": 810,
"gnomad_exomes_af": 0.000539952,
"gnomad_genomes_af": 0.000223247,
"gnomad_exomes_ac": 776,
"gnomad_genomes_ac": 34,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.007025808095932007,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.01,
"revel_prediction": "Benign",
"alphamissense_score": 0.0664,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.076,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_005187.6",
"gene_symbol": "CBFA2T3",
"hgnc_id": 1537,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1378G>A",
"hgvs_p": "p.Ala460Thr"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000562574.1",
"gene_symbol": "ENSG00000259881",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.59C>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
}