← 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-119033195-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=119033195&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 119033195,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000235521.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.799G>C",
"hgvs_p": "p.Ala267Pro",
"transcript": "NM_015836.4",
"protein_id": "NP_056651.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 360,
"cds_start": 799,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 2787,
"mane_select": "ENST00000235521.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.799G>C",
"hgvs_p": "p.Ala267Pro",
"transcript": "ENST00000235521.5",
"protein_id": "ENSP00000235521.4",
"transcript_support_level": 1,
"aa_start": 267,
"aa_end": null,
"aa_length": 360,
"cds_start": 799,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 2787,
"mane_select": "NM_015836.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.*165G>C",
"hgvs_p": null,
"transcript": "ENST00000369426.9",
"protein_id": "ENSP00000358434.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": -4,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.730G>C",
"hgvs_p": "p.Ala244Pro",
"transcript": "NM_001378226.1",
"protein_id": "NP_001365155.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 337,
"cds_start": 730,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 893,
"cdna_end": null,
"cdna_length": 2872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.730G>C",
"hgvs_p": "p.Ala244Pro",
"transcript": "NM_001378227.1",
"protein_id": "NP_001365156.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 337,
"cds_start": 730,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 1084,
"cdna_end": null,
"cdna_length": 3063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.628G>C",
"hgvs_p": "p.Ala210Pro",
"transcript": "NM_001378228.1",
"protein_id": "NP_001365157.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 303,
"cds_start": 628,
"cds_end": null,
"cds_length": 912,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 2616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.541G>C",
"hgvs_p": "p.Ala181Pro",
"transcript": "NM_001378229.1",
"protein_id": "NP_001365158.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 274,
"cds_start": 541,
"cds_end": null,
"cds_length": 825,
"cdna_start": 550,
"cdna_end": null,
"cdna_length": 2529,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.517G>C",
"hgvs_p": "p.Ala173Pro",
"transcript": "NM_001378230.1",
"protein_id": "NP_001365159.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 266,
"cds_start": 517,
"cds_end": null,
"cds_length": 801,
"cdna_start": 999,
"cdna_end": null,
"cdna_length": 2978,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.745G>C",
"hgvs_p": "p.Ala249Pro",
"transcript": "XM_005270350.4",
"protein_id": "XP_005270407.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 342,
"cds_start": 745,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 917,
"cdna_end": null,
"cdna_length": 2896,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.742G>C",
"hgvs_p": "p.Ala248Pro",
"transcript": "XM_017000038.2",
"protein_id": "XP_016855527.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 341,
"cds_start": 742,
"cds_end": null,
"cds_length": 1026,
"cdna_start": 770,
"cdna_end": null,
"cdna_length": 2749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.730G>C",
"hgvs_p": "p.Ala244Pro",
"transcript": "XM_024449826.2",
"protein_id": "XP_024305594.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 337,
"cds_start": 730,
"cds_end": null,
"cds_length": 1014,
"cdna_start": 1180,
"cdna_end": null,
"cdna_length": 3159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.571G>C",
"hgvs_p": "p.Ala191Pro",
"transcript": "XM_047429105.1",
"protein_id": "XP_047285061.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 284,
"cds_start": 571,
"cds_end": null,
"cds_length": 855,
"cdna_start": 599,
"cdna_end": null,
"cdna_length": 2578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.517G>C",
"hgvs_p": "p.Ala173Pro",
"transcript": "XM_024449860.2",
"protein_id": "XP_024305628.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 266,
"cds_start": 517,
"cds_end": null,
"cds_length": 801,
"cdna_start": 1095,
"cdna_end": null,
"cdna_length": 3074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.*165G>C",
"hgvs_p": null,
"transcript": "NM_201263.2",
"protein_id": "NP_957715.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": -4,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "c.*134G>C",
"hgvs_p": null,
"transcript": "NM_001378231.1",
"protein_id": "NP_001365160.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": -4,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"hgvs_c": "n.*102G>C",
"hgvs_p": null,
"transcript": "ENST00000495746.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"dbsnp": "rs3790549",
"frequency_reference_population": 0.049409546,
"hom_count_reference_population": 2726,
"allele_count_reference_population": 79756,
"gnomad_exomes_af": 0.0476683,
"gnomad_genomes_af": 0.0661196,
"gnomad_exomes_ac": 69684,
"gnomad_genomes_ac": 10072,
"gnomad_exomes_homalt": 2273,
"gnomad_genomes_homalt": 453,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002058565616607666,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.096,
"revel_prediction": "Benign",
"alphamissense_score": 0.2105,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.369,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000235521.5",
"gene_symbol": "WARS2",
"hgnc_id": 12730,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.799G>C",
"hgvs_p": "p.Ala267Pro"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}