← 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-168027834-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=168027834&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 168027834,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014498.5",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1517A>G",
"hgvs_p": "p.Tyr506Cys",
"transcript": "NM_014498.5",
"protein_id": "NP_055313.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 696,
"cds_start": 1517,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000470487.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014498.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1517A>G",
"hgvs_p": "p.Tyr506Cys",
"transcript": "ENST00000470487.6",
"protein_id": "ENSP00000417354.1",
"transcript_support_level": 1,
"aa_start": 506,
"aa_end": null,
"aa_length": 696,
"cds_start": 1517,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014498.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000470487.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Tyr478Cys",
"transcript": "ENST00000309027.4",
"protein_id": "ENSP00000309893.4",
"transcript_support_level": 1,
"aa_start": 478,
"aa_end": null,
"aa_length": 668,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000309027.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1517A>G",
"hgvs_p": "p.Tyr506Cys",
"transcript": "ENST00000852499.1",
"protein_id": "ENSP00000522558.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 708,
"cds_start": 1517,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852499.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1532A>G",
"hgvs_p": "p.Tyr511Cys",
"transcript": "ENST00000852502.1",
"protein_id": "ENSP00000522561.1",
"transcript_support_level": null,
"aa_start": 511,
"aa_end": null,
"aa_length": 701,
"cds_start": 1532,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852502.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1520A>G",
"hgvs_p": "p.Tyr507Cys",
"transcript": "ENST00000852503.1",
"protein_id": "ENSP00000522562.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 698,
"cds_start": 1520,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852503.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1520A>G",
"hgvs_p": "p.Tyr507Cys",
"transcript": "ENST00000852497.1",
"protein_id": "ENSP00000522556.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 697,
"cds_start": 1520,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852497.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1517A>G",
"hgvs_p": "p.Tyr506Cys",
"transcript": "ENST00000852498.1",
"protein_id": "ENSP00000522557.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 697,
"cds_start": 1517,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852498.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1514A>G",
"hgvs_p": "p.Tyr505Cys",
"transcript": "ENST00000852507.1",
"protein_id": "ENSP00000522566.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 695,
"cds_start": 1514,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852507.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1511A>G",
"hgvs_p": "p.Tyr504Cys",
"transcript": "ENST00000959312.1",
"protein_id": "ENSP00000629371.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 694,
"cds_start": 1511,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959312.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1448A>G",
"hgvs_p": "p.Tyr483Cys",
"transcript": "ENST00000959313.1",
"protein_id": "ENSP00000629372.1",
"transcript_support_level": null,
"aa_start": 483,
"aa_end": null,
"aa_length": 673,
"cds_start": 1448,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959313.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1436A>G",
"hgvs_p": "p.Tyr479Cys",
"transcript": "ENST00000959315.1",
"protein_id": "ENSP00000629374.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 670,
"cds_start": 1436,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959315.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1436A>G",
"hgvs_p": "p.Tyr479Cys",
"transcript": "ENST00000852500.1",
"protein_id": "ENSP00000522559.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 669,
"cds_start": 1436,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852500.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Tyr478Cys",
"transcript": "ENST00000920079.1",
"protein_id": "ENSP00000590138.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 669,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920079.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Tyr478Cys",
"transcript": "NM_001308155.2",
"protein_id": "NP_001295084.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 668,
"cds_start": 1433,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308155.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1358A>G",
"hgvs_p": "p.Tyr453Cys",
"transcript": "ENST00000852504.1",
"protein_id": "ENSP00000522563.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 643,
"cds_start": 1358,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852504.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1433A>G",
"hgvs_p": "p.Tyr478Cys",
"transcript": "ENST00000959314.1",
"protein_id": "ENSP00000629373.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 641,
"cds_start": 1433,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959314.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1277A>G",
"hgvs_p": "p.Tyr426Cys",
"transcript": "ENST00000852506.1",
"protein_id": "ENSP00000522565.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 616,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852506.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1274A>G",
"hgvs_p": "p.Tyr425Cys",
"transcript": "ENST00000852501.1",
"protein_id": "ENSP00000522560.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 615,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852501.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1520A>G",
"hgvs_p": "p.Tyr507Cys",
"transcript": "XM_005247364.4",
"protein_id": "XP_005247421.1",
"transcript_support_level": null,
"aa_start": 507,
"aa_end": null,
"aa_length": 697,
"cds_start": 1520,
"cds_end": null,
"cds_length": 2094,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247364.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1436A>G",
"hgvs_p": "p.Tyr479Cys",
"transcript": "XM_005247365.4",
"protein_id": "XP_005247422.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 669,
"cds_start": 1436,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005247365.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1163A>G",
"hgvs_p": "p.Tyr388Cys",
"transcript": "XM_047447978.1",
"protein_id": "XP_047303934.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 578,
"cds_start": 1163,
"cds_end": null,
"cds_length": 1737,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447978.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.843+9002A>G",
"hgvs_p": null,
"transcript": "ENST00000852505.1",
"protein_id": "ENSP00000522564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 357,
"cds_start": null,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852505.1"
}
],
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"dbsnp": "rs780290502",
"frequency_reference_population": 0.000058867587,
"hom_count_reference_population": 0,
"allele_count_reference_population": 94,
"gnomad_exomes_af": 0.0000567599,
"gnomad_genomes_af": 0.0000788841,
"gnomad_exomes_ac": 82,
"gnomad_genomes_ac": 12,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7556586265563965,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.173,
"revel_prediction": "Benign",
"alphamissense_score": 0.2511,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.079,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014498.5",
"gene_symbol": "GOLIM4",
"hgnc_id": 15448,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1517A>G",
"hgvs_p": "p.Tyr506Cys"
}
],
"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
}