← 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-26466774-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=26466774&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 1,
"criteria": [
"PM2",
"BP4"
],
"effects": [
"missense_variant"
],
"gene_symbol": "OTOF",
"hgnc_id": 8515,
"hgvs_c": "c.4440G>T",
"hgvs_p": "p.Met1480Ile",
"inheritance_mode": "AR,Unknown",
"pathogenic_score": 2,
"score": 1,
"transcript": "NM_194248.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_score": 1,
"allele_count_reference_population": 64,
"alphamissense_prediction": null,
"alphamissense_score": 0.7141,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.02,
"chr": "2",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Inborn genetic diseases,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.3412690758705139,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "M",
"aa_start": 1480,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7214,
"cdna_start": 4625,
"cds_end": null,
"cds_length": 5994,
"cds_start": 4440,
"consequences": [
"missense_variant"
],
"exon_count": 47,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "NM_194248.3",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.4440G>T",
"hgvs_p": "p.Met1480Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000272371.7",
"protein_coding": true,
"protein_id": "NP_919224.1",
"strand": false,
"transcript": "NM_194248.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "M",
"aa_start": 1480,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 7214,
"cdna_start": 4625,
"cds_end": null,
"cds_length": 5994,
"cds_start": 4440,
"consequences": [
"missense_variant"
],
"exon_count": 47,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "ENST00000272371.7",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.4440G>T",
"hgvs_p": "p.Met1480Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_194248.3",
"protein_coding": true,
"protein_id": "ENSP00000272371.2",
"strand": false,
"transcript": "ENST00000272371.7",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1230,
"aa_ref": "M",
"aa_start": 713,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4838,
"cdna_start": 2447,
"cds_end": null,
"cds_length": 3693,
"cds_start": 2139,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_194323.3",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Met713Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": "ENST00000339598.8",
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_919304.1",
"strand": false,
"transcript": "NM_194323.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1230,
"aa_ref": "M",
"aa_start": 713,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4838,
"cdna_start": 2447,
"cds_end": null,
"cds_length": 3693,
"cds_start": 2139,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000339598.8",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Met713Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": "NM_194323.3",
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000344521.3",
"strand": false,
"transcript": "ENST00000339598.8",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1250,
"aa_ref": "M",
"aa_start": 733,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5108,
"cdna_start": 2519,
"cds_end": null,
"cds_length": 3753,
"cds_start": 2199,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000402415.8",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.2199G>T",
"hgvs_p": "p.Met733Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000383906.4",
"strand": false,
"transcript": "ENST00000402415.8",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1230,
"aa_ref": "M",
"aa_start": 713,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4954,
"cdna_start": 2365,
"cds_end": null,
"cds_length": 3693,
"cds_start": 2139,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000338581.10",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Met713Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000345137.6",
"strand": false,
"transcript": "ENST00000338581.10",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "M",
"aa_start": 1480,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7016,
"cdna_start": 4625,
"cds_end": null,
"cds_length": 5994,
"cds_start": 4440,
"consequences": [
"missense_variant"
],
"exon_count": 46,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "NM_001287489.2",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.4440G>T",
"hgvs_p": "p.Met1480Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001274418.1",
"strand": false,
"transcript": "NM_001287489.2",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1997,
"aa_ref": "M",
"aa_start": 1480,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6937,
"cdna_start": 4547,
"cds_end": null,
"cds_length": 5994,
"cds_start": 4440,
"consequences": [
"missense_variant"
],
"exon_count": 46,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "ENST00000403946.7",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.4440G>T",
"hgvs_p": "p.Met1480Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000385255.3",
"strand": false,
"transcript": "ENST00000403946.7",
"transcript_support_level": 5
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1307,
"aa_ref": "M",
"aa_start": 790,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5190,
"cdna_start": 2601,
"cds_end": null,
"cds_length": 3924,
"cds_start": 2370,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "NM_194322.3",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.2370G>T",
"hgvs_p": "p.Met790Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_919303.1",
"strand": false,
"transcript": "NM_194322.3",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 1230,
"aa_ref": "M",
"aa_start": 713,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5036,
"cdna_start": 2447,
"cds_end": null,
"cds_length": 3693,
"cds_start": 2139,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "NM_004802.4",
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"hgvs_c": "c.2139G>T",
"hgvs_p": "p.Met713Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_004793.2",
"strand": false,
"transcript": "NM_004802.4",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs727503354",
"effect": "missense_variant",
"frequency_reference_population": 0.000043779062,
"gene_hgnc_id": 8515,
"gene_symbol": "OTOF",
"gnomad_exomes_ac": 64,
"gnomad_exomes_af": 0.0000437791,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified|Inborn genetic diseases",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.097,
"pos": 26466774,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.498,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_194248.3"
}
]
}