← 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-15475447-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=15475447&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 15475447,
"ref": "G",
"alt": "C",
"effect": "stop_gained",
"transcript": "NM_005677.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Ser169*",
"transcript": "NM_005677.4",
"protein_id": "NP_005668.2",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 455,
"cds_start": 506,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 587,
"cdna_end": null,
"cdna_length": 2960,
"mane_select": "ENST00000383788.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005677.4"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Ser169*",
"transcript": "ENST00000383788.10",
"protein_id": "ENSP00000373298.3",
"transcript_support_level": 1,
"aa_start": 169,
"aa_end": null,
"aa_length": 455,
"cds_start": 506,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 587,
"cdna_end": null,
"cdna_length": 2960,
"mane_select": "NM_005677.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383788.10"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Ser169*",
"transcript": "ENST00000603808.5",
"protein_id": "ENSP00000474271.1",
"transcript_support_level": 1,
"aa_start": 169,
"aa_end": null,
"aa_length": 456,
"cds_start": 506,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 1668,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000603808.5"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Ser169*",
"transcript": "ENST00000874202.1",
"protein_id": "ENSP00000544261.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 460,
"cds_start": 506,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 678,
"cdna_end": null,
"cdna_length": 3066,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874202.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Ser169*",
"transcript": "ENST00000959102.1",
"protein_id": "ENSP00000629161.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 455,
"cds_start": 506,
"cds_end": null,
"cds_length": 1368,
"cdna_start": 583,
"cdna_end": null,
"cdna_length": 2924,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959102.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Ser169*",
"transcript": "ENST00000959107.1",
"protein_id": "ENSP00000629166.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 448,
"cds_start": 506,
"cds_end": null,
"cds_length": 1347,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 2937,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959107.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.479C>G",
"hgvs_p": "p.Ser160*",
"transcript": "ENST00000874203.1",
"protein_id": "ENSP00000544262.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 446,
"cds_start": 479,
"cds_end": null,
"cds_length": 1341,
"cdna_start": 615,
"cdna_end": null,
"cdna_length": 2989,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874203.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.476C>G",
"hgvs_p": "p.Ser159*",
"transcript": "NM_080538.2",
"protein_id": "NP_536799.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 445,
"cds_start": 476,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 761,
"cdna_end": null,
"cdna_length": 3134,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080538.2"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.476C>G",
"hgvs_p": "p.Ser159*",
"transcript": "ENST00000383781.8",
"protein_id": "ENSP00000373291.3",
"transcript_support_level": 5,
"aa_start": 159,
"aa_end": null,
"aa_length": 445,
"cds_start": 476,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 761,
"cdna_end": null,
"cdna_length": 2784,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383781.8"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.479C>G",
"hgvs_p": "p.Ser160*",
"transcript": "ENST00000874205.1",
"protein_id": "ENSP00000544264.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 439,
"cds_start": 479,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 558,
"cdna_end": null,
"cdna_length": 2909,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874205.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.407C>G",
"hgvs_p": "p.Ser136*",
"transcript": "ENST00000874204.1",
"protein_id": "ENSP00000544263.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 422,
"cds_start": 407,
"cds_end": null,
"cds_length": 1269,
"cdna_start": 502,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874204.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.404C>G",
"hgvs_p": "p.Ser135*",
"transcript": "NM_080539.4",
"protein_id": "NP_536800.2",
"transcript_support_level": null,
"aa_start": 135,
"aa_end": null,
"aa_length": 421,
"cds_start": 404,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 2858,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080539.4"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.404C>G",
"hgvs_p": "p.Ser135*",
"transcript": "ENST00000383786.9",
"protein_id": "ENSP00000373296.3",
"transcript_support_level": 5,
"aa_start": 135,
"aa_end": null,
"aa_length": 421,
"cds_start": 404,
"cds_end": null,
"cds_length": 1266,
"cdna_start": 515,
"cdna_end": null,
"cdna_length": 1482,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383786.9"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.305C>G",
"hgvs_p": "p.Ser102*",
"transcript": "ENST00000959105.1",
"protein_id": "ENSP00000629164.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 388,
"cds_start": 305,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 425,
"cdna_end": null,
"cdna_length": 2788,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959105.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.305C>G",
"hgvs_p": "p.Ser102*",
"transcript": "ENST00000959103.1",
"protein_id": "ENSP00000629162.1",
"transcript_support_level": null,
"aa_start": 102,
"aa_end": null,
"aa_length": 378,
"cds_start": 305,
"cds_end": null,
"cds_length": 1137,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 2813,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959103.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Ser169*",
"transcript": "ENST00000959104.1",
"protein_id": "ENSP00000629163.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 328,
"cds_start": 506,
"cds_end": null,
"cds_length": 987,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959104.1"
},
{
"aa_ref": "S",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.335C>G",
"hgvs_p": "p.Ser112*",
"transcript": "ENST00000605797.1",
"protein_id": "ENSP00000474936.1",
"transcript_support_level": 4,
"aa_start": 112,
"aa_end": null,
"aa_length": 193,
"cds_start": 335,
"cds_end": null,
"cds_length": 582,
"cdna_start": 335,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000605797.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": 14,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "c.367-496C>G",
"hgvs_p": null,
"transcript": "ENST00000959106.1",
"protein_id": "ENSP00000629165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": null,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2806,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959106.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.502C>G",
"hgvs_p": null,
"transcript": "ENST00000604401.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 1771,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000604401.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*268C>G",
"hgvs_p": null,
"transcript": "ENST00000679838.1",
"protein_id": "ENSP00000505708.1",
"transcript_support_level": null,
"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": 2947,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000679838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.506C>G",
"hgvs_p": null,
"transcript": "ENST00000681097.1",
"protein_id": "ENSP00000505397.1",
"transcript_support_level": null,
"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": 2783,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000681097.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.*268C>G",
"hgvs_p": null,
"transcript": "ENST00000679838.1",
"protein_id": "ENSP00000505708.1",
"transcript_support_level": null,
"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": 2947,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000679838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"hgvs_c": "n.-202C>G",
"hgvs_p": null,
"transcript": "ENST00000680545.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2605,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000680545.1"
}
],
"gene_symbol": "COLQ",
"gene_hgnc_id": 2226,
"dbsnp": "rs104893734",
"frequency_reference_population": 0.0000062082754,
"hom_count_reference_population": 0,
"allele_count_reference_population": 9,
"gnomad_exomes_af": 0.00000620828,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 9,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6000000238418579,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.6,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.225,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_005677.4",
"gene_symbol": "COLQ",
"hgnc_id": 2226,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.506C>G",
"hgvs_p": "p.Ser169*"
}
],
"clinvar_disease": "Congenital myasthenic syndrome 5",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:3",
"phenotype_combined": "Congenital myasthenic syndrome 5",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}