← 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-33097057-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=33097057&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 33097057,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000307363.10",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.29C>T",
"hgvs_p": "p.Pro10Leu",
"transcript": "NM_000404.4",
"protein_id": "NP_000395.3",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 677,
"cds_start": 29,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "ENST00000307363.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.29C>T",
"hgvs_p": "p.Pro10Leu",
"transcript": "ENST00000307363.10",
"protein_id": "ENSP00000306920.4",
"transcript_support_level": 1,
"aa_start": 10,
"aa_end": null,
"aa_length": 677,
"cds_start": 29,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "NM_000404.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.29C>T",
"hgvs_p": "p.Pro10Leu",
"transcript": "ENST00000307377.12",
"protein_id": "ENSP00000305920.8",
"transcript_support_level": 1,
"aa_start": 10,
"aa_end": null,
"aa_length": 546,
"cds_start": 29,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPPE",
"gene_hgnc_id": 33865,
"hgvs_c": "c.-447C>T",
"hgvs_p": null,
"transcript": "NM_001039770.3",
"protein_id": "NP_001034859.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4310,
"mane_select": "ENST00000342462.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPPE",
"gene_hgnc_id": 33865,
"hgvs_c": "c.-447C>T",
"hgvs_p": null,
"transcript": "ENST00000342462.5",
"protein_id": "ENSP00000343398.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": -4,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4310,
"mane_select": "NM_001039770.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.29C>T",
"hgvs_p": "p.Pro10Leu",
"transcript": "NM_001317040.2",
"protein_id": "NP_001303969.2",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 725,
"cds_start": 29,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.29C>T",
"hgvs_p": "p.Pro10Leu",
"transcript": "NM_001393580.1",
"protein_id": "NP_001380509.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 588,
"cds_start": 29,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.29C>T",
"hgvs_p": "p.Pro10Leu",
"transcript": "NM_001135602.3",
"protein_id": "NP_001129074.2",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 546,
"cds_start": 29,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 2130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.29C>T",
"hgvs_p": "p.Pro10Leu",
"transcript": "ENST00000415454.1",
"protein_id": "ENSP00000411813.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 184,
"cds_start": 29,
"cds_end": null,
"cds_length": 555,
"cdna_start": 65,
"cdna_end": null,
"cdna_length": 591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.29C>T",
"hgvs_p": "p.Pro10Leu",
"transcript": "ENST00000436768.1",
"protein_id": "ENSP00000387989.1",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 146,
"cds_start": 29,
"cds_end": null,
"cds_length": 441,
"cdna_start": 146,
"cdna_end": null,
"cdna_length": 558,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.29C>T",
"hgvs_p": null,
"transcript": "ENST00000438227.1",
"protein_id": "ENSP00000401250.1",
"transcript_support_level": 4,
"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": 569,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.62C>T",
"hgvs_p": null,
"transcript": "ENST00000482097.5",
"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": 547,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.90C>T",
"hgvs_p": null,
"transcript": "ENST00000485698.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 550,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.86C>T",
"hgvs_p": null,
"transcript": "ENST00000498537.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPPE",
"gene_hgnc_id": 33865,
"hgvs_c": "c.-343C>T",
"hgvs_p": null,
"transcript": "NM_001136238.2",
"protein_id": "NP_001129710.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 316,
"cds_start": -4,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3795,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.-195C>T",
"hgvs_p": null,
"transcript": "ENST00000440656.1",
"protein_id": "ENSP00000411769.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 113,
"cds_start": -4,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 626,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.-354C>T",
"hgvs_p": null,
"transcript": "NM_001079811.3",
"protein_id": "NP_001073279.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 647,
"cds_start": -4,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.-354C>T",
"hgvs_p": null,
"transcript": "ENST00000399402.7",
"protein_id": "ENSP00000382333.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 647,
"cds_start": -4,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.-14C>T",
"hgvs_p": null,
"transcript": "ENST00000464355.1",
"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": 557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"dbsnp": "rs7637099",
"frequency_reference_population": 0.58680195,
"hom_count_reference_population": 286322,
"allele_count_reference_population": 945940,
"gnomad_exomes_af": 0.59787,
"gnomad_genomes_af": 0.480645,
"gnomad_exomes_ac": 872782,
"gnomad_genomes_ac": 73158,
"gnomad_exomes_homalt": 265447,
"gnomad_genomes_homalt": 20875,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00013571977615356445,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.358,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1128,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.206,
"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.29C>T",
"hgvs_p": "p.Pro10Leu"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000342462.5",
"gene_symbol": "TMPPE",
"hgnc_id": 33865,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-447C>T",
"hgvs_p": null
}
],
"clinvar_disease": " MPS-IV-B,GM1 gangliosidosis,GM1 gangliosidosis type 2,GM1 gangliosidosis type 3,Infantile GM1 gangliosidosis,Mucopolysaccharidosis,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:14 O:1",
"phenotype_combined": "not specified|not provided|GM1 gangliosidosis|Mucopolysaccharidosis, MPS-IV-B|Mucopolysaccharidosis, MPS-IV-B;GM1 gangliosidosis|GM1 gangliosidosis type 2|GM1 gangliosidosis type 3|Infantile GM1 gangliosidosis",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}