← 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: 16-70687967-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=70687967&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 70687967,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_018052.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2310C>T",
"hgvs_p": "p.Ser770Ser",
"transcript": "NM_018052.5",
"protein_id": "NP_060522.3",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 782,
"cds_start": 2310,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000261776.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018052.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2310C>T",
"hgvs_p": "p.Ser770Ser",
"transcript": "ENST00000261776.10",
"protein_id": "ENSP00000261776.5",
"transcript_support_level": 1,
"aa_start": 770,
"aa_end": null,
"aa_length": 782,
"cds_start": 2310,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018052.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261776.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "n.*2036C>T",
"hgvs_p": null,
"transcript": "ENST00000568548.5",
"protein_id": "ENSP00000454650.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000568548.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "n.*935C>T",
"hgvs_p": null,
"transcript": "ENST00000568886.5",
"protein_id": "ENSP00000457809.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000568886.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "n.*2036C>T",
"hgvs_p": null,
"transcript": "ENST00000568548.5",
"protein_id": "ENSP00000454650.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000568548.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "n.*935C>T",
"hgvs_p": null,
"transcript": "ENST00000568886.5",
"protein_id": "ENSP00000457809.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000568886.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2400C>T",
"hgvs_p": "p.Ser800Ser",
"transcript": "ENST00000889832.1",
"protein_id": "ENSP00000559891.1",
"transcript_support_level": null,
"aa_start": 800,
"aa_end": null,
"aa_length": 812,
"cds_start": 2400,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889832.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2337C>T",
"hgvs_p": "p.Ser779Ser",
"transcript": "ENST00000951931.1",
"protein_id": "ENSP00000621990.1",
"transcript_support_level": null,
"aa_start": 779,
"aa_end": null,
"aa_length": 791,
"cds_start": 2337,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951931.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2319C>T",
"hgvs_p": "p.Ser773Ser",
"transcript": "ENST00000951934.1",
"protein_id": "ENSP00000621993.1",
"transcript_support_level": null,
"aa_start": 773,
"aa_end": null,
"aa_length": 785,
"cds_start": 2319,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951934.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2307C>T",
"hgvs_p": "p.Ser769Ser",
"transcript": "ENST00000924551.1",
"protein_id": "ENSP00000594610.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 781,
"cds_start": 2307,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924551.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2304C>T",
"hgvs_p": "p.Ser768Ser",
"transcript": "ENST00000951933.1",
"protein_id": "ENSP00000621992.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 780,
"cds_start": 2304,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951933.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2277C>T",
"hgvs_p": "p.Ser759Ser",
"transcript": "ENST00000889833.1",
"protein_id": "ENSP00000559892.1",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 771,
"cds_start": 2277,
"cds_end": null,
"cds_length": 2316,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889833.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2229C>T",
"hgvs_p": "p.Ser743Ser",
"transcript": "ENST00000924550.1",
"protein_id": "ENSP00000594609.1",
"transcript_support_level": null,
"aa_start": 743,
"aa_end": null,
"aa_length": 755,
"cds_start": 2229,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000924550.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.2226C>T",
"hgvs_p": "p.Ser742Ser",
"transcript": "ENST00000889831.1",
"protein_id": "ENSP00000559890.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 754,
"cds_start": 2226,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889831.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.1995C>T",
"hgvs_p": "p.Ser665Ser",
"transcript": "ENST00000951932.1",
"protein_id": "ENSP00000621991.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 677,
"cds_start": 1995,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951932.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.1608C>T",
"hgvs_p": "p.Ser536Ser",
"transcript": "NM_001351157.2",
"protein_id": "NP_001338086.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 548,
"cds_start": 1608,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001351157.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.606C>T",
"hgvs_p": "p.Ser202Ser",
"transcript": "ENST00000536184.6",
"protein_id": "ENSP00000439284.2",
"transcript_support_level": 2,
"aa_start": 202,
"aa_end": null,
"aa_length": 214,
"cds_start": 606,
"cds_end": null,
"cds_length": 645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536184.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.*122C>T",
"hgvs_p": null,
"transcript": "ENST00000567648.1",
"protein_id": "ENSP00000463485.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 16,
"cds_start": null,
"cds_end": null,
"cds_length": 51,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567648.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.*3896C>T",
"hgvs_p": null,
"transcript": "XM_005256038.5",
"protein_id": "XP_005256095.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 790,
"cds_start": null,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256038.5"
},
{
"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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "n.3083C>T",
"hgvs_p": null,
"transcript": "ENST00000571759.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "pseudogene",
"feature": "ENST00000571759.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "n.*73C>T",
"hgvs_p": null,
"transcript": "ENST00000564512.1",
"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": "ENST00000564512.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"hgvs_c": "c.*76C>T",
"hgvs_p": null,
"transcript": "ENST00000566416.1",
"protein_id": "ENSP00000455731.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 258,
"cds_start": null,
"cds_end": null,
"cds_length": 779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000566416.1"
}
],
"gene_symbol": "VAC14",
"gene_hgnc_id": 25507,
"dbsnp": "rs200092069",
"frequency_reference_population": 0.000057876634,
"hom_count_reference_population": 0,
"allele_count_reference_population": 92,
"gnomad_exomes_af": 0.0000549681,
"gnomad_genomes_af": 0.0000853063,
"gnomad_exomes_ac": 79,
"gnomad_genomes_ac": 13,
"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,
"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": -5.624,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_018052.5",
"gene_symbol": "VAC14",
"hgnc_id": 25507,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2310C>T",
"hgvs_p": "p.Ser770Ser"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}