← 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: 9-20885241-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=20885241&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 20885241,
"ref": "G",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000338382.11",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2625+11G>C",
"hgvs_p": null,
"transcript": "NM_001375567.1",
"protein_id": "NP_001362496.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": -4,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5794,
"mane_select": "ENST00000338382.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2625+11G>C",
"hgvs_p": null,
"transcript": "ENST00000338382.11",
"protein_id": "ENSP00000344307.6",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": -4,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5794,
"mane_select": "NM_001375567.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2625+11G>C",
"hgvs_p": null,
"transcript": "ENST00000380249.5",
"protein_id": "ENSP00000369599.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": -4,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6096,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "n.1095+11G>C",
"hgvs_p": null,
"transcript": "ENST00000605086.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 4195,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "n.246G>C",
"hgvs_p": null,
"transcript": "ENST00000603552.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 534,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2625+11G>C",
"hgvs_p": null,
"transcript": "NM_017794.5",
"protein_id": "NP_060264.4",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": -4,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2520+11G>C",
"hgvs_p": null,
"transcript": "NM_001375568.1",
"protein_id": "NP_001362497.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": -4,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2520+11G>C",
"hgvs_p": null,
"transcript": "NM_001375570.1",
"protein_id": "NP_001362499.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": -4,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "n.501+11G>C",
"hgvs_p": null,
"transcript": "ENST00000605852.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2850+11G>C",
"hgvs_p": null,
"transcript": "XM_017014852.2",
"protein_id": "XP_016870341.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1876,
"cds_start": -4,
"cds_end": null,
"cds_length": 5631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": 23,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2799+11G>C",
"hgvs_p": null,
"transcript": "XM_047423531.1",
"protein_id": "XP_047279487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1859,
"cds_start": -4,
"cds_end": null,
"cds_length": 5580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2790+11G>C",
"hgvs_p": null,
"transcript": "XM_047423532.1",
"protein_id": "XP_047279488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1856,
"cds_start": -4,
"cds_end": null,
"cds_length": 5571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15966,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2769+11G>C",
"hgvs_p": null,
"transcript": "XM_047423533.1",
"protein_id": "XP_047279489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1849,
"cds_start": -4,
"cds_end": null,
"cds_length": 5550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2724+11G>C",
"hgvs_p": null,
"transcript": "XM_047423536.1",
"protein_id": "XP_047279492.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1834,
"cds_start": -4,
"cds_end": null,
"cds_length": 5505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6623,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2706+11G>C",
"hgvs_p": null,
"transcript": "XM_017014855.2",
"protein_id": "XP_016870344.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1828,
"cds_start": -4,
"cds_end": null,
"cds_length": 5487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2706+11G>C",
"hgvs_p": null,
"transcript": "XM_017014856.2",
"protein_id": "XP_016870345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1828,
"cds_start": -4,
"cds_end": null,
"cds_length": 5487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2685+11G>C",
"hgvs_p": null,
"transcript": "XM_047423534.1",
"protein_id": "XP_047279490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1821,
"cds_start": -4,
"cds_end": null,
"cds_length": 5466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2685+11G>C",
"hgvs_p": null,
"transcript": "XM_047423535.1",
"protein_id": "XP_047279491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1821,
"cds_start": -4,
"cds_end": null,
"cds_length": 5466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 15861,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2625+11G>C",
"hgvs_p": null,
"transcript": "XM_047423537.1",
"protein_id": "XP_047279493.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": -4,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8961,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2625+11G>C",
"hgvs_p": null,
"transcript": "XM_047423538.1",
"protein_id": "XP_047279494.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1801,
"cds_start": -4,
"cds_end": null,
"cds_length": 5406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2520+11G>C",
"hgvs_p": null,
"transcript": "XM_047423539.1",
"protein_id": "XP_047279495.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1766,
"cds_start": -4,
"cds_end": null,
"cds_length": 5301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2415+11G>C",
"hgvs_p": null,
"transcript": "XM_047423540.1",
"protein_id": "XP_047279496.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1731,
"cds_start": -4,
"cds_end": null,
"cds_length": 5196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2310+11G>C",
"hgvs_p": null,
"transcript": "XM_024447586.2",
"protein_id": "XP_024303354.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1696,
"cds_start": -4,
"cds_end": null,
"cds_length": 5091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5526,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"hgvs_c": "c.2106+11G>C",
"hgvs_p": null,
"transcript": "XM_017014859.2",
"protein_id": "XP_016870348.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1628,
"cds_start": -4,
"cds_end": null,
"cds_length": 4887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FOCAD",
"gene_hgnc_id": 23377,
"dbsnp": "rs2383156",
"frequency_reference_population": 0.000006589525,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000658953,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8899999856948853,
"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.89,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.797,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000338382.11",
"gene_symbol": "FOCAD",
"hgnc_id": 23377,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2625+11G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}