← 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: X-79361355-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=79361355&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 5,
"criteria": [
"BP4",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ITM2A",
"hgnc_id": 6173,
"hgvs_c": "c.677G>A",
"hgvs_p": "p.Arg226His",
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -5,
"transcript": "NM_004867.5",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_score": -5,
"allele_count_reference_population": 16,
"alphamissense_prediction": null,
"alphamissense_score": 0.0882,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.28,
"chr": "X",
"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.42253392934799194,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 263,
"aa_ref": "R",
"aa_start": 226,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1616,
"cdna_start": 796,
"cds_end": null,
"cds_length": 792,
"cds_start": 677,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_004867.5",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.677G>A",
"hgvs_p": "p.Arg226His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000373298.7",
"protein_coding": true,
"protein_id": "NP_004858.1",
"strand": false,
"transcript": "NM_004867.5",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 263,
"aa_ref": "R",
"aa_start": 226,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1616,
"cdna_start": 796,
"cds_end": null,
"cds_length": 792,
"cds_start": 677,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000373298.7",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.677G>A",
"hgvs_p": "p.Arg226His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_004867.5",
"protein_coding": true,
"protein_id": "ENSP00000362395.2",
"strand": false,
"transcript": "ENST00000373298.7",
"transcript_support_level": 1
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 263,
"aa_ref": "R",
"aa_start": 226,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1706,
"cdna_start": 886,
"cds_end": null,
"cds_length": 792,
"cds_start": 677,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000865381.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.677G>A",
"hgvs_p": "p.Arg226His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000535440.1",
"strand": false,
"transcript": "ENST00000865381.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 263,
"aa_ref": "R",
"aa_start": 226,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1032,
"cdna_start": 775,
"cds_end": null,
"cds_length": 792,
"cds_start": 677,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000865383.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.677G>A",
"hgvs_p": "p.Arg226His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000535442.1",
"strand": false,
"transcript": "ENST00000865383.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 262,
"aa_ref": "R",
"aa_start": 225,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1655,
"cdna_start": 835,
"cds_end": null,
"cds_length": 789,
"cds_start": 674,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000933703.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.674G>A",
"hgvs_p": "p.Arg225His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603762.1",
"strand": false,
"transcript": "ENST00000933703.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 254,
"aa_ref": "R",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1599,
"cdna_start": 779,
"cds_end": null,
"cds_length": 765,
"cds_start": 650,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000933705.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.650G>A",
"hgvs_p": "p.Arg217His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603764.1",
"strand": false,
"transcript": "ENST00000933705.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 254,
"aa_ref": "R",
"aa_start": 217,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 976,
"cdna_start": 741,
"cds_end": null,
"cds_length": 765,
"cds_start": 650,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000944509.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.650G>A",
"hgvs_p": "p.Arg217His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000614568.1",
"strand": false,
"transcript": "ENST00000944509.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 249,
"aa_ref": "R",
"aa_start": 212,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1568,
"cdna_start": 750,
"cds_end": null,
"cds_length": 750,
"cds_start": 635,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000944508.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.635G>A",
"hgvs_p": "p.Arg212His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000614567.1",
"strand": false,
"transcript": "ENST00000944508.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 226,
"aa_ref": "R",
"aa_start": 189,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1502,
"cdna_start": 682,
"cds_end": null,
"cds_length": 681,
"cds_start": 566,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000933706.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.566G>A",
"hgvs_p": "p.Arg189His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603765.1",
"strand": false,
"transcript": "ENST00000933706.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 219,
"aa_ref": "R",
"aa_start": 182,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1484,
"cdna_start": 664,
"cds_end": null,
"cds_length": 660,
"cds_start": 545,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001171581.2",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.545G>A",
"hgvs_p": "p.Arg182His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001165052.1",
"strand": false,
"transcript": "NM_001171581.2",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 219,
"aa_ref": "R",
"aa_start": 182,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1698,
"cdna_start": 882,
"cds_end": null,
"cds_length": 660,
"cds_start": 545,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000434584.2",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.545G>A",
"hgvs_p": "p.Arg182His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000415533.2",
"strand": false,
"transcript": "ENST00000434584.2",
"transcript_support_level": 2
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 219,
"aa_ref": "R",
"aa_start": 182,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1464,
"cdna_start": 644,
"cds_end": null,
"cds_length": 660,
"cds_start": 545,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000865382.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.545G>A",
"hgvs_p": "p.Arg182His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000535441.1",
"strand": false,
"transcript": "ENST00000865382.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 219,
"aa_ref": "R",
"aa_start": 182,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1469,
"cdna_start": 649,
"cds_end": null,
"cds_length": 660,
"cds_start": 545,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000933702.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.545G>A",
"hgvs_p": "p.Arg182His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603761.1",
"strand": false,
"transcript": "ENST00000933702.1",
"transcript_support_level": null
},
{
"aa_alt": "H",
"aa_end": null,
"aa_length": 210,
"aa_ref": "R",
"aa_start": 173,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1477,
"cdna_start": 657,
"cds_end": null,
"cds_length": 633,
"cds_start": 518,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000933704.1",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "c.518G>A",
"hgvs_p": "p.Arg173His",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603763.1",
"strand": false,
"transcript": "ENST00000933704.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 879,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000469541.5",
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"hgvs_c": "n.637G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000469541.5",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs3180834",
"effect": "missense_variant",
"frequency_reference_population": 0.000013247643,
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"gnomad_exomes_ac": 11,
"gnomad_exomes_af": 0.0000100403,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 5,
"gnomad_genomes_af": 0.0000445724,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 4,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.279,
"pos": 79361355,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.426,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_004867.5"
}
]
}