← 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: 1-197427705-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=197427705&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 197427705,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000367400.8",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2380C>T",
"hgvs_p": "p.His794Tyr",
"transcript": "NM_201253.3",
"protein_id": "NP_957705.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1406,
"cds_start": 2380,
"cds_end": null,
"cds_length": 4221,
"cdna_start": 2541,
"cdna_end": null,
"cdna_length": 4958,
"mane_select": "ENST00000367400.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2380C>T",
"hgvs_p": "p.His794Tyr",
"transcript": "ENST00000367400.8",
"protein_id": "ENSP00000356370.3",
"transcript_support_level": 1,
"aa_start": 794,
"aa_end": null,
"aa_length": 1406,
"cds_start": 2380,
"cds_end": null,
"cds_length": 4221,
"cdna_start": 2541,
"cdna_end": null,
"cdna_length": 4958,
"mane_select": "NM_201253.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2380C>T",
"hgvs_p": "p.His794Tyr",
"transcript": "ENST00000638467.1",
"protein_id": "ENSP00000491102.1",
"transcript_support_level": 1,
"aa_start": 794,
"aa_end": null,
"aa_length": 1376,
"cds_start": 2380,
"cds_end": null,
"cds_length": 4131,
"cdna_start": 2515,
"cdna_end": null,
"cdna_length": 4348,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2044C>T",
"hgvs_p": "p.His682Tyr",
"transcript": "ENST00000367399.6",
"protein_id": "ENSP00000356369.2",
"transcript_support_level": 1,
"aa_start": 682,
"aa_end": null,
"aa_length": 1294,
"cds_start": 2044,
"cds_end": null,
"cds_length": 3885,
"cdna_start": 2044,
"cdna_end": null,
"cdna_length": 3885,
"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": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "n.2380C>T",
"hgvs_p": null,
"transcript": "ENST00000484075.5",
"protein_id": "ENSP00000433932.1",
"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": 5174,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2173C>T",
"hgvs_p": "p.His725Tyr",
"transcript": "NM_001257965.2",
"protein_id": "NP_001244894.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1382,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4149,
"cdna_start": 2470,
"cdna_end": null,
"cdna_length": 5022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2173C>T",
"hgvs_p": "p.His725Tyr",
"transcript": "ENST00000535699.5",
"protein_id": "ENSP00000438786.1",
"transcript_support_level": 5,
"aa_start": 725,
"aa_end": null,
"aa_length": 1382,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4149,
"cdna_start": 2589,
"cdna_end": null,
"cdna_length": 5140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2044C>T",
"hgvs_p": "p.His682Tyr",
"transcript": "NM_001193640.2",
"protein_id": "NP_001180569.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 1294,
"cds_start": 2044,
"cds_end": null,
"cds_length": 3885,
"cdna_start": 2205,
"cdna_end": null,
"cdna_length": 4622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.1261C>T",
"hgvs_p": "p.His421Tyr",
"transcript": "ENST00000681519.1",
"protein_id": "ENSP00000505267.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 1003,
"cds_start": 1261,
"cds_end": null,
"cds_length": 3012,
"cdna_start": 1361,
"cdna_end": null,
"cdna_length": 3207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.523C>T",
"hgvs_p": "p.His175Tyr",
"transcript": "ENST00000367397.1",
"protein_id": "ENSP00000356367.1",
"transcript_support_level": 2,
"aa_start": 175,
"aa_end": null,
"aa_length": 674,
"cds_start": 523,
"cds_end": null,
"cds_length": 2025,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 9023,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2380C>T",
"hgvs_p": "p.His794Tyr",
"transcript": "XM_017000852.2",
"protein_id": "XP_016856341.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1451,
"cds_start": 2380,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 2541,
"cdna_end": null,
"cdna_length": 5093,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2380C>T",
"hgvs_p": "p.His794Tyr",
"transcript": "XM_011509365.3",
"protein_id": "XP_011507667.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1349,
"cds_start": 2380,
"cds_end": null,
"cds_length": 4050,
"cdna_start": 2541,
"cdna_end": null,
"cdna_length": 4556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2173C>T",
"hgvs_p": "p.His725Tyr",
"transcript": "XM_047416572.1",
"protein_id": "XP_047272528.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1337,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4014,
"cdna_start": 2579,
"cdna_end": null,
"cdna_length": 4996,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2173C>T",
"hgvs_p": "p.His725Tyr",
"transcript": "XM_047416573.1",
"protein_id": "XP_047272529.1",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 1337,
"cds_start": 2173,
"cds_end": null,
"cds_length": 4014,
"cdna_start": 2395,
"cdna_end": null,
"cdna_length": 4812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2380C>T",
"hgvs_p": "p.His794Tyr",
"transcript": "XM_011509367.2",
"protein_id": "XP_011507669.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1297,
"cds_start": 2380,
"cds_end": null,
"cds_length": 3894,
"cdna_start": 2541,
"cdna_end": null,
"cdna_length": 4831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2044C>T",
"hgvs_p": "p.His682Tyr",
"transcript": "XM_047416574.1",
"protein_id": "XP_047272530.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 1185,
"cds_start": 2044,
"cds_end": null,
"cds_length": 3558,
"cdna_start": 2205,
"cdna_end": null,
"cdna_length": 4495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.1519C>T",
"hgvs_p": "p.His507Tyr",
"transcript": "XM_047416575.1",
"protein_id": "XP_047272531.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 1119,
"cds_start": 1519,
"cds_end": null,
"cds_length": 3360,
"cdna_start": 1529,
"cdna_end": null,
"cdna_length": 3946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.823C>T",
"hgvs_p": "p.His275Tyr",
"transcript": "XM_011509369.3",
"protein_id": "XP_011507671.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 887,
"cds_start": 823,
"cds_end": null,
"cds_length": 2664,
"cdna_start": 1300,
"cdna_end": null,
"cdna_length": 3717,
"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": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "n.281C>T",
"hgvs_p": null,
"transcript": "ENST00000480086.2",
"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": 413,
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "n.2333C>T",
"hgvs_p": null,
"transcript": "NR_047563.2",
"protein_id": null,
"transcript_support_level": null,
"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": 4750,
"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": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "n.2541C>T",
"hgvs_p": null,
"transcript": "NR_047564.2",
"protein_id": null,
"transcript_support_level": null,
"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": 5200,
"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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2128+5749C>T",
"hgvs_p": null,
"transcript": "NM_001257966.2",
"protein_id": "NP_001244895.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": -4,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3350,
"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": 10,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"hgvs_c": "c.2128+5749C>T",
"hgvs_p": null,
"transcript": "ENST00000538660.5",
"protein_id": "ENSP00000438091.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 870,
"cds_start": -4,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3397,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CRB1",
"gene_hgnc_id": 2343,
"dbsnp": "rs1294237377",
"frequency_reference_population": 0.0000013684028,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.0000013684,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.608786404132843,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.478,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0944,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.689,
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,PP2",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM1",
"PM2",
"PP2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000367400.8",
"gene_symbol": "CRB1",
"hgnc_id": 2343,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2380C>T",
"hgvs_p": "p.His794Tyr"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}