← 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: 3-125547590-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=125547590&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 125547590,
"ref": "T",
"alt": "C",
"effect": "missense_variant,splice_region_variant",
"transcript": "NM_022776.5",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1657A>G",
"hgvs_p": "p.Ile553Val",
"transcript": "NM_022776.5",
"protein_id": "NP_073613.2",
"transcript_support_level": null,
"aa_start": 553,
"aa_end": null,
"aa_length": 747,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000296220.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022776.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1657A>G",
"hgvs_p": "p.Ile553Val",
"transcript": "ENST00000296220.6",
"protein_id": "ENSP00000296220.5",
"transcript_support_level": 1,
"aa_start": 553,
"aa_end": null,
"aa_length": 747,
"cds_start": 1657,
"cds_end": null,
"cds_length": 2244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022776.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296220.6"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1654A>G",
"hgvs_p": "p.Ile552Val",
"transcript": "ENST00000910157.1",
"protein_id": "ENSP00000580216.1",
"transcript_support_level": null,
"aa_start": 552,
"aa_end": null,
"aa_length": 746,
"cds_start": 1654,
"cds_end": null,
"cds_length": 2241,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910157.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1651A>G",
"hgvs_p": "p.Ile551Val",
"transcript": "ENST00000931704.1",
"protein_id": "ENSP00000601763.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 745,
"cds_start": 1651,
"cds_end": null,
"cds_length": 2238,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931704.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1588A>G",
"hgvs_p": "p.Ile530Val",
"transcript": "ENST00000931706.1",
"protein_id": "ENSP00000601765.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 724,
"cds_start": 1588,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931706.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1516A>G",
"hgvs_p": "p.Ile506Val",
"transcript": "ENST00000931705.1",
"protein_id": "ENSP00000601764.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 700,
"cds_start": 1516,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931705.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1495A>G",
"hgvs_p": "p.Ile499Val",
"transcript": "ENST00000910155.1",
"protein_id": "ENSP00000580214.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 693,
"cds_start": 1495,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910155.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1480A>G",
"hgvs_p": "p.Ile494Val",
"transcript": "ENST00000910154.1",
"protein_id": "ENSP00000580213.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 688,
"cds_start": 1480,
"cds_end": null,
"cds_length": 2067,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910154.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1321A>G",
"hgvs_p": "p.Ile441Val",
"transcript": "ENST00000953165.1",
"protein_id": "ENSP00000623224.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 635,
"cds_start": 1321,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000953165.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_region_variant",
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.1158A>G",
"hgvs_p": "p.Val386Val",
"transcript": "XM_047447396.1",
"protein_id": "XP_047303352.1",
"transcript_support_level": null,
"aa_start": 386,
"aa_end": null,
"aa_length": 409,
"cds_start": 1158,
"cds_end": null,
"cds_length": 1230,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447396.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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"hgvs_c": "c.165-8957A>G",
"hgvs_p": null,
"transcript": "ENST00000910156.1",
"protein_id": "ENSP00000580215.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 188,
"cds_start": null,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910156.1"
}
],
"gene_symbol": "OSBPL11",
"gene_hgnc_id": 16397,
"dbsnp": "rs376930244",
"frequency_reference_population": 0.000016386066,
"hom_count_reference_population": 0,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.0000104575,
"gnomad_genomes_af": 0.0000722079,
"gnomad_exomes_ac": 15,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.021960735321044922,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.012,
"revel_prediction": "Benign",
"alphamissense_score": 0.0642,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.439,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_022776.5",
"gene_symbol": "OSBPL11",
"hgnc_id": 16397,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1657A>G",
"hgvs_p": "p.Ile553Val"
}
],
"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
}