← 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-88877004-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=88877004&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 88877004,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_005187.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "R",
"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": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1934C>G",
"hgvs_p": "p.Pro645Arg",
"transcript": "NM_005187.6",
"protein_id": "NP_005178.4",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 653,
"cds_start": 1934,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 2334,
"cdna_end": null,
"cdna_length": 4480,
"mane_select": "ENST00000268679.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": true,
"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": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1934C>G",
"hgvs_p": "p.Pro645Arg",
"transcript": "ENST00000268679.9",
"protein_id": "ENSP00000268679.4",
"transcript_support_level": 1,
"aa_start": 645,
"aa_end": null,
"aa_length": 653,
"cds_start": 1934,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 2334,
"cdna_end": null,
"cdna_length": 4480,
"mane_select": "NM_005187.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1676C>G",
"hgvs_p": "p.Pro559Arg",
"transcript": "ENST00000327483.9",
"protein_id": "ENSP00000332122.5",
"transcript_support_level": 1,
"aa_start": 559,
"aa_end": null,
"aa_length": 567,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 1887,
"cdna_end": null,
"cdna_length": 4033,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1676C>G",
"hgvs_p": "p.Pro559Arg",
"transcript": "NM_175931.3",
"protein_id": "NP_787127.1",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 567,
"cds_start": 1676,
"cds_end": null,
"cds_length": 1704,
"cdna_start": 2039,
"cdna_end": null,
"cdna_length": 4185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.1859C>G",
"hgvs_p": "p.Pro620Arg",
"transcript": "XM_005256323.6",
"protein_id": "XP_005256380.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 628,
"cds_start": 1859,
"cds_end": null,
"cds_length": 1887,
"cdna_start": 2259,
"cdna_end": null,
"cdna_length": 4405,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "n.901C>G",
"hgvs_p": null,
"transcript": "ENST00000563856.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": 2380,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "n.1039C>G",
"hgvs_p": null,
"transcript": "ENST00000563920.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": 1815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"hgvs_c": "c.*1273C>G",
"hgvs_p": null,
"transcript": "XM_047434826.1",
"protein_id": "XP_047290782.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 533,
"cds_start": -4,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CBFA2T3",
"gene_hgnc_id": 1537,
"dbsnp": "rs775600357",
"frequency_reference_population": 0.00014906071,
"hom_count_reference_population": 0,
"allele_count_reference_population": 219,
"gnomad_exomes_af": 0.00014958,
"gnomad_genomes_af": 0.000144566,
"gnomad_exomes_ac": 197,
"gnomad_genomes_ac": 22,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.25459522008895874,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.1414,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.914,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_005187.6",
"gene_symbol": "CBFA2T3",
"hgnc_id": 1537,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1934C>G",
"hgvs_p": "p.Pro645Arg"
}
],
"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
}