← 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: 8-115604099-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=115604099&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 115604099,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014112.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1870C>G",
"hgvs_p": "p.Arg624Gly",
"transcript": "NM_014112.5",
"protein_id": "NP_054831.2",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 1294,
"cds_start": 1870,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000395715.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014112.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1870C>G",
"hgvs_p": "p.Arg624Gly",
"transcript": "ENST00000395715.8",
"protein_id": "ENSP00000379065.3",
"transcript_support_level": 1,
"aa_start": 624,
"aa_end": null,
"aa_length": 1294,
"cds_start": 1870,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014112.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395715.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1831C>G",
"hgvs_p": "p.Arg611Gly",
"transcript": "ENST00000220888.9",
"protein_id": "ENSP00000220888.5",
"transcript_support_level": 1,
"aa_start": 611,
"aa_end": null,
"aa_length": 1281,
"cds_start": 1831,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000220888.9"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1831C>G",
"hgvs_p": "p.Arg611Gly",
"transcript": "ENST00000519674.1",
"protein_id": "ENSP00000429174.1",
"transcript_support_level": 1,
"aa_start": 611,
"aa_end": null,
"aa_length": 902,
"cds_start": 1831,
"cds_end": null,
"cds_length": 2709,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519674.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1870C>G",
"hgvs_p": "p.Arg624Gly",
"transcript": "ENST00000917131.1",
"protein_id": "ENSP00000587190.1",
"transcript_support_level": null,
"aa_start": 624,
"aa_end": null,
"aa_length": 1294,
"cds_start": 1870,
"cds_end": null,
"cds_length": 3885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917131.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1849C>G",
"hgvs_p": "p.Arg617Gly",
"transcript": "NM_001282903.3",
"protein_id": "NP_001269832.1",
"transcript_support_level": null,
"aa_start": 617,
"aa_end": null,
"aa_length": 1287,
"cds_start": 1849,
"cds_end": null,
"cds_length": 3864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282903.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1843C>G",
"hgvs_p": "p.Arg615Gly",
"transcript": "NM_001282902.3",
"protein_id": "NP_001269831.1",
"transcript_support_level": null,
"aa_start": 615,
"aa_end": null,
"aa_length": 1285,
"cds_start": 1843,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282902.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1843C>G",
"hgvs_p": "p.Arg615Gly",
"transcript": "ENST00000520276.5",
"protein_id": "ENSP00000428680.1",
"transcript_support_level": 2,
"aa_start": 615,
"aa_end": null,
"aa_length": 1285,
"cds_start": 1843,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520276.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1831C>G",
"hgvs_p": "p.Arg611Gly",
"transcript": "NM_001330599.2",
"protein_id": "NP_001317528.1",
"transcript_support_level": null,
"aa_start": 611,
"aa_end": null,
"aa_length": 1281,
"cds_start": 1831,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330599.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1831C>G",
"hgvs_p": "p.Arg611Gly",
"transcript": "ENST00000640765.1",
"protein_id": "ENSP00000492037.1",
"transcript_support_level": 2,
"aa_start": 611,
"aa_end": null,
"aa_length": 1281,
"cds_start": 1831,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640765.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1142-49C>G",
"hgvs_p": null,
"transcript": "ENST00000519076.5",
"protein_id": "ENSP00000428910.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1035,
"cds_start": null,
"cds_end": null,
"cds_length": 3108,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000519076.5"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"hgvs_c": "c.1292-49C>G",
"hgvs_p": null,
"transcript": "ENST00000517323.2",
"protein_id": "ENSP00000430803.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 690,
"cds_start": null,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000517323.2"
}
],
"gene_symbol": "TRPS1",
"gene_hgnc_id": 12340,
"dbsnp": "rs121908431",
"frequency_reference_population": 0.000009913689,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.00000889327,
"gnomad_genomes_af": 0.0000197174,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14603325724601746,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.283,
"revel_prediction": "Benign",
"alphamissense_score": 0.1481,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.467,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_014112.5",
"gene_symbol": "TRPS1",
"hgnc_id": 12340,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1870C>G",
"hgvs_p": "p.Arg624Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}