← 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: 5-38933380-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=38933380&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 38933380,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000274276.8",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2876C>T",
"hgvs_p": "p.Pro959Leu",
"transcript": "NM_003999.3",
"protein_id": "NP_003990.1",
"transcript_support_level": null,
"aa_start": 959,
"aa_end": null,
"aa_length": 979,
"cds_start": 2876,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 3265,
"cdna_end": null,
"cdna_length": 5526,
"mane_select": "ENST00000274276.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2876C>T",
"hgvs_p": "p.Pro959Leu",
"transcript": "ENST00000274276.8",
"protein_id": "ENSP00000274276.3",
"transcript_support_level": 1,
"aa_start": 959,
"aa_end": null,
"aa_length": 979,
"cds_start": 2876,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 3265,
"cdna_end": null,
"cdna_length": 5526,
"mane_select": "NM_003999.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2879C>T",
"hgvs_p": "p.Pro960Leu",
"transcript": "NM_001323506.2",
"protein_id": "NP_001310435.1",
"transcript_support_level": null,
"aa_start": 960,
"aa_end": null,
"aa_length": 980,
"cds_start": 2879,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 3007,
"cdna_end": null,
"cdna_length": 5268,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2876C>T",
"hgvs_p": "p.Pro959Leu",
"transcript": "NM_001323505.2",
"protein_id": "NP_001310434.1",
"transcript_support_level": null,
"aa_start": 959,
"aa_end": null,
"aa_length": 979,
"cds_start": 2876,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 3004,
"cdna_end": null,
"cdna_length": 5265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2879C>T",
"hgvs_p": "p.Pro960Leu",
"transcript": "XM_005248384.1",
"protein_id": "XP_005248441.1",
"transcript_support_level": null,
"aa_start": 960,
"aa_end": null,
"aa_length": 980,
"cds_start": 2879,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 3268,
"cdna_end": null,
"cdna_length": 5529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2879C>T",
"hgvs_p": "p.Pro960Leu",
"transcript": "XM_047417870.1",
"protein_id": "XP_047273826.1",
"transcript_support_level": null,
"aa_start": 960,
"aa_end": null,
"aa_length": 980,
"cds_start": 2879,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 3117,
"cdna_end": null,
"cdna_length": 5378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2876C>T",
"hgvs_p": "p.Pro959Leu",
"transcript": "XM_047417871.1",
"protein_id": "XP_047273827.1",
"transcript_support_level": null,
"aa_start": 959,
"aa_end": null,
"aa_length": 979,
"cds_start": 2876,
"cds_end": null,
"cds_length": 2940,
"cdna_start": 3100,
"cdna_end": null,
"cdna_length": 5361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "n.72+845C>T",
"hgvs_p": null,
"transcript": "ENST00000508882.1",
"protein_id": "ENSP00000422372.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "n.153+845C>T",
"hgvs_p": null,
"transcript": "ENST00000509237.5",
"protein_id": "ENSP00000426729.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2370+845C>T",
"hgvs_p": null,
"transcript": "XM_011514161.3",
"protein_id": "XP_011512463.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 800,
"cds_start": -4,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2367+845C>T",
"hgvs_p": null,
"transcript": "XM_017010019.2",
"protein_id": "XP_016865508.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 799,
"cds_start": -4,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4135,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "c.2367+845C>T",
"hgvs_p": null,
"transcript": "XM_047417872.1",
"protein_id": "XP_047273828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 799,
"cds_start": -4,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "n.2756+845C>T",
"hgvs_p": null,
"transcript": "XR_007058659.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "n.2495+845C>T",
"hgvs_p": null,
"transcript": "XR_007058660.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"hgvs_c": "n.2759+845C>T",
"hgvs_p": null,
"transcript": "XR_925661.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "OSMR",
"gene_hgnc_id": 8507,
"dbsnp": "rs34080825",
"frequency_reference_population": 0.0000020522616,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205226,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06426817178726196,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.051,
"revel_prediction": "Benign",
"alphamissense_score": 0.0718,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.65,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.371,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000274276.8",
"gene_symbol": "OSMR",
"hgnc_id": 8507,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,SD",
"hgvs_c": "c.2876C>T",
"hgvs_p": "p.Pro959Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}