← 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-98849018-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=98849018&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 98849018,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000375011.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1672A>G",
"hgvs_p": "p.Ser558Gly",
"transcript": "NM_024642.5",
"protein_id": "NP_078918.3",
"transcript_support_level": null,
"aa_start": 558,
"aa_end": null,
"aa_length": 581,
"cds_start": 1672,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 1701,
"cdna_end": null,
"cdna_length": 2764,
"mane_select": "ENST00000375011.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1672A>G",
"hgvs_p": "p.Ser558Gly",
"transcript": "ENST00000375011.4",
"protein_id": "ENSP00000364150.3",
"transcript_support_level": 1,
"aa_start": 558,
"aa_end": null,
"aa_length": 581,
"cds_start": 1672,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 1701,
"cdna_end": null,
"cdna_length": 2764,
"mane_select": "NM_024642.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1450A>G",
"hgvs_p": "p.Ser484Gly",
"transcript": "XM_011519018.3",
"protein_id": "XP_011517320.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 507,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 2345,
"cdna_end": null,
"cdna_length": 3408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1420A>G",
"hgvs_p": "p.Ser474Gly",
"transcript": "XM_017015133.1",
"protein_id": "XP_016870622.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 497,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1432,
"cdna_end": null,
"cdna_length": 2495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.964A>G",
"hgvs_p": "p.Ser322Gly",
"transcript": "XM_011519020.2",
"protein_id": "XP_011517322.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 345,
"cds_start": 964,
"cds_end": null,
"cds_length": 1038,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 2117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.781A>G",
"hgvs_p": "p.Ser261Gly",
"transcript": "XM_006717287.1",
"protein_id": "XP_006717350.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 284,
"cds_start": 781,
"cds_end": null,
"cds_length": 855,
"cdna_start": 1488,
"cdna_end": null,
"cdna_length": 2551,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.781A>G",
"hgvs_p": "p.Ser261Gly",
"transcript": "XM_047423871.1",
"protein_id": "XP_047279827.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 284,
"cds_start": 781,
"cds_end": null,
"cds_length": 855,
"cdna_start": 1318,
"cdna_end": null,
"cdna_length": 2381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.156A>G",
"hgvs_p": null,
"transcript": "ENST00000470473.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.596T>C",
"hgvs_p": null,
"transcript": "ENST00000589257.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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.390T>C",
"hgvs_p": null,
"transcript": "ENST00000630758.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-1527T>C",
"hgvs_p": null,
"transcript": "ENST00000433997.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 353,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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-1527T>C",
"hgvs_p": null,
"transcript": "ENST00000629238.2",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 629,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GALNT12",
"gene_hgnc_id": 19877,
"dbsnp": "rs759843363",
"frequency_reference_population": 0.000060098315,
"hom_count_reference_population": 0,
"allele_count_reference_population": 97,
"gnomad_exomes_af": 0.0000636196,
"gnomad_genomes_af": 0.0000262798,
"gnomad_exomes_ac": 93,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.044640958309173584,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.012,
"revel_prediction": "Benign",
"alphamissense_score": 0.0647,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.773,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000375011.4",
"gene_symbol": "GALNT12",
"hgnc_id": 19877,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1672A>G",
"hgvs_p": "p.Ser558Gly"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000589257.1",
"gene_symbol": "ENSG00000267026",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.596T>C",
"hgvs_p": null
}
],
"clinvar_disease": " 1, susceptibility to,Colorectal cancer,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "not provided|Colorectal cancer, susceptibility to, 1|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}