← 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-85911345-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=85911345&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 85911345,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_152890.7",
"consequences": [
{
"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": 60,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2616+35G>C",
"hgvs_p": null,
"transcript": "NM_152890.7",
"protein_id": "NP_690850.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1714,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2616+35G>C",
"hgvs_p": null,
"transcript": "ENST00000370571.7",
"protein_id": "ENSP00000359603.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1714,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.516+35G>C",
"hgvs_p": null,
"transcript": "NM_001349955.1",
"protein_id": "NP_001336884.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1014,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2661+35G>C",
"hgvs_p": null,
"transcript": "XM_017000924.3",
"protein_id": "XP_016856413.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1729,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 62,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2661+35G>C",
"hgvs_p": null,
"transcript": "XM_017000925.3",
"protein_id": "XP_016856414.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1729,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2661+35G>C",
"hgvs_p": null,
"transcript": "XM_017000926.2",
"protein_id": "XP_016856415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1716,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2616+35G>C",
"hgvs_p": null,
"transcript": "XM_047417001.1",
"protein_id": "XP_047272957.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1714,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2616+35G>C",
"hgvs_p": null,
"transcript": "XM_047417004.1",
"protein_id": "XP_047272960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1714,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2616+35G>C",
"hgvs_p": null,
"transcript": "XM_047417005.1",
"protein_id": "XP_047272961.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1714,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2661+35G>C",
"hgvs_p": null,
"transcript": "XM_017000927.2",
"protein_id": "XP_016856416.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1711,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2616+35G>C",
"hgvs_p": null,
"transcript": "XM_047417015.1",
"protein_id": "XP_047272971.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1683,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2616+35G>C",
"hgvs_p": null,
"transcript": "XM_047417016.1",
"protein_id": "XP_047272972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1678,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.2661+35G>C",
"hgvs_p": null,
"transcript": "XM_047417022.1",
"protein_id": "XP_047272978.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1238,
"cds_start": null,
"cds_end": null,
"cds_length": 3717,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417022.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": 43,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.390+35G>C",
"hgvs_p": null,
"transcript": "XM_017000928.3",
"protein_id": "XP_016856417.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 972,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "c.345+35G>C",
"hgvs_p": null,
"transcript": "XM_017000929.3",
"protein_id": "XP_016856418.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 957,
"cds_start": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.*66+35G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.2809+35G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.3006+35G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": 25,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.2984+35G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.2717+35G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 59,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.2793+35G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 60,
"intron_rank": 27,
"intron_rank_end": null,
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"hgvs_c": "n.2840+35G>C",
"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"
}
],
"gene_symbol": "COL24A1",
"gene_hgnc_id": 20821,
"dbsnp": "rs10493777",
"frequency_reference_population": 7.129647e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.12965e-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.8399999737739563,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.022,
"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_152890.7",
"gene_symbol": "COL24A1",
"hgnc_id": 20821,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2616+35G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}