← 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: X-84065034-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=84065034&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 84065034,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014496.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2049A>G",
"hgvs_p": "p.Ile683Met",
"transcript": "NM_014496.5",
"protein_id": "NP_055311.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 745,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2349,
"cdna_end": null,
"cdna_length": 8465,
"mane_select": "ENST00000262752.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014496.5"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2049A>G",
"hgvs_p": "p.Ile683Met",
"transcript": "ENST00000262752.5",
"protein_id": "ENSP00000262752.2",
"transcript_support_level": 1,
"aa_start": 683,
"aa_end": null,
"aa_length": 745,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2349,
"cdna_end": null,
"cdna_length": 8465,
"mane_select": "NM_014496.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262752.5"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2049A>G",
"hgvs_p": "p.Ile683Met",
"transcript": "NM_001330512.1",
"protein_id": "NP_001317441.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 745,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2307,
"cdna_end": null,
"cdna_length": 8427,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330512.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2049A>G",
"hgvs_p": "p.Ile683Met",
"transcript": "ENST00000620340.4",
"protein_id": "ENSP00000483896.1",
"transcript_support_level": 5,
"aa_start": 683,
"aa_end": null,
"aa_length": 745,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2049,
"cdna_end": null,
"cdna_length": 8169,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000620340.4"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2010A>G",
"hgvs_p": "p.Ile670Met",
"transcript": "ENST00000911420.1",
"protein_id": "ENSP00000581479.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 732,
"cds_start": 2010,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 2335,
"cdna_end": null,
"cdna_length": 5413,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911420.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.1542A>G",
"hgvs_p": "p.Ile514Met",
"transcript": "ENST00000911419.1",
"protein_id": "ENSP00000581478.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 576,
"cds_start": 1542,
"cds_end": null,
"cds_length": 1731,
"cdna_start": 2119,
"cdna_end": null,
"cdna_length": 5197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911419.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2100A>G",
"hgvs_p": "p.Ile700Met",
"transcript": "XM_017029423.2",
"protein_id": "XP_016884912.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 762,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2289,
"cdna_start": 3255,
"cdna_end": null,
"cdna_length": 9375,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029423.2"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2100A>G",
"hgvs_p": "p.Ile700Met",
"transcript": "XM_017029424.2",
"protein_id": "XP_016884913.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 762,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2289,
"cdna_start": 3259,
"cdna_end": null,
"cdna_length": 9379,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029424.2"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2100A>G",
"hgvs_p": "p.Ile700Met",
"transcript": "XM_017029425.2",
"protein_id": "XP_016884914.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 762,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2289,
"cdna_start": 3163,
"cdna_end": null,
"cdna_length": 9283,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017029425.2"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.2049A>G",
"hgvs_p": "p.Ile683Met",
"transcript": "XM_011530917.3",
"protein_id": "XP_011529219.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 745,
"cds_start": 2049,
"cds_end": null,
"cds_length": 2238,
"cdna_start": 2667,
"cdna_end": null,
"cdna_length": 8787,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530917.3"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.1953A>G",
"hgvs_p": "p.Ile651Met",
"transcript": "XM_047441996.1",
"protein_id": "XP_047297952.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 713,
"cds_start": 1953,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 2445,
"cdna_end": null,
"cdna_length": 8565,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441996.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.1953A>G",
"hgvs_p": "p.Ile651Met",
"transcript": "XM_047441997.1",
"protein_id": "XP_047297953.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 713,
"cds_start": 1953,
"cds_end": null,
"cds_length": 2142,
"cdna_start": 2194,
"cdna_end": null,
"cdna_length": 8314,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441997.1"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.1740A>G",
"hgvs_p": "p.Ile580Met",
"transcript": "XM_011530919.3",
"protein_id": "XP_011529221.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 642,
"cds_start": 1740,
"cds_end": null,
"cds_length": 1929,
"cdna_start": 2497,
"cdna_end": null,
"cdna_length": 8617,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530919.3"
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.1686A>G",
"hgvs_p": "p.Ile562Met",
"transcript": "XM_011530920.3",
"protein_id": "XP_011529222.1",
"transcript_support_level": null,
"aa_start": 562,
"aa_end": null,
"aa_length": 624,
"cds_start": 1686,
"cds_end": null,
"cds_length": 1875,
"cdna_start": 2034,
"cdna_end": null,
"cdna_length": 8154,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530920.3"
},
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"hgvs_c": "c.1972-632A>G",
"hgvs_p": null,
"transcript": "ENST00000911418.1",
"protein_id": "ENSP00000581477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 698,
"cds_start": null,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8581,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911418.1"
}
],
"gene_symbol": "RPS6KA6",
"gene_hgnc_id": 10435,
"dbsnp": "rs553883931",
"frequency_reference_population": 0.00008092565,
"hom_count_reference_population": 51,
"allele_count_reference_population": 97,
"gnomad_exomes_af": 0.0000882628,
"gnomad_genomes_af": 0.00000901144,
"gnomad_exomes_ac": 96,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.029325157403945923,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.34,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1335,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.141,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_014496.5",
"gene_symbol": "RPS6KA6",
"hgnc_id": 10435,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2049A>G",
"hgvs_p": "p.Ile683Met"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}