← 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-43600874-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=43600874&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "15",
"pos": 43600874,
"ref": "G",
"alt": "A",
"effect": "splice_region_variant,synonymous_variant",
"transcript": "ENST00000450892.7",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "c.4842C>T",
"hgvs_p": "p.Phe1614Phe",
"transcript": "NM_153700.2",
"protein_id": "NP_714544.1",
"transcript_support_level": null,
"aa_start": 1614,
"aa_end": null,
"aa_length": 1775,
"cds_start": 4842,
"cds_end": null,
"cds_length": 5328,
"cdna_start": 4920,
"cdna_end": null,
"cdna_length": 5515,
"mane_select": "ENST00000450892.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "c.4842C>T",
"hgvs_p": "p.Phe1614Phe",
"transcript": "ENST00000450892.7",
"protein_id": "ENSP00000401513.2",
"transcript_support_level": 5,
"aa_start": 1614,
"aa_end": null,
"aa_length": 1775,
"cds_start": 4842,
"cds_end": null,
"cds_length": 5328,
"cdna_start": 4920,
"cdna_end": null,
"cdna_length": 5515,
"mane_select": "NM_153700.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.*2634C>T",
"hgvs_p": null,
"transcript": "ENST00000440125.5",
"protein_id": "ENSP00000394866.1",
"transcript_support_level": 1,
"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": 4291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.*2634C>T",
"hgvs_p": null,
"transcript": "ENST00000440125.5",
"protein_id": "ENSP00000394866.1",
"transcript_support_level": 1,
"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": 4291,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "c.2523C>T",
"hgvs_p": "p.Phe841Phe",
"transcript": "ENST00000541030.5",
"protein_id": "ENSP00000440413.1",
"transcript_support_level": 5,
"aa_start": 841,
"aa_end": null,
"aa_length": 1002,
"cds_start": 2523,
"cds_end": null,
"cds_length": 3009,
"cdna_start": 4710,
"cdna_end": null,
"cdna_length": 5305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.*1875C>T",
"hgvs_p": null,
"transcript": "ENST00000428650.5",
"protein_id": "ENSP00000415991.1",
"transcript_support_level": 5,
"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": 5386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.1962C>T",
"hgvs_p": null,
"transcript": "ENST00000448437.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 2518,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.421C>T",
"hgvs_p": null,
"transcript": "ENST00000460952.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": 543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.2796C>T",
"hgvs_p": null,
"transcript": "ENST00000471703.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 3364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.3697C>T",
"hgvs_p": null,
"transcript": "ENST00000485556.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 4253,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.*1875C>T",
"hgvs_p": null,
"transcript": "ENST00000428650.5",
"protein_id": "ENSP00000415991.1",
"transcript_support_level": 5,
"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": 5386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "CKMT1B",
"gene_hgnc_id": 1995,
"hgvs_c": "n.142+1341G>A",
"hgvs_p": null,
"transcript": "ENST00000411560.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": 260,
"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": "STRC",
"gene_hgnc_id": 16035,
"hgvs_c": "n.*125C>T",
"hgvs_p": null,
"transcript": "ENST00000493750.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "STRC",
"gene_hgnc_id": 16035,
"dbsnp": "rs3097773",
"frequency_reference_population": 0.1490261,
"hom_count_reference_population": 35608,
"allele_count_reference_population": 239690,
"gnomad_exomes_af": 0.134623,
"gnomad_genomes_af": 0.28798,
"gnomad_exomes_ac": 196190,
"gnomad_genomes_ac": 43500,
"gnomad_exomes_homalt": 24215,
"gnomad_genomes_homalt": 11393,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.44999998807907104,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.5619999766349792,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.567,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.4,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": 0.283314982964782,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -18,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -18,
"benign_score": 18,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000450892.7",
"gene_symbol": "STRC",
"hgnc_id": 16035,
"effects": [
"splice_region_variant",
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4842C>T",
"hgvs_p": "p.Phe1614Phe"
},
{
"score": -18,
"benign_score": 18,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000411560.1",
"gene_symbol": "CKMT1B",
"hgnc_id": 1995,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.142+1341G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 16,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "not specified|Autosomal recessive nonsyndromic hearing loss 16|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}