← 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-219980833-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=219980833&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 219980833,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004446.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3478C>T",
"hgvs_p": "p.Pro1160Ser",
"transcript": "NM_004446.3",
"protein_id": "NP_004437.2",
"transcript_support_level": null,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1512,
"cds_start": 3478,
"cds_end": null,
"cds_length": 4539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000366923.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004446.3"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3478C>T",
"hgvs_p": "p.Pro1160Ser",
"transcript": "ENST00000366923.8",
"protein_id": "ENSP00000355890.3",
"transcript_support_level": 1,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1512,
"cds_start": 3478,
"cds_end": null,
"cds_length": 4539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004446.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366923.8"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3598C>T",
"hgvs_p": "p.Pro1200Ser",
"transcript": "ENST00000927912.1",
"protein_id": "ENSP00000597971.1",
"transcript_support_level": null,
"aa_start": 1200,
"aa_end": null,
"aa_length": 1552,
"cds_start": 3598,
"cds_end": null,
"cds_length": 4659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927912.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3523C>T",
"hgvs_p": "p.Pro1175Ser",
"transcript": "ENST00000927914.1",
"protein_id": "ENSP00000597973.1",
"transcript_support_level": null,
"aa_start": 1175,
"aa_end": null,
"aa_length": 1527,
"cds_start": 3523,
"cds_end": null,
"cds_length": 4584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927914.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3469C>T",
"hgvs_p": "p.Pro1157Ser",
"transcript": "ENST00000927916.1",
"protein_id": "ENSP00000597975.1",
"transcript_support_level": null,
"aa_start": 1157,
"aa_end": null,
"aa_length": 1509,
"cds_start": 3469,
"cds_end": null,
"cds_length": 4530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927916.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3448C>T",
"hgvs_p": "p.Pro1150Ser",
"transcript": "ENST00000927911.1",
"protein_id": "ENSP00000597970.1",
"transcript_support_level": null,
"aa_start": 1150,
"aa_end": null,
"aa_length": 1502,
"cds_start": 3448,
"cds_end": null,
"cds_length": 4509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927911.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3346C>T",
"hgvs_p": "p.Pro1116Ser",
"transcript": "ENST00000927915.1",
"protein_id": "ENSP00000597974.1",
"transcript_support_level": null,
"aa_start": 1116,
"aa_end": null,
"aa_length": 1468,
"cds_start": 3346,
"cds_end": null,
"cds_length": 4407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927915.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3268C>T",
"hgvs_p": "p.Pro1090Ser",
"transcript": "ENST00000927913.1",
"protein_id": "ENSP00000597972.1",
"transcript_support_level": null,
"aa_start": 1090,
"aa_end": null,
"aa_length": 1442,
"cds_start": 3268,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927913.1"
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.3244C>T",
"hgvs_p": "p.Pro1082Ser",
"transcript": "ENST00000927910.1",
"protein_id": "ENSP00000597969.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1434,
"cds_start": 3244,
"cds_end": null,
"cds_length": 4305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927910.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"hgvs_c": "c.1606-2114C>T",
"hgvs_p": null,
"transcript": "ENST00000952426.1",
"protein_id": "ENSP00000622485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 744,
"cds_start": null,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952426.1"
}
],
"gene_symbol": "EPRS1",
"gene_hgnc_id": 3418,
"dbsnp": "rs898824971",
"frequency_reference_population": 0.0000049615664,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000273928,
"gnomad_genomes_af": 0.0000262892,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8975973129272461,
"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.622,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9284,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.74,
"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,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004446.3",
"gene_symbol": "EPRS1",
"hgnc_id": 3418,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3478C>T",
"hgvs_p": "p.Pro1160Ser"
}
],
"clinvar_disease": " 15, hypomyelinating,Leukodystrophy",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Leukodystrophy, hypomyelinating, 15",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}