← 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-32780240-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=32780240&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 32780240,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000373477.9",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1179C>T",
"hgvs_p": "p.Asp393Asp",
"transcript": "NM_003680.4",
"protein_id": "NP_003671.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 528,
"cds_start": 1179,
"cds_end": null,
"cds_length": 1587,
"cdna_start": 1293,
"cdna_end": null,
"cdna_length": 2443,
"mane_select": "ENST00000373477.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1179C>T",
"hgvs_p": "p.Asp393Asp",
"transcript": "ENST00000373477.9",
"protein_id": "ENSP00000362576.4",
"transcript_support_level": 1,
"aa_start": 393,
"aa_end": null,
"aa_length": 528,
"cds_start": 1179,
"cds_end": null,
"cds_length": 1587,
"cdna_start": 1293,
"cdna_end": null,
"cdna_length": 2443,
"mane_select": "NM_003680.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.1032C>T",
"hgvs_p": "p.Asp344Asp",
"transcript": "ENST00000675785.2",
"protein_id": "ENSP00000502019.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 479,
"cds_start": 1032,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 1819,
"cdna_end": null,
"cdna_length": 2899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "c.549C>T",
"hgvs_p": "p.Asp183Asp",
"transcript": "XM_011542347.3",
"protein_id": "XP_011540649.1",
"transcript_support_level": null,
"aa_start": 183,
"aa_end": null,
"aa_length": 318,
"cds_start": 549,
"cds_end": null,
"cds_length": 957,
"cdna_start": 970,
"cdna_end": null,
"cdna_length": 2120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.1095C>T",
"hgvs_p": null,
"transcript": "ENST00000469100.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": 2247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.646C>T",
"hgvs_p": null,
"transcript": "ENST00000478828.1",
"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": 1044,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.1489C>T",
"hgvs_p": null,
"transcript": "ENST00000487404.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": 2197,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.472C>T",
"hgvs_p": null,
"transcript": "ENST00000490826.1",
"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": 2178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*727C>T",
"hgvs_p": null,
"transcript": "ENST00000674629.1",
"protein_id": "ENSP00000502470.1",
"transcript_support_level": null,
"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": 2075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1139C>T",
"hgvs_p": null,
"transcript": "ENST00000674654.1",
"protein_id": "ENSP00000501729.1",
"transcript_support_level": null,
"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": 2784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1353C>T",
"hgvs_p": null,
"transcript": "ENST00000676297.1",
"protein_id": "ENSP00000501596.1",
"transcript_support_level": null,
"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": 3263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*727C>T",
"hgvs_p": null,
"transcript": "ENST00000674629.1",
"protein_id": "ENSP00000502470.1",
"transcript_support_level": null,
"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": 2075,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1139C>T",
"hgvs_p": null,
"transcript": "ENST00000674654.1",
"protein_id": "ENSP00000501729.1",
"transcript_support_level": null,
"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": 2784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"hgvs_c": "n.*1353C>T",
"hgvs_p": null,
"transcript": "ENST00000676297.1",
"protein_id": "ENSP00000501596.1",
"transcript_support_level": null,
"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": 3263,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "YARS1",
"gene_hgnc_id": 12840,
"dbsnp": "rs373909518",
"frequency_reference_population": 0.000018587867,
"hom_count_reference_population": 0,
"allele_count_reference_population": 30,
"gnomad_exomes_af": 0.0000171019,
"gnomad_genomes_af": 0.0000328671,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.46000000834465027,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.301,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "ENST00000373477.9",
"gene_symbol": "YARS1",
"hgnc_id": 12840,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1179C>T",
"hgvs_p": "p.Asp393Asp"
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease dominant intermediate C,Inborn genetic diseases",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Charcot-Marie-Tooth disease dominant intermediate C|Inborn genetic diseases",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}