← 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-98849084-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=98849084&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 98849084,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_024642.5",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"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.1738A>T",
"hgvs_p": "p.Met580Leu",
"transcript": "NM_024642.5",
"protein_id": "NP_078918.3",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 581,
"cds_start": 1738,
"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": "M",
"aa_alt": "L",
"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.1738A>T",
"hgvs_p": "p.Met580Leu",
"transcript": "ENST00000375011.4",
"protein_id": "ENSP00000364150.3",
"transcript_support_level": 1,
"aa_start": 580,
"aa_end": null,
"aa_length": 581,
"cds_start": 1738,
"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": "M",
"aa_alt": "L",
"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.1858A>T",
"hgvs_p": "p.Met620Leu",
"transcript": "ENST00000969913.1",
"protein_id": "ENSP00000639972.1",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 621,
"cds_start": 1858,
"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": "M",
"aa_alt": "L",
"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.1783A>T",
"hgvs_p": "p.Met595Leu",
"transcript": "ENST00000969912.1",
"protein_id": "ENSP00000639971.1",
"transcript_support_level": null,
"aa_start": 595,
"aa_end": null,
"aa_length": 596,
"cds_start": 1783,
"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": "M",
"aa_alt": "L",
"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.1732A>T",
"hgvs_p": "p.Met578Leu",
"transcript": "ENST00000931580.1",
"protein_id": "ENSP00000601639.1",
"transcript_support_level": null,
"aa_start": 578,
"aa_end": null,
"aa_length": 579,
"cds_start": 1732,
"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": "M",
"aa_alt": "L",
"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.1651A>T",
"hgvs_p": "p.Met551Leu",
"transcript": "ENST00000931577.1",
"protein_id": "ENSP00000601636.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 552,
"cds_start": 1651,
"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": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1591A>T",
"hgvs_p": "p.Met531Leu",
"transcript": "ENST00000931578.1",
"protein_id": "ENSP00000601637.1",
"transcript_support_level": null,
"aa_start": 531,
"aa_end": null,
"aa_length": 532,
"cds_start": 1591,
"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": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.1552A>T",
"hgvs_p": "p.Met518Leu",
"transcript": "ENST00000931579.1",
"protein_id": "ENSP00000601638.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 519,
"cds_start": 1552,
"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": "M",
"aa_alt": "L",
"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.1516A>T",
"hgvs_p": "p.Met506Leu",
"transcript": "XM_011519018.3",
"protein_id": "XP_011517320.1",
"transcript_support_level": null,
"aa_start": 506,
"aa_end": null,
"aa_length": 507,
"cds_start": 1516,
"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": "M",
"aa_alt": "L",
"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.1486A>T",
"hgvs_p": "p.Met496Leu",
"transcript": "XM_017015133.1",
"protein_id": "XP_016870622.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 497,
"cds_start": 1486,
"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": "M",
"aa_alt": "L",
"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.1030A>T",
"hgvs_p": "p.Met344Leu",
"transcript": "XM_011519020.2",
"protein_id": "XP_011517322.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 345,
"cds_start": 1030,
"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": "M",
"aa_alt": "L",
"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.847A>T",
"hgvs_p": "p.Met283Leu",
"transcript": "XM_006717287.1",
"protein_id": "XP_006717350.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 284,
"cds_start": 847,
"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": "M",
"aa_alt": "L",
"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.847A>T",
"hgvs_p": "p.Met283Leu",
"transcript": "XM_047423871.1",
"protein_id": "XP_047279827.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 284,
"cds_start": 847,
"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.222A>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.530T>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.324T>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-1593T>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-1593T>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": "rs1060502966",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0630452036857605,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.04,
"revel_prediction": "Benign",
"alphamissense_score": 0.078,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.739,
"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_024642.5",
"gene_symbol": "GALNT12",
"hgnc_id": 19877,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.1738A>T",
"hgvs_p": "p.Met580Leu"
},
{
"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.530T>A",
"hgvs_p": null
}
],
"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
}