← 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: 15-62670095-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=62670095&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 62670095,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_015059.3",
"consequences": [
{
"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": 59,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "NM_015059.3",
"protein_id": "NP_055874.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2542,
"cds_start": null,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000636159.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015059.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000636159.2",
"protein_id": "ENSP00000490662.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2542,
"cds_start": null,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015059.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000636159.2"
},
{
"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": 58,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "NM_001394547.1",
"protein_id": "NP_001381476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2542,
"cds_start": null,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394547.1"
},
{
"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": 58,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000561311.5",
"protein_id": "ENSP00000453508.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 2542,
"cds_start": null,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000561311.5"
},
{
"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": 58,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000895916.1",
"protein_id": "ENSP00000565975.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2542,
"cds_start": null,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895916.1"
},
{
"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": 59,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000964497.1",
"protein_id": "ENSP00000634556.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2542,
"cds_start": null,
"cds_end": null,
"cds_length": 7629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964497.1"
},
{
"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": 58,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000964496.1",
"protein_id": "ENSP00000634555.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2502,
"cds_start": null,
"cds_end": null,
"cds_length": 7509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964496.1"
},
{
"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": 57,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000895917.1",
"protein_id": "ENSP00000565976.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2497,
"cds_start": null,
"cds_end": null,
"cds_length": 7494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895917.1"
},
{
"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": 58,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000964498.1",
"protein_id": "ENSP00000634557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2497,
"cds_start": null,
"cds_end": null,
"cds_length": 7494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964498.1"
},
{
"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": 57,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000964499.1",
"protein_id": "ENSP00000634558.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2497,
"cds_start": null,
"cds_end": null,
"cds_length": 7494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964499.1"
},
{
"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": 55,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null,
"transcript": "ENST00000933899.1",
"protein_id": "ENSP00000603958.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2402,
"cds_start": null,
"cds_end": null,
"cds_length": 7209,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933899.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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105370855",
"gene_hgnc_id": null,
"hgvs_c": "n.461-1023G>A",
"hgvs_p": null,
"transcript": "XR_007064672.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_007064672.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LOC105370855",
"gene_hgnc_id": null,
"hgvs_c": "n.530-1023G>A",
"hgvs_p": null,
"transcript": "XR_007064673.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_007064673.1"
}
],
"gene_symbol": "TLN2",
"gene_hgnc_id": 15447,
"dbsnp": "rs1574119",
"frequency_reference_population": 0.3018395,
"hom_count_reference_population": 7403,
"allele_count_reference_population": 45879,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.301839,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 45879,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 7403,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8399999737739563,
"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": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.127,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_015059.3",
"gene_symbol": "TLN2",
"hgnc_id": 15447,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.789-3732C>T",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XR_007064672.1",
"gene_symbol": "LOC105370855",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.461-1023G>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
}