← 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: 17-44352087-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44352087&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44352087,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_002087.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "NM_002087.4",
"protein_id": "NP_002078.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000053867.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002087.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000053867.8",
"protein_id": "ENSP00000053867.2",
"transcript_support_level": 1,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002087.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000053867.8"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000900927.1",
"protein_id": "ENSP00000570986.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900927.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000900929.1",
"protein_id": "ENSP00000570988.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900929.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000900931.1",
"protein_id": "ENSP00000570990.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900931.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000900932.1",
"protein_id": "ENSP00000570991.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900932.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000918283.1",
"protein_id": "ENSP00000588342.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918283.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000918285.1",
"protein_id": "ENSP00000588344.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918285.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000918286.1",
"protein_id": "ENSP00000588345.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918286.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000944506.1",
"protein_id": "ENSP00000614565.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944506.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000944507.1",
"protein_id": "ENSP00000614566.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 593,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944507.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1204C>A",
"hgvs_p": "p.Arg402Arg",
"transcript": "ENST00000900934.1",
"protein_id": "ENSP00000570993.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 577,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900934.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg",
"transcript": "ENST00000900930.1",
"protein_id": "ENSP00000570989.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 573,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900930.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1180C>A",
"hgvs_p": "p.Arg394Arg",
"transcript": "ENST00000900928.1",
"protein_id": "ENSP00000570987.1",
"transcript_support_level": null,
"aa_start": 394,
"aa_end": null,
"aa_length": 569,
"cds_start": 1180,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900928.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1177C>A",
"hgvs_p": "p.Arg393Arg",
"transcript": "ENST00000900935.1",
"protein_id": "ENSP00000570994.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 568,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900935.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1147C>A",
"hgvs_p": "p.Arg383Arg",
"transcript": "ENST00000918287.1",
"protein_id": "ENSP00000588346.1",
"transcript_support_level": null,
"aa_start": 383,
"aa_end": null,
"aa_length": 558,
"cds_start": 1147,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918287.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1141C>A",
"hgvs_p": "p.Arg381Arg",
"transcript": "ENST00000900926.1",
"protein_id": "ENSP00000570985.1",
"transcript_support_level": null,
"aa_start": 381,
"aa_end": null,
"aa_length": 556,
"cds_start": 1141,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900926.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Arg",
"transcript": "ENST00000900933.1",
"protein_id": "ENSP00000570992.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 511,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900933.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.934C>A",
"hgvs_p": "p.Arg312Arg",
"transcript": "ENST00000918284.1",
"protein_id": "ENSP00000588343.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 487,
"cds_start": 934,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918284.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.808C>A",
"hgvs_p": "p.Arg270Arg",
"transcript": "ENST00000944505.1",
"protein_id": "ENSP00000614564.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 445,
"cds_start": 808,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944505.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.781C>A",
"hgvs_p": "p.Arg261Arg",
"transcript": "ENST00000589265.5",
"protein_id": "ENSP00000467616.1",
"transcript_support_level": 5,
"aa_start": 261,
"aa_end": null,
"aa_length": 436,
"cds_start": 781,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589265.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.691C>A",
"hgvs_p": "p.Arg231Arg",
"transcript": "ENST00000586443.1",
"protein_id": "ENSP00000465673.1",
"transcript_support_level": 3,
"aa_start": 231,
"aa_end": null,
"aa_length": 387,
"cds_start": 691,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586443.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.-117C>A",
"hgvs_p": null,
"transcript": "ENST00000586242.1",
"protein_id": "ENSP00000467837.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 109,
"cds_start": null,
"cds_end": null,
"cds_length": 330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586242.1"
}
],
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"dbsnp": "rs63751180",
"frequency_reference_population": 6.8416864e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84169e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6299999952316284,
"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.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.141,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_002087.4",
"gene_symbol": "GRN",
"hgnc_id": 4601,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1252C>A",
"hgvs_p": "p.Arg418Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}