← 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: 5-150203737-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=150203737&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 150203737,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "ENST00000230671.7",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"hgvs_c": "c.1158T>C",
"hgvs_p": "p.Phe386Phe",
"transcript": "NM_014228.5",
"protein_id": "NP_055043.2",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 636,
"cds_start": 1158,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 1424,
"cdna_end": null,
"cdna_length": 3625,
"mane_select": "ENST00000230671.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"hgvs_c": "c.1158T>C",
"hgvs_p": "p.Phe386Phe",
"transcript": "ENST00000230671.7",
"protein_id": "ENSP00000230671.2",
"transcript_support_level": 1,
"aa_start": 386,
"aa_end": null,
"aa_length": 636,
"cds_start": 1158,
"cds_end": null,
"cds_length": 1911,
"cdna_start": 1424,
"cdna_end": null,
"cdna_length": 3625,
"mane_select": "NM_014228.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"hgvs_c": "c.1480T>C",
"hgvs_p": "p.Ser494Pro",
"transcript": "XM_047417586.1",
"protein_id": "XP_047273542.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 505,
"cds_start": 1480,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1503,
"cdna_end": null,
"cdna_length": 1635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"hgvs_c": "c.1387T>C",
"hgvs_p": "p.Ser463Pro",
"transcript": "XM_047417587.1",
"protein_id": "XP_047273543.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 474,
"cds_start": 1387,
"cds_end": null,
"cds_length": 1425,
"cdna_start": 1410,
"cdna_end": null,
"cdna_length": 1542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"hgvs_c": "c.1158T>C",
"hgvs_p": "p.Phe386Phe",
"transcript": "ENST00000524041.1",
"protein_id": "ENSP00000428200.1",
"transcript_support_level": 5,
"aa_start": 386,
"aa_end": null,
"aa_length": 666,
"cds_start": 1158,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 1401,
"cdna_end": null,
"cdna_length": 2431,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"hgvs_c": "c.1512T>C",
"hgvs_p": "p.Phe504Phe",
"transcript": "XM_017009767.2",
"protein_id": "XP_016865256.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 754,
"cds_start": 1512,
"cds_end": null,
"cds_length": 2265,
"cdna_start": 1535,
"cdna_end": null,
"cdna_length": 3736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"hgvs_c": "c.1026T>C",
"hgvs_p": "p.Phe342Phe",
"transcript": "XM_017009768.3",
"protein_id": "XP_016865257.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 592,
"cds_start": 1026,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 1380,
"cdna_end": null,
"cdna_length": 3581,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"hgvs_c": "c.1026T>C",
"hgvs_p": "p.Phe342Phe",
"transcript": "XM_017009769.3",
"protein_id": "XP_016865258.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 592,
"cds_start": 1026,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 2858,
"cdna_end": null,
"cdna_length": 5059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC6A7",
"gene_hgnc_id": 11054,
"dbsnp": "rs2240793",
"frequency_reference_population": 0.74478847,
"hom_count_reference_population": 449061,
"allele_count_reference_population": 1194532,
"gnomad_exomes_af": 0.748684,
"gnomad_genomes_af": 0.707394,
"gnomad_exomes_ac": 1087492,
"gnomad_genomes_ac": 107040,
"gnomad_exomes_homalt": 410766,
"gnomad_genomes_homalt": 38295,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.550000011920929,
"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.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.978,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000230671.7",
"gene_symbol": "SLC6A7",
"hgnc_id": 11054,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1158T>C",
"hgvs_p": "p.Phe386Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}