← 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-33014196-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=33014196&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 33014196,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000307363.10",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1594A>G",
"hgvs_p": "p.Ser532Gly",
"transcript": "NM_000404.4",
"protein_id": "NP_000395.3",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 677,
"cds_start": 1594,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 1655,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "ENST00000307363.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1594A>G",
"hgvs_p": "p.Ser532Gly",
"transcript": "ENST00000307363.10",
"protein_id": "ENSP00000306920.4",
"transcript_support_level": 1,
"aa_start": 532,
"aa_end": null,
"aa_length": 677,
"cds_start": 1594,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 1655,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "NM_000404.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1201A>G",
"hgvs_p": "p.Ser401Gly",
"transcript": "ENST00000307377.12",
"protein_id": "ENSP00000305920.8",
"transcript_support_level": 1,
"aa_start": 401,
"aa_end": null,
"aa_length": 546,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1262,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1738A>G",
"hgvs_p": "p.Ser580Gly",
"transcript": "NM_001317040.2",
"protein_id": "NP_001303969.2",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 725,
"cds_start": 1738,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 1799,
"cdna_end": null,
"cdna_length": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1504A>G",
"hgvs_p": "p.Ser502Gly",
"transcript": "NM_001079811.3",
"protein_id": "NP_001073279.2",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 647,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1623,
"cdna_end": null,
"cdna_length": 2491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1504A>G",
"hgvs_p": "p.Ser502Gly",
"transcript": "ENST00000399402.7",
"protein_id": "ENSP00000382333.2",
"transcript_support_level": 2,
"aa_start": 502,
"aa_end": null,
"aa_length": 647,
"cds_start": 1504,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1636,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1594A>G",
"hgvs_p": "p.Ser532Gly",
"transcript": "NM_001393580.1",
"protein_id": "NP_001380509.1",
"transcript_support_level": null,
"aa_start": 532,
"aa_end": null,
"aa_length": 588,
"cds_start": 1594,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 1655,
"cdna_end": null,
"cdna_length": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.1201A>G",
"hgvs_p": "p.Ser401Gly",
"transcript": "NM_001135602.3",
"protein_id": "NP_001129074.2",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 546,
"cds_start": 1201,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1262,
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.693A>G",
"hgvs_p": null,
"transcript": "ENST00000461475.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 816,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.846A>G",
"hgvs_p": null,
"transcript": "ENST00000497796.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"dbsnp": "rs73826339",
"frequency_reference_population": 0.055008568,
"hom_count_reference_population": 2703,
"allele_count_reference_population": 88789,
"gnomad_exomes_af": 0.0555175,
"gnomad_genomes_af": 0.0501209,
"gnomad_exomes_ac": 81160,
"gnomad_genomes_ac": 7629,
"gnomad_exomes_homalt": 2470,
"gnomad_genomes_homalt": 233,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0017570257186889648,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.198,
"revel_prediction": "Benign",
"alphamissense_score": 0.0541,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.806,
"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": -19,
"acmg_classification": "Benign",
"acmg_criteria": "PP2,BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -19,
"benign_score": 20,
"pathogenic_score": 1,
"criteria": [
"PP2",
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000307363.10",
"gene_symbol": "GLB1",
"hgnc_id": 4298,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1594A>G",
"hgvs_p": "p.Ser532Gly"
}
],
"clinvar_disease": " MPS-IV-B,GLB1-related disorder,GM1 gangliosidosis,Infantile GM1 gangliosidosis,Mucopolysaccharidosis,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:5 O:1",
"phenotype_combined": "not specified|Mucopolysaccharidosis, MPS-IV-B|GM1 gangliosidosis|Mucopolysaccharidosis, MPS-IV-B;GM1 gangliosidosis|not provided|Infantile GM1 gangliosidosis|GLB1-related disorder",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}