← 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: 7-104188324-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=104188324&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 104188324,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002553.4",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "NM_002553.4",
"protein_id": "NP_002544.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 435,
"cds_start": 611,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 1924,
"mane_select": "ENST00000297431.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002553.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000297431.9",
"protein_id": "ENSP00000297431.4",
"transcript_support_level": 1,
"aa_start": 204,
"aa_end": null,
"aa_length": 435,
"cds_start": 611,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 1924,
"mane_select": "NM_002553.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000297431.9"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000447452.6",
"protein_id": "ENSP00000395747.2",
"transcript_support_level": 1,
"aa_start": 204,
"aa_end": null,
"aa_length": 324,
"cds_start": 611,
"cds_end": null,
"cds_length": 975,
"cdna_start": 664,
"cdna_end": null,
"cdna_length": 1409,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447452.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000938620.1",
"protein_id": "ENSP00000608679.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 466,
"cds_start": 611,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 2015,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938620.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000884268.1",
"protein_id": "ENSP00000554327.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 462,
"cds_start": 611,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 2011,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884268.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000953176.1",
"protein_id": "ENSP00000623235.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 438,
"cds_start": 611,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 719,
"cdna_end": null,
"cdna_length": 1930,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953176.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000938616.1",
"protein_id": "ENSP00000608675.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 419,
"cds_start": 611,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 731,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938616.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000953177.1",
"protein_id": "ENSP00000623236.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 419,
"cds_start": 611,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 1862,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953177.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000884267.1",
"protein_id": "ENSP00000554326.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 407,
"cds_start": 611,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 730,
"cdna_end": null,
"cdna_length": 1848,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884267.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.518A>G",
"hgvs_p": "p.Tyr173Cys",
"transcript": "ENST00000884266.1",
"protein_id": "ENSP00000554325.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 404,
"cds_start": 518,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 1841,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884266.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000953178.1",
"protein_id": "ENSP00000623237.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 398,
"cds_start": 611,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 1798,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953178.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000953179.1",
"protein_id": "ENSP00000623238.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 382,
"cds_start": 611,
"cds_end": null,
"cds_length": 1149,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 1743,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953179.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.410A>G",
"hgvs_p": "p.Tyr137Cys",
"transcript": "ENST00000938619.1",
"protein_id": "ENSP00000608678.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 368,
"cds_start": 410,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 519,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938619.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000938617.1",
"protein_id": "ENSP00000608676.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 333,
"cds_start": 611,
"cds_end": null,
"cds_length": 1002,
"cdna_start": 730,
"cdna_end": null,
"cdna_length": 1628,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938617.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "NM_181747.4",
"protein_id": "NP_859531.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 324,
"cds_start": 611,
"cds_end": null,
"cds_length": 975,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 1270,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181747.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "ENST00000938618.1",
"protein_id": "ENSP00000608677.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 280,
"cds_start": 611,
"cds_end": null,
"cds_length": 843,
"cdna_start": 721,
"cdna_end": null,
"cdna_length": 1460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938618.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "XM_011516273.4",
"protein_id": "XP_011514575.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 245,
"cds_start": 611,
"cds_end": null,
"cds_length": 738,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 4548,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516273.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys",
"transcript": "XM_047420431.1",
"protein_id": "XP_047276387.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 237,
"cds_start": 611,
"cds_end": null,
"cds_length": 714,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 903,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420431.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "n.*544A>G",
"hgvs_p": null,
"transcript": "ENST00000422497.5",
"protein_id": "ENSP00000393208.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2043,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000422497.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "n.213A>G",
"hgvs_p": null,
"transcript": "ENST00000463152.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 528,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000463152.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "n.716A>G",
"hgvs_p": null,
"transcript": "ENST00000485726.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1214,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000485726.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "n.*544A>G",
"hgvs_p": null,
"transcript": "ENST00000422497.5",
"protein_id": "ENSP00000393208.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2043,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000422497.5"
}
],
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"dbsnp": "rs200056525",
"frequency_reference_population": 0.000022952227,
"hom_count_reference_population": 0,
"allele_count_reference_population": 37,
"gnomad_exomes_af": 0.0000239717,
"gnomad_genomes_af": 0.0000131586,
"gnomad_exomes_ac": 35,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.919579267501831,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.699,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5744,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.26,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.044,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002553.4",
"gene_symbol": "ORC5",
"hgnc_id": 8491,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.611A>G",
"hgvs_p": "p.Tyr204Cys"
}
],
"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
}