← 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: 3-45491732-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=45491732&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 45491732,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000645846.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "NM_015340.4",
"protein_id": "NP_056155.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 903,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 4781,
"mane_select": "ENST00000645846.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "ENST00000645846.2",
"protein_id": "ENSP00000495093.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 903,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 4781,
"mane_select": "NM_015340.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "n.1455G>A",
"hgvs_p": null,
"transcript": "ENST00000265537.8",
"protein_id": "ENSP00000265537.4",
"transcript_support_level": 1,
"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": 4169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "NM_001368263.1",
"protein_id": "NP_001355192.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 903,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 4715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "ENST00000642274.1",
"protein_id": "ENSP00000495707.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 903,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 1813,
"cdna_end": null,
"cdna_length": 4139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "ENST00000650792.2",
"protein_id": "ENSP00000498867.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 903,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2712,
"cdna_start": 1596,
"cdna_end": null,
"cdna_length": 10049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1326G>A",
"hgvs_p": "p.Ala442Ala",
"transcript": "ENST00000414984.5",
"protein_id": "ENSP00000412893.1",
"transcript_support_level": 5,
"aa_start": 442,
"aa_end": null,
"aa_length": 860,
"cds_start": 1326,
"cds_end": null,
"cds_length": 2583,
"cdna_start": 1464,
"cdna_end": null,
"cdna_length": 2800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "XM_011533554.3",
"protein_id": "XP_011531856.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 830,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2493,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 4049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "XM_047447829.1",
"protein_id": "XP_047303785.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 830,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2493,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 3983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "XM_017006042.2",
"protein_id": "XP_016861531.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 804,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 4653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala",
"transcript": "XM_047447830.1",
"protein_id": "XP_047303786.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 804,
"cds_start": 1455,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 4587,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "n.1455G>A",
"hgvs_p": null,
"transcript": "ENST00000651549.1",
"protein_id": "ENSP00000499002.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": 3409,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "n.*1323G>A",
"hgvs_p": null,
"transcript": "ENST00000652135.1",
"protein_id": "ENSP00000499104.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": 2752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"hgvs_c": "n.*1323G>A",
"hgvs_p": null,
"transcript": "ENST00000652135.1",
"protein_id": "ENSP00000499104.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": 2752,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LARS2-AS1",
"gene_hgnc_id": 40796,
"hgvs_c": "n.517+3512C>T",
"hgvs_p": null,
"transcript": "ENST00000442534.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "LARS2-AS1",
"gene_hgnc_id": 40796,
"hgvs_c": "n.517+3512C>T",
"hgvs_p": null,
"transcript": "NR_048543.1",
"protein_id": null,
"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": 1854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "LARS2",
"gene_hgnc_id": 17095,
"dbsnp": "rs2128361",
"frequency_reference_population": 0.9220666,
"hom_count_reference_population": 697058,
"allele_count_reference_population": 1488293,
"gnomad_exomes_af": 0.934867,
"gnomad_genomes_af": 0.799154,
"gnomad_exomes_ac": 1366633,
"gnomad_genomes_ac": 121660,
"gnomad_exomes_homalt": 644231,
"gnomad_genomes_homalt": 52827,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.831,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000645846.2",
"gene_symbol": "LARS2",
"hgnc_id": 17095,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1455G>A",
"hgvs_p": "p.Ala485Ala"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000442534.2",
"gene_symbol": "LARS2-AS1",
"hgnc_id": 40796,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.517+3512C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Hydrops-lactic acidosis-sideroblastic anemia-multisystemic failure syndrome,Perrault syndrome 4,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:7",
"phenotype_combined": "not specified|not provided|Perrault syndrome 4|Hydrops-lactic acidosis-sideroblastic anemia-multisystemic failure syndrome",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}