← 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-32997067-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=32997067&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 32997067,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000307363.10",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "G",
"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.2012A>G",
"hgvs_p": "p.Asp671Gly",
"transcript": "NM_000404.4",
"protein_id": "NP_000395.3",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 677,
"cds_start": 2012,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 2073,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "ENST00000307363.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.2012A>G",
"hgvs_p": "p.Asp671Gly",
"transcript": "ENST00000307363.10",
"protein_id": "ENSP00000306920.4",
"transcript_support_level": 1,
"aa_start": 671,
"aa_end": null,
"aa_length": 677,
"cds_start": 2012,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 2073,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "NM_000404.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.1619A>G",
"hgvs_p": "p.Asp540Gly",
"transcript": "ENST00000307377.12",
"protein_id": "ENSP00000305920.8",
"transcript_support_level": 1,
"aa_start": 540,
"aa_end": null,
"aa_length": 546,
"cds_start": 1619,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1680,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.2156A>G",
"hgvs_p": "p.Asp719Gly",
"transcript": "NM_001317040.2",
"protein_id": "NP_001303969.2",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 725,
"cds_start": 2156,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 2217,
"cdna_end": null,
"cdna_length": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.1922A>G",
"hgvs_p": "p.Asp641Gly",
"transcript": "NM_001079811.3",
"protein_id": "NP_001073279.2",
"transcript_support_level": null,
"aa_start": 641,
"aa_end": null,
"aa_length": 647,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2041,
"cdna_end": null,
"cdna_length": 2491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.1922A>G",
"hgvs_p": "p.Asp641Gly",
"transcript": "ENST00000399402.7",
"protein_id": "ENSP00000382333.2",
"transcript_support_level": 2,
"aa_start": 641,
"aa_end": null,
"aa_length": 647,
"cds_start": 1922,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2054,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "G",
"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.1619A>G",
"hgvs_p": "p.Asp540Gly",
"transcript": "NM_001135602.3",
"protein_id": "NP_001129074.2",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 546,
"cds_start": 1619,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1680,
"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+16989A>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": "rs1696330609",
"frequency_reference_population": 0.000011628829,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.0000116288,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 17,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.057251960039138794,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.159,
"revel_prediction": "Benign",
"alphamissense_score": 0.0684,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.036,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP2,BP4_Strong,BP6",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 5,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Strong",
"BP6"
],
"verdict": "Likely_benign",
"transcript": "ENST00000307363.10",
"gene_symbol": "GLB1",
"hgnc_id": 4298,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2012A>G",
"hgvs_p": "p.Asp671Gly"
}
],
"clinvar_disease": " MPS-IV-B,GM1 gangliosidosis,GM1 gangliosidosis type 2,GM1 gangliosidosis type 3,Infantile GM1 gangliosidosis,Mucopolysaccharidosis",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "Mucopolysaccharidosis, MPS-IV-B;GM1 gangliosidosis|GM1 gangliosidosis type 2;GM1 gangliosidosis type 3;Mucopolysaccharidosis, MPS-IV-B;Infantile GM1 gangliosidosis",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}