← 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-199272595-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=199272595&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 199272595,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000417098.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro",
"transcript": "NM_001172509.2",
"protein_id": "NP_001165980.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 733,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2478,
"cdna_end": null,
"cdna_length": 5568,
"mane_select": "ENST00000417098.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro",
"transcript": "ENST00000417098.6",
"protein_id": "ENSP00000401112.1",
"transcript_support_level": 2,
"aa_start": 606,
"aa_end": null,
"aa_length": 733,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2478,
"cdna_end": null,
"cdna_length": 5568,
"mane_select": "NM_001172509.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro",
"transcript": "ENST00000260926.9",
"protein_id": "ENSP00000260926.5",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 733,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2231,
"cdna_end": null,
"cdna_length": 5318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1464G>T",
"hgvs_p": "p.Pro488Pro",
"transcript": "ENST00000428695.6",
"protein_id": "ENSP00000388581.1",
"transcript_support_level": 1,
"aa_start": 488,
"aa_end": null,
"aa_length": 615,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 1693,
"cdna_end": null,
"cdna_length": 2313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro",
"transcript": "NM_001172517.1",
"protein_id": "NP_001165988.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 733,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2231,
"cdna_end": null,
"cdna_length": 5326,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro",
"transcript": "NM_015265.4",
"protein_id": "NP_056080.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 733,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2211,
"cdna_end": null,
"cdna_length": 5301,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro",
"transcript": "ENST00000457245.5",
"protein_id": "ENSP00000405420.1",
"transcript_support_level": 2,
"aa_start": 606,
"aa_end": null,
"aa_length": 733,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2211,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro",
"transcript": "ENST00000700193.1",
"protein_id": "ENSP00000514854.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 733,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 2079,
"cdna_end": null,
"cdna_length": 3175,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1641G>T",
"hgvs_p": "p.Pro547Pro",
"transcript": "ENST00000443023.5",
"protein_id": "ENSP00000388764.1",
"transcript_support_level": 5,
"aa_start": 547,
"aa_end": null,
"aa_length": 674,
"cds_start": 1641,
"cds_end": null,
"cds_length": 2025,
"cdna_start": 3107,
"cdna_end": null,
"cdna_length": 6194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1464G>T",
"hgvs_p": "p.Pro488Pro",
"transcript": "ENST00000700191.1",
"protein_id": "ENSP00000514853.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 615,
"cds_start": 1464,
"cds_end": null,
"cds_length": 1848,
"cdna_start": 1667,
"cdna_end": null,
"cdna_length": 4749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro",
"transcript": "XM_047443775.1",
"protein_id": "XP_047299731.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 733,
"cds_start": 1818,
"cds_end": null,
"cds_length": 2202,
"cdna_start": 1962,
"cdna_end": null,
"cdna_length": 5057,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.1644G>T",
"hgvs_p": "p.Pro548Pro",
"transcript": "XM_005246396.4",
"protein_id": "XP_005246453.1",
"transcript_support_level": null,
"aa_start": 548,
"aa_end": null,
"aa_length": 675,
"cds_start": 1644,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 1734,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "n.907G>T",
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "n.726G>T",
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "n.763G>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"hgvs_c": "c.*67G>T",
"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
}
],
"gene_symbol": "SATB2",
"gene_hgnc_id": 21637,
"dbsnp": "rs141436870",
"frequency_reference_population": 0.0020706346,
"hom_count_reference_population": 8,
"allele_count_reference_population": 3342,
"gnomad_exomes_af": 0.00212536,
"gnomad_genomes_af": 0.00154477,
"gnomad_exomes_ac": 3107,
"gnomad_genomes_ac": 235,
"gnomad_exomes_homalt": 8,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8999999761581421,
"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.9,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -5.767,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000417098.6",
"gene_symbol": "SATB2",
"hgnc_id": 21637,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1818G>T",
"hgvs_p": "p.Pro606Pro"
}
],
"clinvar_disease": "Chromosome 2q32-q33 deletion syndrome,Inborn genetic diseases,SATB2-related disorder,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:4 B:1",
"phenotype_combined": "Chromosome 2q32-q33 deletion syndrome|SATB2-related disorder|not specified|Inborn genetic diseases|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}