← 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: 1-1713927-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=1713927&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 1713927,
"ref": "A",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_001313896.2",
"consequences": [
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.489-1527T>A",
"hgvs_p": null,
"transcript": "NM_024011.4",
"protein_id": "NP_076916.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 780,
"cds_start": null,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000404249.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024011.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.489-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000404249.8",
"protein_id": "ENSP00000384442.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 780,
"cds_start": null,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024011.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000404249.8"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.459-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000378633.5",
"protein_id": "ENSP00000367900.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": null,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378633.5"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.459-1500T>A",
"hgvs_p": null,
"transcript": "ENST00000357760.6",
"protein_id": "ENSP00000350403.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 779,
"cds_start": null,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357760.6"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.459-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000358779.9",
"protein_id": "ENSP00000351629.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 770,
"cds_start": null,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358779.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "n.292-1500T>A",
"hgvs_p": null,
"transcript": "ENST00000356937.7",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000356937.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "n.489-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000460465.5",
"protein_id": "ENSP00000462289.1",
"transcript_support_level": 1,
"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": "ENST00000460465.5"
},
{
"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": 21,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.582-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000893739.1",
"protein_id": "ENSP00000563798.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 811,
"cds_start": null,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893739.1"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.489-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000893735.1",
"protein_id": "ENSP00000563794.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 793,
"cds_start": null,
"cds_end": null,
"cds_length": 2382,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893735.1"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.489-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000893738.1",
"protein_id": "ENSP00000563797.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 785,
"cds_start": null,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893738.1"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.459-1527T>A",
"hgvs_p": null,
"transcript": "NM_001313896.2",
"protein_id": "NP_001300825.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 783,
"cds_start": null,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001313896.2"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.459-1500T>A",
"hgvs_p": null,
"transcript": "NM_001313982.2",
"protein_id": "NP_001300911.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 779,
"cds_start": null,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001313982.2"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.459-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000893737.1",
"protein_id": "ENSP00000563796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 775,
"cds_start": null,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893737.1"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.459-1527T>A",
"hgvs_p": null,
"transcript": "NM_033529.4",
"protein_id": "NP_277071.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 770,
"cds_start": null,
"cds_end": null,
"cds_length": 2313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033529.4"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.459-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000937803.1",
"protein_id": "ENSP00000607862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 768,
"cds_start": null,
"cds_end": null,
"cds_length": 2307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937803.1"
},
{
"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": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.387-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000356200.7",
"protein_id": "ENSP00000348529.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 746,
"cds_start": null,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356200.7"
},
{
"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": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.387-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000378638.6",
"protein_id": "ENSP00000367905.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 746,
"cds_start": null,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378638.6"
},
{
"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": 18,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "c.326-4287T>A",
"hgvs_p": null,
"transcript": "ENST00000893736.1",
"protein_id": "ENSP00000563795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": null,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893736.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "n.489-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000509982.5",
"protein_id": "ENSP00000422149.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": "ENST00000509982.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ENSG00000268575",
"gene_hgnc_id": null,
"hgvs_c": "n.3223-1527T>A",
"hgvs_p": null,
"transcript": "ENST00000598846.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": "pseudogene",
"feature": "ENST00000598846.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "n.602-1527T>A",
"hgvs_p": null,
"transcript": "NR_132739.2",
"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": "NR_132739.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"hgvs_c": "n.602-1527T>A",
"hgvs_p": null,
"transcript": "NR_132740.2",
"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": "NR_132740.2"
}
],
"gene_symbol": "CDK11A",
"gene_hgnc_id": 1730,
"dbsnp": "rs7528782",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1.090000033378601,
"computational_prediction_selected": "Benign",
"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": -1.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.598,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001313896.2",
"gene_symbol": "CDK11A",
"hgnc_id": 1730,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.459-1527T>A",
"hgvs_p": null
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000598846.1",
"gene_symbol": "ENSG00000268575",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.3223-1527T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}