← 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-104165245-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=104165245&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 104165245,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_002553.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.1028A>G",
"hgvs_p": "p.Lys343Arg",
"transcript": "NM_002553.4",
"protein_id": "NP_002544.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 435,
"cds_start": 1028,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 1137,
"cdna_end": null,
"cdna_length": 1924,
"mane_select": "ENST00000297431.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002553.4"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.1028A>G",
"hgvs_p": "p.Lys343Arg",
"transcript": "ENST00000297431.9",
"protein_id": "ENSP00000297431.4",
"transcript_support_level": 1,
"aa_start": 343,
"aa_end": null,
"aa_length": 435,
"cds_start": 1028,
"cds_end": null,
"cds_length": 1308,
"cdna_start": 1137,
"cdna_end": null,
"cdna_length": 1924,
"mane_select": "NM_002553.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000297431.9"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.1121A>G",
"hgvs_p": "p.Lys374Arg",
"transcript": "ENST00000938620.1",
"protein_id": "ENSP00000608679.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 466,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1401,
"cdna_start": 1230,
"cdna_end": null,
"cdna_length": 2015,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938620.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.1109A>G",
"hgvs_p": "p.Lys370Arg",
"transcript": "ENST00000884268.1",
"protein_id": "ENSP00000554327.1",
"transcript_support_level": null,
"aa_start": 370,
"aa_end": null,
"aa_length": 462,
"cds_start": 1109,
"cds_end": null,
"cds_length": 1389,
"cdna_start": 1226,
"cdna_end": null,
"cdna_length": 2011,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884268.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.1037A>G",
"hgvs_p": "p.Lys346Arg",
"transcript": "ENST00000953176.1",
"protein_id": "ENSP00000623235.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 438,
"cds_start": 1037,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 1145,
"cdna_end": null,
"cdna_length": 1930,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953176.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.980A>G",
"hgvs_p": "p.Lys327Arg",
"transcript": "ENST00000953177.1",
"protein_id": "ENSP00000623236.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 419,
"cds_start": 980,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1084,
"cdna_end": null,
"cdna_length": 1862,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953177.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.944A>G",
"hgvs_p": "p.Lys315Arg",
"transcript": "ENST00000884267.1",
"protein_id": "ENSP00000554326.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 407,
"cds_start": 944,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 1063,
"cdna_end": null,
"cdna_length": 1848,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884267.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.935A>G",
"hgvs_p": "p.Lys312Arg",
"transcript": "ENST00000884266.1",
"protein_id": "ENSP00000554325.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 404,
"cds_start": 935,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 1841,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884266.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.1028A>G",
"hgvs_p": "p.Lys343Arg",
"transcript": "ENST00000953178.1",
"protein_id": "ENSP00000623237.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 398,
"cds_start": 1028,
"cds_end": null,
"cds_length": 1197,
"cdna_start": 1124,
"cdna_end": null,
"cdna_length": 1798,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953178.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.827A>G",
"hgvs_p": "p.Lys276Arg",
"transcript": "ENST00000938619.1",
"protein_id": "ENSP00000608678.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 368,
"cds_start": 827,
"cds_end": null,
"cds_length": 1107,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 1723,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938619.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.722A>G",
"hgvs_p": "p.Lys241Arg",
"transcript": "ENST00000938617.1",
"protein_id": "ENSP00000608676.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 333,
"cds_start": 722,
"cds_end": null,
"cds_length": 1002,
"cdna_start": 841,
"cdna_end": null,
"cdna_length": 1628,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938617.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": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.990+1527A>G",
"hgvs_p": null,
"transcript": "ENST00000938616.1",
"protein_id": "ENSP00000608675.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 419,
"cds_start": null,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1887,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938616.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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.990+1527A>G",
"hgvs_p": null,
"transcript": "ENST00000953179.1",
"protein_id": "ENSP00000623238.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 382,
"cds_start": null,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1743,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953179.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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "c.684+23006A>G",
"hgvs_p": null,
"transcript": "ENST00000938618.1",
"protein_id": "ENSP00000608677.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 280,
"cds_start": null,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1460,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938618.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "n.*961A>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": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "n.490A>G",
"hgvs_p": null,
"transcript": "ENST00000477223.1",
"protein_id": null,
"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": 780,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000477223.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC5",
"gene_hgnc_id": 8491,
"hgvs_c": "n.*961A>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": "rs138413601",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20666077733039856,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.091,
"revel_prediction": "Benign",
"alphamissense_score": 0.1052,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.187,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_002553.4",
"gene_symbol": "ORC5",
"hgnc_id": 8491,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1028A>G",
"hgvs_p": "p.Lys343Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}