← 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-48247390-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=48247390&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 48247390,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_000338.3",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "NM_000338.3",
"protein_id": "NP_000329.2",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000380993.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000338.3"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "ENST00000380993.8",
"protein_id": "ENSP00000370381.3",
"transcript_support_level": 5,
"aa_start": 538,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000338.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380993.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "n.5737T>C",
"hgvs_p": null,
"transcript": "ENST00000558252.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000558252.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "n.5753T>C",
"hgvs_p": null,
"transcript": "ENST00000560692.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000560692.5"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1752T>C",
"hgvs_p": "p.Tyr584Tyr",
"transcript": "ENST00000646012.1",
"protein_id": "ENSP00000495813.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 1145,
"cds_start": 1752,
"cds_end": null,
"cds_length": 3438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646012.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "NM_001184832.2",
"protein_id": "NP_001171761.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184832.2"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "NM_001384136.1",
"protein_id": "NP_001371065.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384136.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "ENST00000396577.7",
"protein_id": "ENSP00000379822.3",
"transcript_support_level": 5,
"aa_start": 538,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396577.7"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "ENST00000647232.1",
"protein_id": "ENSP00000493875.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647232.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "ENST00000647546.1",
"protein_id": "ENSP00000495332.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647546.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr",
"transcript": "ENST00000686073.1",
"protein_id": "ENSP00000508901.1",
"transcript_support_level": null,
"aa_start": 538,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1614,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686073.1"
},
{
"aa_ref": "Y",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"hgvs_c": "c.1053T>C",
"hgvs_p": "p.Tyr351Tyr",
"transcript": "ENST00000559641.5",
"protein_id": "ENSP00000453230.1",
"transcript_support_level": 2,
"aa_start": 351,
"aa_end": null,
"aa_length": 647,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000559641.5"
}
],
"gene_symbol": "SLC12A1",
"gene_hgnc_id": 10910,
"dbsnp": "rs6493311",
"frequency_reference_population": 0.24245381,
"hom_count_reference_population": 62981,
"allele_count_reference_population": 390612,
"gnomad_exomes_af": 0.228787,
"gnomad_genomes_af": 0.373589,
"gnomad_exomes_ac": 333804,
"gnomad_genomes_ac": 56808,
"gnomad_exomes_homalt": 47868,
"gnomad_genomes_homalt": 15113,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5899999737739563,
"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.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.214,
"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,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_000338.3",
"gene_symbol": "SLC12A1",
"hgnc_id": 10910,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1614T>C",
"hgvs_p": "p.Tyr538Tyr"
}
],
"clinvar_disease": "Bartter disease type 1,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:7",
"phenotype_combined": "not specified|Bartter disease type 1|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}