← 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: 9-98849023-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=98849023&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 98849023,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_024642.5",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1677C>T",
"hgvs_p": "p.Phe559Phe",
"transcript": "NM_024642.5",
"protein_id": "NP_078918.3",
"transcript_support_level": null,
"aa_start": 559,
"aa_end": null,
"aa_length": 581,
"cds_start": 1677,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000375011.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024642.5"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1677C>T",
"hgvs_p": "p.Phe559Phe",
"transcript": "ENST00000375011.4",
"protein_id": "ENSP00000364150.3",
"transcript_support_level": 1,
"aa_start": 559,
"aa_end": null,
"aa_length": 581,
"cds_start": 1677,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024642.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375011.4"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1797C>T",
"hgvs_p": "p.Phe599Phe",
"transcript": "ENST00000969913.1",
"protein_id": "ENSP00000639972.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 621,
"cds_start": 1797,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969913.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1722C>T",
"hgvs_p": "p.Phe574Phe",
"transcript": "ENST00000969912.1",
"protein_id": "ENSP00000639971.1",
"transcript_support_level": null,
"aa_start": 574,
"aa_end": null,
"aa_length": 596,
"cds_start": 1722,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969912.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1671C>T",
"hgvs_p": "p.Phe557Phe",
"transcript": "ENST00000931580.1",
"protein_id": "ENSP00000601639.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 579,
"cds_start": 1671,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931580.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1590C>T",
"hgvs_p": "p.Phe530Phe",
"transcript": "ENST00000931577.1",
"protein_id": "ENSP00000601636.1",
"transcript_support_level": null,
"aa_start": 530,
"aa_end": null,
"aa_length": 552,
"cds_start": 1590,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931577.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1530C>T",
"hgvs_p": "p.Phe510Phe",
"transcript": "ENST00000931578.1",
"protein_id": "ENSP00000601637.1",
"transcript_support_level": null,
"aa_start": 510,
"aa_end": null,
"aa_length": 532,
"cds_start": 1530,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931578.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1491C>T",
"hgvs_p": "p.Phe497Phe",
"transcript": "ENST00000931579.1",
"protein_id": "ENSP00000601638.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 519,
"cds_start": 1491,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931579.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1455C>T",
"hgvs_p": "p.Phe485Phe",
"transcript": "XM_011519018.3",
"protein_id": "XP_011517320.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 507,
"cds_start": 1455,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519018.3"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.1425C>T",
"hgvs_p": "p.Phe475Phe",
"transcript": "XM_017015133.1",
"protein_id": "XP_016870622.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 497,
"cds_start": 1425,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015133.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.969C>T",
"hgvs_p": "p.Phe323Phe",
"transcript": "XM_011519020.2",
"protein_id": "XP_011517322.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 345,
"cds_start": 969,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519020.2"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.786C>T",
"hgvs_p": "p.Phe262Phe",
"transcript": "XM_006717287.1",
"protein_id": "XP_006717350.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 284,
"cds_start": 786,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006717287.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "c.786C>T",
"hgvs_p": "p.Phe262Phe",
"transcript": "XM_047423871.1",
"protein_id": "XP_047279827.1",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 284,
"cds_start": 786,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423871.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"hgvs_c": "n.161C>T",
"hgvs_p": null,
"transcript": "ENST00000470473.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000470473.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000267026",
"gene_hgnc_id": null,
"hgvs_c": "n.591G>A",
"hgvs_p": null,
"transcript": "ENST00000589257.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000589257.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000267026",
"gene_hgnc_id": null,
"hgvs_c": "n.385G>A",
"hgvs_p": null,
"transcript": "ENST00000630758.2",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000630758.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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000267026",
"gene_hgnc_id": null,
"hgvs_c": "n.91-1532G>A",
"hgvs_p": null,
"transcript": "ENST00000433997.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000433997.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000267026",
"gene_hgnc_id": null,
"hgvs_c": "n.310-1532G>A",
"hgvs_p": null,
"transcript": "ENST00000629238.2",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000629238.2"
}
],
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"dbsnp": "rs112898261",
"frequency_reference_population": 0.0007837243,
"hom_count_reference_population": 6,
"allele_count_reference_population": 1265,
"gnomad_exomes_af": 0.000426878,
"gnomad_genomes_af": 0.00420847,
"gnomad_exomes_ac": 624,
"gnomad_genomes_ac": 641,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7799999713897705,
"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.78,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.56,
"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": -17,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_by_gene": [
{
"score": -17,
"benign_score": 17,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_024642.5",
"gene_symbol": "GALNT12",
"hgnc_id": 19877,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1677C>T",
"hgvs_p": "p.Phe559Phe"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000589257.1",
"gene_symbol": "ENSG00000267026",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.591G>A",
"hgvs_p": null
}
],
"clinvar_disease": " 1, susceptibility to,Colorectal cancer,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:3",
"phenotype_combined": "not provided|not specified|Colorectal cancer, susceptibility to, 1",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}