← 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: 15-34856907-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=34856907&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 34856907,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_014691.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4343C>T",
"hgvs_p": "p.Pro1448Leu",
"transcript": "NM_014691.3",
"protein_id": "NP_055506.1",
"transcript_support_level": null,
"aa_start": 1448,
"aa_end": null,
"aa_length": 1485,
"cds_start": 4343,
"cds_end": null,
"cds_length": 4458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000156471.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014691.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4343C>T",
"hgvs_p": "p.Pro1448Leu",
"transcript": "ENST00000156471.10",
"protein_id": "ENSP00000156471.5",
"transcript_support_level": 1,
"aa_start": 1448,
"aa_end": null,
"aa_length": 1485,
"cds_start": 4343,
"cds_end": null,
"cds_length": 4458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014691.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000156471.10"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "n.3230C>T",
"hgvs_p": null,
"transcript": "ENST00000559090.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000559090.5"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4307C>T",
"hgvs_p": "p.Pro1436Leu",
"transcript": "ENST00000875393.1",
"protein_id": "ENSP00000545452.1",
"transcript_support_level": null,
"aa_start": 1436,
"aa_end": null,
"aa_length": 1473,
"cds_start": 4307,
"cds_end": null,
"cds_length": 4422,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875393.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4286C>T",
"hgvs_p": "p.Pro1429Leu",
"transcript": "ENST00000945427.1",
"protein_id": "ENSP00000615486.1",
"transcript_support_level": null,
"aa_start": 1429,
"aa_end": null,
"aa_length": 1466,
"cds_start": 4286,
"cds_end": null,
"cds_length": 4401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945427.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4238C>T",
"hgvs_p": "p.Pro1413Leu",
"transcript": "ENST00000875395.1",
"protein_id": "ENSP00000545454.1",
"transcript_support_level": null,
"aa_start": 1413,
"aa_end": null,
"aa_length": 1450,
"cds_start": 4238,
"cds_end": null,
"cds_length": 4353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875395.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4229C>T",
"hgvs_p": "p.Pro1410Leu",
"transcript": "ENST00000911769.1",
"protein_id": "ENSP00000581828.1",
"transcript_support_level": null,
"aa_start": 1410,
"aa_end": null,
"aa_length": 1447,
"cds_start": 4229,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911769.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4205C>T",
"hgvs_p": "p.Pro1402Leu",
"transcript": "ENST00000875394.1",
"protein_id": "ENSP00000545453.1",
"transcript_support_level": null,
"aa_start": 1402,
"aa_end": null,
"aa_length": 1439,
"cds_start": 4205,
"cds_end": null,
"cds_length": 4320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875394.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4202C>T",
"hgvs_p": "p.Pro1401Leu",
"transcript": "ENST00000875392.1",
"protein_id": "ENSP00000545451.1",
"transcript_support_level": null,
"aa_start": 1401,
"aa_end": null,
"aa_length": 1438,
"cds_start": 4202,
"cds_end": null,
"cds_length": 4317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875392.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4196C>T",
"hgvs_p": "p.Pro1399Leu",
"transcript": "ENST00000875391.1",
"protein_id": "ENSP00000545450.1",
"transcript_support_level": null,
"aa_start": 1399,
"aa_end": null,
"aa_length": 1436,
"cds_start": 4196,
"cds_end": null,
"cds_length": 4311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875391.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.4172C>T",
"hgvs_p": "p.Pro1391Leu",
"transcript": "ENST00000945428.1",
"protein_id": "ENSP00000615487.1",
"transcript_support_level": null,
"aa_start": 1391,
"aa_end": null,
"aa_length": 1428,
"cds_start": 4172,
"cds_end": null,
"cds_length": 4287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945428.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.3911C>T",
"hgvs_p": "p.Pro1304Leu",
"transcript": "ENST00000911768.1",
"protein_id": "ENSP00000581827.1",
"transcript_support_level": null,
"aa_start": 1304,
"aa_end": null,
"aa_length": 1341,
"cds_start": 3911,
"cds_end": null,
"cds_length": 4026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911768.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "c.1904C>T",
"hgvs_p": "p.Pro635Leu",
"transcript": "ENST00000911767.1",
"protein_id": "ENSP00000581826.1",
"transcript_support_level": null,
"aa_start": 635,
"aa_end": null,
"aa_length": 672,
"cds_start": 1904,
"cds_end": null,
"cds_length": 2019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911767.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "n.*3105C>T",
"hgvs_p": null,
"transcript": "ENST00000543879.6",
"protein_id": "ENSP00000445700.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000543879.6"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "n.672C>T",
"hgvs_p": null,
"transcript": "ENST00000559767.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": "ENST00000559767.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"hgvs_c": "n.*3105C>T",
"hgvs_p": null,
"transcript": "ENST00000543879.6",
"protein_id": "ENSP00000445700.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000543879.6"
}
],
"gene_symbol": "AQR",
"gene_hgnc_id": 29513,
"dbsnp": "rs184384582",
"frequency_reference_population": 0.0008159376,
"hom_count_reference_population": 3,
"allele_count_reference_population": 1317,
"gnomad_exomes_af": 0.000850289,
"gnomad_genomes_af": 0.000486081,
"gnomad_exomes_ac": 1243,
"gnomad_genomes_ac": 74,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.01726791262626648,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.084,
"revel_prediction": "Benign",
"alphamissense_score": 0.0759,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.438,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_014691.3",
"gene_symbol": "AQR",
"hgnc_id": 29513,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4343C>T",
"hgvs_p": "p.Pro1448Leu"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}