← 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-168024968-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=168024968&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 168024968,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_014498.5",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1751A>G",
"hgvs_p": "p.Asn584Ser",
"transcript": "NM_014498.5",
"protein_id": "NP_055313.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 696,
"cds_start": 1751,
"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": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1751A>G",
"hgvs_p": "p.Asn584Ser",
"transcript": "ENST00000470487.6",
"protein_id": "ENSP00000417354.1",
"transcript_support_level": 1,
"aa_start": 584,
"aa_end": null,
"aa_length": 696,
"cds_start": 1751,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1667A>G",
"hgvs_p": "p.Asn556Ser",
"transcript": "ENST00000309027.4",
"protein_id": "ENSP00000309893.4",
"transcript_support_level": 1,
"aa_start": 556,
"aa_end": null,
"aa_length": 668,
"cds_start": 1667,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1751A>G",
"hgvs_p": "p.Asn584Ser",
"transcript": "ENST00000852499.1",
"protein_id": "ENSP00000522558.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 708,
"cds_start": 1751,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1766A>G",
"hgvs_p": "p.Asn589Ser",
"transcript": "ENST00000852502.1",
"protein_id": "ENSP00000522561.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 701,
"cds_start": 1766,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1754A>G",
"hgvs_p": "p.Asn585Ser",
"transcript": "ENST00000852503.1",
"protein_id": "ENSP00000522562.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 698,
"cds_start": 1754,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1754A>G",
"hgvs_p": "p.Asn585Ser",
"transcript": "ENST00000852497.1",
"protein_id": "ENSP00000522556.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 697,
"cds_start": 1754,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1751A>G",
"hgvs_p": "p.Asn584Ser",
"transcript": "ENST00000852498.1",
"protein_id": "ENSP00000522557.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 697,
"cds_start": 1751,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1748A>G",
"hgvs_p": "p.Asn583Ser",
"transcript": "ENST00000852507.1",
"protein_id": "ENSP00000522566.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 695,
"cds_start": 1748,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1745A>G",
"hgvs_p": "p.Asn582Ser",
"transcript": "ENST00000959312.1",
"protein_id": "ENSP00000629371.1",
"transcript_support_level": null,
"aa_start": 582,
"aa_end": null,
"aa_length": 694,
"cds_start": 1745,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1682A>G",
"hgvs_p": "p.Asn561Ser",
"transcript": "ENST00000959313.1",
"protein_id": "ENSP00000629372.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 673,
"cds_start": 1682,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1670A>G",
"hgvs_p": "p.Asn557Ser",
"transcript": "ENST00000959315.1",
"protein_id": "ENSP00000629374.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 670,
"cds_start": 1670,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1670A>G",
"hgvs_p": "p.Asn557Ser",
"transcript": "ENST00000852500.1",
"protein_id": "ENSP00000522559.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 669,
"cds_start": 1670,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1667A>G",
"hgvs_p": "p.Asn556Ser",
"transcript": "ENST00000920079.1",
"protein_id": "ENSP00000590138.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 669,
"cds_start": 1667,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1667A>G",
"hgvs_p": "p.Asn556Ser",
"transcript": "NM_001308155.2",
"protein_id": "NP_001295084.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 668,
"cds_start": 1667,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1592A>G",
"hgvs_p": "p.Asn531Ser",
"transcript": "ENST00000852504.1",
"protein_id": "ENSP00000522563.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 643,
"cds_start": 1592,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1667A>G",
"hgvs_p": "p.Asn556Ser",
"transcript": "ENST00000959314.1",
"protein_id": "ENSP00000629373.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 641,
"cds_start": 1667,
"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": "N",
"aa_alt": "S",
"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.1511A>G",
"hgvs_p": "p.Asn504Ser",
"transcript": "ENST00000852506.1",
"protein_id": "ENSP00000522565.1",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 616,
"cds_start": 1511,
"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": "N",
"aa_alt": "S",
"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.1508A>G",
"hgvs_p": "p.Asn503Ser",
"transcript": "ENST00000852501.1",
"protein_id": "ENSP00000522560.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 615,
"cds_start": 1508,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1754A>G",
"hgvs_p": "p.Asn585Ser",
"transcript": "XM_005247364.4",
"protein_id": "XP_005247421.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 697,
"cds_start": 1754,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1670A>G",
"hgvs_p": "p.Asn557Ser",
"transcript": "XM_005247365.4",
"protein_id": "XP_005247422.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 669,
"cds_start": 1670,
"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": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1397A>G",
"hgvs_p": "p.Asn466Ser",
"transcript": "XM_047447978.1",
"protein_id": "XP_047303934.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 578,
"cds_start": 1397,
"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+11868A>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": "rs139790324",
"frequency_reference_population": 0.000006815222,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000342046,
"gnomad_genomes_af": 0.0000394109,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.028876572847366333,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.009,
"revel_prediction": "Benign",
"alphamissense_score": 0.066,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.049,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_014498.5",
"gene_symbol": "GOLIM4",
"hgnc_id": 15448,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1751A>G",
"hgvs_p": "p.Asn584Ser"
}
],
"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
}