← 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: 2-147935680-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=147935680&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 147935680,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_181741.4",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "NM_181741.4",
"protein_id": "NP_859525.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1263,
"cdna_end": null,
"cdna_length": 6547,
"mane_select": "ENST00000392857.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "ENST00000392857.10",
"protein_id": "ENSP00000376597.5",
"transcript_support_level": 1,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1263,
"cdna_end": null,
"cdna_length": 6547,
"mane_select": "NM_181741.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "NM_001190879.3",
"protein_id": "NP_001177808.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1417,
"cdna_end": null,
"cdna_length": 6701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "NM_001374270.1",
"protein_id": "NP_001361199.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1502,
"cdna_end": null,
"cdna_length": 6786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "NM_002552.5",
"protein_id": "NP_002543.2",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1288,
"cdna_end": null,
"cdna_length": 6572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "NM_181742.4",
"protein_id": "NP_859526.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1262,
"cdna_end": null,
"cdna_length": 6546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "ENST00000264169.6",
"protein_id": "ENSP00000264169.2",
"transcript_support_level": 5,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 6598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "ENST00000535373.5",
"protein_id": "ENSP00000441953.1",
"transcript_support_level": 5,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1427,
"cdna_end": null,
"cdna_length": 6710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.919C>A",
"hgvs_p": "p.Gln307Lys",
"transcript": "NM_001190882.3",
"protein_id": "NP_001177811.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 362,
"cds_start": 919,
"cds_end": null,
"cds_length": 1089,
"cdna_start": 1189,
"cdna_end": null,
"cdna_length": 6473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.919C>A",
"hgvs_p": "p.Gln307Lys",
"transcript": "ENST00000540442.5",
"protein_id": "ENSP00000438326.1",
"transcript_support_level": 2,
"aa_start": 307,
"aa_end": null,
"aa_length": 362,
"cds_start": 919,
"cds_end": null,
"cds_length": 1089,
"cdna_start": 1189,
"cdna_end": null,
"cdna_length": 6472,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.889C>A",
"hgvs_p": "p.Gln297Lys",
"transcript": "NM_001190881.3",
"protein_id": "NP_001177810.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 352,
"cds_start": 889,
"cds_end": null,
"cds_length": 1059,
"cdna_start": 1021,
"cdna_end": null,
"cdna_length": 6305,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.889C>A",
"hgvs_p": "p.Gln297Lys",
"transcript": "NM_001374272.1",
"protein_id": "NP_001361201.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 352,
"cds_start": 889,
"cds_end": null,
"cds_length": 1059,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 6612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.889C>A",
"hgvs_p": "p.Gln297Lys",
"transcript": "ENST00000536575.5",
"protein_id": "ENSP00000441502.1",
"transcript_support_level": 2,
"aa_start": 297,
"aa_end": null,
"aa_length": 352,
"cds_start": 889,
"cds_end": null,
"cds_length": 1059,
"cdna_start": 1045,
"cdna_end": null,
"cdna_length": 6328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Q",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys",
"transcript": "XM_011511255.3",
"protein_id": "XP_011509557.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 436,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1311,
"cdna_start": 1442,
"cdna_end": null,
"cdna_length": 6726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ORC4",
"gene_hgnc_id": 8490,
"dbsnp": "rs1313030230",
"frequency_reference_population": 0.0000012403839,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.84765e-7,
"gnomad_genomes_af": 0.00000657687,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3133493661880493,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.319,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1423,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.375,
"phylop100way_prediction": "Pathogenic",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_181741.4",
"gene_symbol": "ORC4",
"hgnc_id": 8490,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Gln381Lys"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}