← 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: 2-135911447-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=135911447&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 135911447,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001349.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1277T>C",
"hgvs_p": "p.Leu426Ser",
"transcript": "NM_001349.4",
"protein_id": "NP_001340.2",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 501,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264161.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349.4"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1277T>C",
"hgvs_p": "p.Leu426Ser",
"transcript": "ENST00000264161.9",
"protein_id": "ENSP00000264161.4",
"transcript_support_level": 1,
"aa_start": 426,
"aa_end": null,
"aa_length": 501,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001349.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264161.9"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1271T>C",
"hgvs_p": "p.Leu424Ser",
"transcript": "ENST00000952144.1",
"protein_id": "ENSP00000622203.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 499,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952144.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1265T>C",
"hgvs_p": "p.Leu422Ser",
"transcript": "ENST00000952145.1",
"protein_id": "ENSP00000622204.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 497,
"cds_start": 1265,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952145.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1235T>C",
"hgvs_p": "p.Leu412Ser",
"transcript": "ENST00000952147.1",
"protein_id": "ENSP00000622206.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 487,
"cds_start": 1235,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952147.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1217T>C",
"hgvs_p": "p.Leu406Ser",
"transcript": "ENST00000888460.1",
"protein_id": "ENSP00000558519.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 481,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888460.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1184T>C",
"hgvs_p": "p.Leu395Ser",
"transcript": "ENST00000888461.1",
"protein_id": "ENSP00000558520.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 470,
"cds_start": 1184,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888461.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1142T>C",
"hgvs_p": "p.Leu381Ser",
"transcript": "ENST00000952146.1",
"protein_id": "ENSP00000622205.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 456,
"cds_start": 1142,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952146.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1136T>C",
"hgvs_p": "p.Leu379Ser",
"transcript": "ENST00000939648.1",
"protein_id": "ENSP00000609707.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 454,
"cds_start": 1136,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939648.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.1130T>C",
"hgvs_p": "p.Leu377Ser",
"transcript": "ENST00000888462.1",
"protein_id": "ENSP00000558521.1",
"transcript_support_level": null,
"aa_start": 377,
"aa_end": null,
"aa_length": 452,
"cds_start": 1130,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888462.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.977T>C",
"hgvs_p": "p.Leu326Ser",
"transcript": "NM_001293312.1",
"protein_id": "NP_001280241.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 401,
"cds_start": 977,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001293312.1"
},
{
"aa_ref": "L",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "c.338T>C",
"hgvs_p": "p.Leu113Ser",
"transcript": "ENST00000422708.3",
"protein_id": "ENSP00000387508.1",
"transcript_support_level": 2,
"aa_start": 113,
"aa_end": null,
"aa_length": 188,
"cds_start": 338,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422708.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "n.171T>C",
"hgvs_p": null,
"transcript": "ENST00000478212.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000478212.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "n.526T>C",
"hgvs_p": null,
"transcript": "ENST00000489964.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000489964.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"hgvs_c": "n.121T>C",
"hgvs_p": null,
"transcript": "ENST00000491481.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000491481.1"
}
],
"gene_symbol": "DARS1",
"gene_hgnc_id": 2678,
"dbsnp": "rs377510027",
"frequency_reference_population": 0.000009970343,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.0000105154,
"gnomad_genomes_af": 0.00000656668,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7881208062171936,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.849,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8969,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.325,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.03,
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,PP3,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP2",
"PP3",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001349.4",
"gene_symbol": "DARS1",
"hgnc_id": 2678,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1277T>C",
"hgvs_p": "p.Leu426Ser"
}
],
"clinvar_disease": "Hypomyelination with brain stem and spinal cord involvement and leg spasticity,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:1",
"phenotype_combined": "Hypomyelination with brain stem and spinal cord involvement and leg spasticity|not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}