← 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-119033038-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=119033038&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 119033038,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_015836.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"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.956G>T",
"hgvs_p": "p.Arg319Leu",
"transcript": "NM_015836.4",
"protein_id": "NP_056651.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 360,
"cds_start": 956,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000235521.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015836.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.956G>T",
"hgvs_p": "p.Arg319Leu",
"transcript": "ENST00000235521.5",
"protein_id": "ENSP00000235521.4",
"transcript_support_level": 1,
"aa_start": 319,
"aa_end": null,
"aa_length": 360,
"cds_start": 956,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015836.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000235521.5"
},
{
"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.*322G>T",
"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": null,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369426.9"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.1019G>T",
"hgvs_p": "p.Arg340Leu",
"transcript": "ENST00000928547.1",
"protein_id": "ENSP00000598606.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 381,
"cds_start": 1019,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928547.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.899G>T",
"hgvs_p": "p.Arg300Leu",
"transcript": "ENST00000900323.1",
"protein_id": "ENSP00000570382.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 341,
"cds_start": 899,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900323.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.887G>T",
"hgvs_p": "p.Arg296Leu",
"transcript": "NM_001378226.1",
"protein_id": "NP_001365155.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 337,
"cds_start": 887,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378226.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.887G>T",
"hgvs_p": "p.Arg296Leu",
"transcript": "NM_001378227.1",
"protein_id": "NP_001365156.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 337,
"cds_start": 887,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378227.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.785G>T",
"hgvs_p": "p.Arg262Leu",
"transcript": "NM_001378228.1",
"protein_id": "NP_001365157.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 303,
"cds_start": 785,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378228.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.785G>T",
"hgvs_p": "p.Arg262Leu",
"transcript": "ENST00000900322.1",
"protein_id": "ENSP00000570381.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 303,
"cds_start": 785,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900322.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.728G>T",
"hgvs_p": "p.Arg243Leu",
"transcript": "ENST00000900325.1",
"protein_id": "ENSP00000570384.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 284,
"cds_start": 728,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900325.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.698G>T",
"hgvs_p": "p.Arg233Leu",
"transcript": "NM_001378229.1",
"protein_id": "NP_001365158.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 274,
"cds_start": 698,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378229.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.698G>T",
"hgvs_p": "p.Arg233Leu",
"transcript": "ENST00000900324.1",
"protein_id": "ENSP00000570383.1",
"transcript_support_level": null,
"aa_start": 233,
"aa_end": null,
"aa_length": 274,
"cds_start": 698,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900324.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.674G>T",
"hgvs_p": "p.Arg225Leu",
"transcript": "NM_001378230.1",
"protein_id": "NP_001365159.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 266,
"cds_start": 674,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378230.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.902G>T",
"hgvs_p": "p.Arg301Leu",
"transcript": "XM_005270350.4",
"protein_id": "XP_005270407.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 342,
"cds_start": 902,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270350.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.899G>T",
"hgvs_p": "p.Arg300Leu",
"transcript": "XM_017000038.2",
"protein_id": "XP_016855527.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 341,
"cds_start": 899,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000038.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.887G>T",
"hgvs_p": "p.Arg296Leu",
"transcript": "XM_024449826.2",
"protein_id": "XP_024305594.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 337,
"cds_start": 887,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449826.2"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.728G>T",
"hgvs_p": "p.Arg243Leu",
"transcript": "XM_047429105.1",
"protein_id": "XP_047285061.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 284,
"cds_start": 728,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429105.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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.674G>T",
"hgvs_p": "p.Arg225Leu",
"transcript": "XM_024449860.2",
"protein_id": "XP_024305628.1",
"transcript_support_level": null,
"aa_start": 225,
"aa_end": null,
"aa_length": 266,
"cds_start": 674,
"cds_end": null,
"cds_length": 801,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024449860.2"
},
{
"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.*322G>T",
"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": null,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_201263.2"
},
{
"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.*291G>T",
"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": null,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001378231.1"
}
],
"gene_symbol": "WARS2",
"gene_hgnc_id": 12730,
"dbsnp": "rs376728283",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05496743321418762,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.077,
"revel_prediction": "Benign",
"alphamissense_score": 0.1198,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.143,
"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": "NM_015836.4",
"gene_symbol": "WARS2",
"hgnc_id": 12730,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.956G>T",
"hgvs_p": "p.Arg319Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}