← 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: 3-32997307-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=32997307&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 32997307,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000307363.10",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1772A>G",
"hgvs_p": "p.Tyr591Cys",
"transcript": "NM_000404.4",
"protein_id": "NP_000395.3",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 677,
"cds_start": 1772,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "ENST00000307363.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1772A>G",
"hgvs_p": "p.Tyr591Cys",
"transcript": "ENST00000307363.10",
"protein_id": "ENSP00000306920.4",
"transcript_support_level": 1,
"aa_start": 591,
"aa_end": null,
"aa_length": 677,
"cds_start": 1772,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 1833,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "NM_000404.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1379A>G",
"hgvs_p": "p.Tyr460Cys",
"transcript": "ENST00000307377.12",
"protein_id": "ENSP00000305920.8",
"transcript_support_level": 1,
"aa_start": 460,
"aa_end": null,
"aa_length": 546,
"cds_start": 1379,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1440,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1916A>G",
"hgvs_p": "p.Tyr639Cys",
"transcript": "NM_001317040.2",
"protein_id": "NP_001303969.2",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 725,
"cds_start": 1916,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1977,
"cdna_end": null,
"cdna_length": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1682A>G",
"hgvs_p": "p.Tyr561Cys",
"transcript": "NM_001079811.3",
"protein_id": "NP_001073279.2",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 647,
"cds_start": 1682,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1801,
"cdna_end": null,
"cdna_length": 2491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1682A>G",
"hgvs_p": "p.Tyr561Cys",
"transcript": "ENST00000399402.7",
"protein_id": "ENSP00000382333.2",
"transcript_support_level": 2,
"aa_start": 561,
"aa_end": null,
"aa_length": 647,
"cds_start": 1682,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1814,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1379A>G",
"hgvs_p": "p.Tyr460Cys",
"transcript": "NM_001135602.3",
"protein_id": "NP_001129074.2",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 546,
"cds_start": 1379,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1440,
"cdna_end": null,
"cdna_length": 2130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 16,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1734+16749A>G",
"hgvs_p": null,
"transcript": "NM_001393580.1",
"protein_id": "NP_001380509.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 588,
"cds_start": -4,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"dbsnp": "rs72555371",
"frequency_reference_population": 0.0000020524833,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205248,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9907463788986206,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.932,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.836,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.56,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.936,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.03,
"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": 19,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 19,
"benign_score": 0,
"pathogenic_score": 19,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000307363.10",
"gene_symbol": "GLB1",
"hgnc_id": 4298,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1772A>G",
"hgvs_p": "p.Tyr591Cys"
}
],
"clinvar_disease": " MPS-IV-B, type I, with cardiac involvement,GM1 gangliosidosis,GM1 gangliosidosis type 2,GM1 gangliosidosis type 3,GM1-gangliosidosis,Infantile GM1 gangliosidosis,Mucopolysaccharidosis",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:1",
"phenotype_combined": "GM1-gangliosidosis, type I, with cardiac involvement|Infantile GM1 gangliosidosis;GM1 gangliosidosis type 3;GM1 gangliosidosis type 2;Mucopolysaccharidosis, MPS-IV-B|GM1 gangliosidosis;Mucopolysaccharidosis, MPS-IV-B|GM1 gangliosidosis type 2",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}