← 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-168029279-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=168029279&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 168029279,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_014498.5",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Met486Thr",
"transcript": "NM_014498.5",
"protein_id": "NP_055313.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 696,
"cds_start": 1457,
"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": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Met486Thr",
"transcript": "ENST00000470487.6",
"protein_id": "ENSP00000417354.1",
"transcript_support_level": 1,
"aa_start": 486,
"aa_end": null,
"aa_length": 696,
"cds_start": 1457,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1373T>C",
"hgvs_p": "p.Met458Thr",
"transcript": "ENST00000309027.4",
"protein_id": "ENSP00000309893.4",
"transcript_support_level": 1,
"aa_start": 458,
"aa_end": null,
"aa_length": 668,
"cds_start": 1373,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Met486Thr",
"transcript": "ENST00000852499.1",
"protein_id": "ENSP00000522558.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 708,
"cds_start": 1457,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1472T>C",
"hgvs_p": "p.Met491Thr",
"transcript": "ENST00000852502.1",
"protein_id": "ENSP00000522561.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 701,
"cds_start": 1472,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Met486Thr",
"transcript": "ENST00000852503.1",
"protein_id": "ENSP00000522562.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 698,
"cds_start": 1457,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Met486Thr",
"transcript": "ENST00000852497.1",
"protein_id": "ENSP00000522556.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 697,
"cds_start": 1457,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Met486Thr",
"transcript": "ENST00000852498.1",
"protein_id": "ENSP00000522557.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 697,
"cds_start": 1457,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1451T>C",
"hgvs_p": "p.Met484Thr",
"transcript": "ENST00000852507.1",
"protein_id": "ENSP00000522566.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 695,
"cds_start": 1451,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1451T>C",
"hgvs_p": "p.Met484Thr",
"transcript": "ENST00000959312.1",
"protein_id": "ENSP00000629371.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 694,
"cds_start": 1451,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1388T>C",
"hgvs_p": "p.Met463Thr",
"transcript": "ENST00000959313.1",
"protein_id": "ENSP00000629372.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 673,
"cds_start": 1388,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1373T>C",
"hgvs_p": "p.Met458Thr",
"transcript": "ENST00000959315.1",
"protein_id": "ENSP00000629374.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 670,
"cds_start": 1373,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1373T>C",
"hgvs_p": "p.Met458Thr",
"transcript": "ENST00000852500.1",
"protein_id": "ENSP00000522559.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 669,
"cds_start": 1373,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1373T>C",
"hgvs_p": "p.Met458Thr",
"transcript": "ENST00000920079.1",
"protein_id": "ENSP00000590138.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 669,
"cds_start": 1373,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1373T>C",
"hgvs_p": "p.Met458Thr",
"transcript": "NM_001308155.2",
"protein_id": "NP_001295084.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 668,
"cds_start": 1373,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1298T>C",
"hgvs_p": "p.Met433Thr",
"transcript": "ENST00000852504.1",
"protein_id": "ENSP00000522563.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 643,
"cds_start": 1298,
"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": "M",
"aa_alt": "T",
"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.1373T>C",
"hgvs_p": "p.Met458Thr",
"transcript": "ENST00000959314.1",
"protein_id": "ENSP00000629373.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 641,
"cds_start": 1373,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1214T>C",
"hgvs_p": "p.Met405Thr",
"transcript": "ENST00000852506.1",
"protein_id": "ENSP00000522565.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 616,
"cds_start": 1214,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1214T>C",
"hgvs_p": "p.Met405Thr",
"transcript": "ENST00000852501.1",
"protein_id": "ENSP00000522560.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 615,
"cds_start": 1214,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Met486Thr",
"transcript": "XM_005247364.4",
"protein_id": "XP_005247421.1",
"transcript_support_level": null,
"aa_start": 486,
"aa_end": null,
"aa_length": 697,
"cds_start": 1457,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1373T>C",
"hgvs_p": "p.Met458Thr",
"transcript": "XM_005247365.4",
"protein_id": "XP_005247422.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 669,
"cds_start": 1373,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GOLIM4",
"gene_hgnc_id": 15448,
"hgvs_c": "c.1100T>C",
"hgvs_p": "p.Met367Thr",
"transcript": "XM_047447978.1",
"protein_id": "XP_047303934.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 578,
"cds_start": 1100,
"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+7557T>C",
"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": null,
"frequency_reference_population": 6.8691133e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.86911e-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.3785112500190735,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.141,
"revel_prediction": "Benign",
"alphamissense_score": 0.1826,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.124,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014498.5",
"gene_symbol": "GOLIM4",
"hgnc_id": 15448,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1457T>C",
"hgvs_p": "p.Met486Thr"
}
],
"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
}