← 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-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=79361355&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ITM2A",
"hgnc_id": 6173,
"hgvs_c": "c.677G>C",
"hgvs_p": "p.Arg226Pro",
"inheritance_mode": "",
"pathogenic_score": 3,
"score": 3,
"transcript": "NM_004867.5",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_score": 3,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.7737,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.03,
"chr": "X",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.7986289262771606,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "P",
"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>C",
"hgvs_p": "p.Arg226Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg226Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg226Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg226Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg225Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg217Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg217Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg212Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg189Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg182Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg182Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg182Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg182Pro",
"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": "P",
"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>C",
"hgvs_p": "p.Arg173Pro",
"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>C",
"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": null,
"gene_hgnc_id": 6173,
"gene_symbol": "ITM2A",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"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": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.279,
"pos": 79361355,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.683,
"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_004867.5"
}
]
}