← 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: 1-85745485-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=85745485&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 85745485,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_152890.7",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4459G>A",
"hgvs_p": "p.Ala1487Thr",
"transcript": "NM_152890.7",
"protein_id": "NP_690850.2",
"transcript_support_level": null,
"aa_start": 1487,
"aa_end": null,
"aa_length": 1714,
"cds_start": 4459,
"cds_end": null,
"cds_length": 5145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000370571.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152890.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4459G>A",
"hgvs_p": "p.Ala1487Thr",
"transcript": "ENST00000370571.7",
"protein_id": "ENSP00000359603.2",
"transcript_support_level": 1,
"aa_start": 1487,
"aa_end": null,
"aa_length": 1714,
"cds_start": 4459,
"cds_end": null,
"cds_length": 5145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_152890.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370571.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2359G>A",
"hgvs_p": "p.Ala787Thr",
"transcript": "NM_001349955.1",
"protein_id": "NP_001336884.1",
"transcript_support_level": null,
"aa_start": 787,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2359,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349955.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 58,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4504G>A",
"hgvs_p": "p.Ala1502Thr",
"transcript": "XM_017000924.3",
"protein_id": "XP_016856413.1",
"transcript_support_level": null,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1729,
"cds_start": 4504,
"cds_end": null,
"cds_length": 5190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000924.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 58,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4504G>A",
"hgvs_p": "p.Ala1502Thr",
"transcript": "XM_017000925.3",
"protein_id": "XP_016856414.1",
"transcript_support_level": null,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1729,
"cds_start": 4504,
"cds_end": null,
"cds_length": 5190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000925.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4504G>A",
"hgvs_p": "p.Ala1502Thr",
"transcript": "XM_017000926.2",
"protein_id": "XP_016856415.1",
"transcript_support_level": null,
"aa_start": 1502,
"aa_end": null,
"aa_length": 1716,
"cds_start": 4504,
"cds_end": null,
"cds_length": 5151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000926.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4459G>A",
"hgvs_p": "p.Ala1487Thr",
"transcript": "XM_047417001.1",
"protein_id": "XP_047272957.1",
"transcript_support_level": null,
"aa_start": 1487,
"aa_end": null,
"aa_length": 1714,
"cds_start": 4459,
"cds_end": null,
"cds_length": 5145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417001.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4459G>A",
"hgvs_p": "p.Ala1487Thr",
"transcript": "XM_047417004.1",
"protein_id": "XP_047272960.1",
"transcript_support_level": null,
"aa_start": 1487,
"aa_end": null,
"aa_length": 1714,
"cds_start": 4459,
"cds_end": null,
"cds_length": 5145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417004.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4459G>A",
"hgvs_p": "p.Ala1487Thr",
"transcript": "XM_047417005.1",
"protein_id": "XP_047272961.1",
"transcript_support_level": null,
"aa_start": 1487,
"aa_end": null,
"aa_length": 1714,
"cds_start": 4459,
"cds_end": null,
"cds_length": 5145,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417005.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4450G>A",
"hgvs_p": "p.Ala1484Thr",
"transcript": "XM_017000927.2",
"protein_id": "XP_016856416.1",
"transcript_support_level": null,
"aa_start": 1484,
"aa_end": null,
"aa_length": 1711,
"cds_start": 4450,
"cds_end": null,
"cds_length": 5136,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000927.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4405G>A",
"hgvs_p": "p.Ala1469Thr",
"transcript": "XM_047417015.1",
"protein_id": "XP_047272971.1",
"transcript_support_level": null,
"aa_start": 1469,
"aa_end": null,
"aa_length": 1683,
"cds_start": 4405,
"cds_end": null,
"cds_length": 5052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417015.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.4351G>A",
"hgvs_p": "p.Ala1451Thr",
"transcript": "XM_047417016.1",
"protein_id": "XP_047272972.1",
"transcript_support_level": null,
"aa_start": 1451,
"aa_end": null,
"aa_length": 1678,
"cds_start": 4351,
"cds_end": null,
"cds_length": 5037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417016.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2233G>A",
"hgvs_p": "p.Ala745Thr",
"transcript": "XM_017000928.3",
"protein_id": "XP_016856417.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 972,
"cds_start": 2233,
"cds_end": null,
"cds_length": 2919,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000928.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2188G>A",
"hgvs_p": "p.Ala730Thr",
"transcript": "XM_017000929.3",
"protein_id": "XP_016856418.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 957,
"cds_start": 2188,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000929.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.*1846G>A",
"hgvs_p": null,
"transcript": "ENST00000426639.5",
"protein_id": "ENSP00000409515.1",
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000426639.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.4608G>A",
"hgvs_p": null,
"transcript": "NR_146340.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146340.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.4849G>A",
"hgvs_p": null,
"transcript": "NR_146341.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146341.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 57,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.4956G>A",
"hgvs_p": null,
"transcript": "NR_146342.2",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146342.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.4506G>A",
"hgvs_p": null,
"transcript": "NR_146343.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146343.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.4546G>A",
"hgvs_p": null,
"transcript": "NR_146344.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146344.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 56,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.4620G>A",
"hgvs_p": null,
"transcript": "NR_146345.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_146345.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 55,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.*1846G>A",
"hgvs_p": null,
"transcript": "ENST00000426639.5",
"protein_id": "ENSP00000409515.1",
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000426639.5"
}
],
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"dbsnp": "rs571556212",
"frequency_reference_population": 0.0000118029575,
"hom_count_reference_population": 0,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.00000823301,
"gnomad_genomes_af": 0.0000459867,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09888988733291626,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.501,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1305,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.04,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.86,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_152890.7",
"gene_symbol": "COL24A1",
"hgnc_id": 20821,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.4459G>A",
"hgvs_p": "p.Ala1487Thr"
}
],
"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
}