← 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: 11-46312635-TAAG-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=46312635&ref=TAAG&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 46312635,
"ref": "TAAG",
"alt": "T",
"effect": "conservative_inframe_deletion",
"transcript": "ENST00000621158.5",
"consequences": [
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "c.934_936delAAG",
"hgvs_p": "p.Lys312del",
"transcript": "NM_052854.4",
"protein_id": "NP_443086.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 519,
"cds_start": 934,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 2673,
"mane_select": "ENST00000621158.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "c.934_936delAAG",
"hgvs_p": "p.Lys312del",
"transcript": "ENST00000621158.5",
"protein_id": "ENSP00000481956.1",
"transcript_support_level": 1,
"aa_start": 312,
"aa_end": null,
"aa_length": 519,
"cds_start": 934,
"cds_end": null,
"cds_length": 1560,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 2673,
"mane_select": "NM_052854.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "c.934_936delAAG",
"hgvs_p": "p.Lys312del",
"transcript": "NM_001425266.1",
"protein_id": "NP_001412195.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 557,
"cds_start": 934,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "c.928_930delAAG",
"hgvs_p": "p.Lys310del",
"transcript": "NM_001425267.1",
"protein_id": "NP_001412196.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 517,
"cds_start": 928,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1378,
"cdna_end": null,
"cdna_length": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "c.796_798delAAG",
"hgvs_p": "p.Lys266del",
"transcript": "NM_001425268.1",
"protein_id": "NP_001412197.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 473,
"cds_start": 796,
"cds_end": null,
"cds_length": 1422,
"cdna_start": 1007,
"cdna_end": null,
"cdna_length": 2296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "c.670_672delAAG",
"hgvs_p": "p.Lys224del",
"transcript": "NM_001425269.1",
"protein_id": "NP_001412198.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 431,
"cds_start": 670,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 1120,
"cdna_end": null,
"cdna_length": 2409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "c.214_216delAAG",
"hgvs_p": "p.Lys72del",
"transcript": "ENST00000530518.1",
"protein_id": "ENSP00000436574.1",
"transcript_support_level": 2,
"aa_start": 72,
"aa_end": null,
"aa_length": 123,
"cds_start": 214,
"cds_end": null,
"cds_length": 372,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 528,
"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": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "n.1384_1386delAAG",
"hgvs_p": null,
"transcript": "NR_189153.1",
"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": 3788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"hgvs_c": "n.*13_*15delAAG",
"hgvs_p": null,
"transcript": "ENST00000527342.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CREB3L1",
"gene_hgnc_id": 18856,
"dbsnp": "rs1555222973",
"frequency_reference_population": 0.0000013702158,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137022,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 9.008,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.13,
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting,PP5_Moderate",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PM4_Supporting",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000621158.5",
"gene_symbol": "CREB3L1",
"hgnc_id": 18856,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.934_936delAAG",
"hgvs_p": "p.Lys312del"
}
],
"clinvar_disease": "Osteogenesis imperfecta,Osteogenesis imperfecta type 16",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Osteogenesis imperfecta type 16|Osteogenesis imperfecta",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}