← 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: 2-199328709-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=199328709&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 199328709,
"ref": "G",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000417098.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg",
"transcript": "NM_001172509.2",
"protein_id": "NP_001165980.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 733,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2035,
"cdna_end": null,
"cdna_length": 5568,
"mane_select": "ENST00000417098.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg",
"transcript": "ENST00000417098.6",
"protein_id": "ENSP00000401112.1",
"transcript_support_level": 2,
"aa_start": 459,
"aa_end": null,
"aa_length": 733,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2035,
"cdna_end": null,
"cdna_length": 5568,
"mane_select": "NM_001172509.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg",
"transcript": "ENST00000260926.9",
"protein_id": "ENSP00000260926.5",
"transcript_support_level": 1,
"aa_start": 459,
"aa_end": null,
"aa_length": 733,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 5318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1021C>A",
"hgvs_p": "p.Arg341Arg",
"transcript": "ENST00000428695.6",
"protein_id": "ENSP00000388581.1",
"transcript_support_level": 1,
"aa_start": 341,
"aa_end": null,
"aa_length": 615,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 1250,
"cdna_end": null,
"cdna_length": 2313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg",
"transcript": "NM_001172517.1",
"protein_id": "NP_001165988.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 733,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 5326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg",
"transcript": "NM_015265.4",
"protein_id": "NP_056080.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 733,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 5301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg",
"transcript": "ENST00000457245.5",
"protein_id": "ENSP00000405420.1",
"transcript_support_level": 2,
"aa_start": 459,
"aa_end": null,
"aa_length": 733,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1768,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg",
"transcript": "ENST00000700193.1",
"protein_id": "ENSP00000514854.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 733,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 3175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1198C>A",
"hgvs_p": "p.Arg400Arg",
"transcript": "ENST00000443023.5",
"protein_id": "ENSP00000388764.1",
"transcript_support_level": 5,
"aa_start": 400,
"aa_end": null,
"aa_length": 674,
"cds_start": 1198,
"cds_end": null,
"cds_length": 2025,
"cdna_start": 2664,
"cdna_end": null,
"cdna_length": 6194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1021C>A",
"hgvs_p": "p.Arg341Arg",
"transcript": "ENST00000700191.1",
"protein_id": "ENSP00000514853.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 615,
"cds_start": 1021,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 1224,
"cdna_end": null,
"cdna_length": 4749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1027C>A",
"hgvs_p": "p.Arg343Arg",
"transcript": "ENST00000700210.1",
"protein_id": "ENSP00000514861.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 486,
"cds_start": 1027,
"cds_end": null,
"cds_length": 1461,
"cdna_start": 1029,
"cdna_end": null,
"cdna_length": 2281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg",
"transcript": "XM_047443775.1",
"protein_id": "XP_047299731.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 733,
"cds_start": 1375,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1519,
"cdna_end": null,
"cdna_length": 5057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1201C>A",
"hgvs_p": "p.Arg401Arg",
"transcript": "XM_005246396.4",
"protein_id": "XP_005246453.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 675,
"cds_start": 1201,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 1291,
"cdna_end": null,
"cdna_length": 4829,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "n.327C>A",
"hgvs_p": null,
"transcript": "ENST00000473517.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": 592,
"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": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "n.325C>A",
"hgvs_p": null,
"transcript": "ENST00000700192.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": 3781,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "n.283C>A",
"hgvs_p": null,
"transcript": "ENST00000700207.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": 3770,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "n.320C>A",
"hgvs_p": null,
"transcript": "ENST00000700209.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": 2286,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.347-56037C>A",
"hgvs_p": null,
"transcript": "ENST00000700208.1",
"protein_id": "ENSP00000514860.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 118,
"cds_start": -4,
"cds_end": null,
"cds_length": 357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3515,
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000257045",
"gene_hgnc_id": null,
"hgvs_c": "n.258-80G>T",
"hgvs_p": null,
"transcript": "ENST00000489557.2",
"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": 831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"dbsnp": "rs1553547838",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3799999952316284,
"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.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 4.862,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000417098.6",
"gene_symbol": "SATB2",
"hgnc_id": 21637,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Arg459Arg"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000489557.2",
"gene_symbol": "ENSG00000257045",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.258-80G>T",
"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
}