← 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: 1-228401059-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=228401059&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BP4_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TRIM11",
"hgnc_id": 16281,
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg",
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_145214.3",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_score": -4,
"allele_count_reference_population": 111,
"alphamissense_prediction": null,
"alphamissense_score": 0.2725,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.74,
"chr": "1",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.024564266204833984,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 468,
"aa_ref": "G",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2710,
"cdna_start": 914,
"cds_end": null,
"cds_length": 1407,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_145214.3",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000284551.11",
"protein_coding": true,
"protein_id": "NP_660215.1",
"strand": false,
"transcript": "NM_145214.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 468,
"aa_ref": "G",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2710,
"cdna_start": 914,
"cds_end": null,
"cds_length": 1407,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000284551.11",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_145214.3",
"protein_coding": true,
"protein_id": "ENSP00000284551.6",
"strand": false,
"transcript": "ENST00000284551.11",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 343,
"aa_ref": "G",
"aa_start": 89,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5774,
"cdna_start": 3975,
"cds_end": null,
"cds_length": 1032,
"cds_start": 265,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000493030.6",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.265G>C",
"hgvs_p": "p.Gly89Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000473360.1",
"strand": false,
"transcript": "ENST00000493030.6",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 483,
"aa_ref": "G",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2723,
"cdna_start": 886,
"cds_end": null,
"cds_length": 1452,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000946665.1",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616724.1",
"strand": false,
"transcript": "ENST00000946665.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 467,
"aa_ref": "G",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2717,
"cdna_start": 917,
"cds_end": null,
"cds_length": 1404,
"cds_start": 637,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000854560.1",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Gly213Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000524619.1",
"strand": false,
"transcript": "ENST00000854560.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 385,
"aa_ref": "G",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2511,
"cdna_start": 879,
"cds_end": null,
"cds_length": 1158,
"cds_start": 640,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000366699.3",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.640G>C",
"hgvs_p": "p.Gly214Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000355660.3",
"strand": false,
"transcript": "ENST00000366699.3",
"transcript_support_level": 2
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 467,
"aa_ref": "G",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2707,
"cdna_start": 911,
"cds_end": null,
"cds_length": 1404,
"cds_start": 637,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_017002412.3",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.637G>C",
"hgvs_p": "p.Gly213Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016857901.1",
"strand": false,
"transcript": "XM_017002412.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 359,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2392,
"cdna_start": null,
"cds_end": null,
"cds_length": 1080,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000933006.1",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.409-3894G>C",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603065.1",
"strand": false,
"transcript": "ENST00000933006.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 226,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 682,
"cdna_start": null,
"cds_end": null,
"cds_length": 681,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000602582.5",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.129+1007G>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000473574.1",
"strand": false,
"transcript": "ENST00000602582.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 54,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 586,
"cdna_start": null,
"cds_end": null,
"cds_length": 165,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000602308.1",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.34-3894G>C",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000473579.1",
"strand": false,
"transcript": "ENST00000602308.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 391,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2479,
"cdna_start": null,
"cds_end": null,
"cds_length": 1176,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011544285.4",
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"hgvs_c": "c.504+1007G>C",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011542587.1",
"strand": false,
"transcript": "XM_011544285.4",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs202032610",
"effect": "missense_variant",
"frequency_reference_population": 0.00006882381,
"gene_hgnc_id": 16281,
"gene_symbol": "TRIM11",
"gnomad_exomes_ac": 93,
"gnomad_exomes_af": 0.000063677,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 18,
"gnomad_genomes_af": 0.000118174,
"gnomad_genomes_homalt": 0,
"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",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.217,
"pos": 228401059,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.025,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_145214.3"
}
]
}