← 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-33072613-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=33072613&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "3",
"pos": 33072613,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000404.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.176G>C",
"hgvs_p": "p.Arg59Pro",
"transcript": "NM_000404.4",
"protein_id": "NP_000395.3",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 677,
"cds_start": 176,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "ENST00000307363.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.176G>C",
"hgvs_p": "p.Arg59Pro",
"transcript": "ENST00000307363.10",
"protein_id": "ENSP00000306920.4",
"transcript_support_level": 1,
"aa_start": 59,
"aa_end": null,
"aa_length": 677,
"cds_start": 176,
"cds_end": null,
"cds_length": 2034,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 2523,
"mane_select": "NM_000404.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.176G>C",
"hgvs_p": "p.Arg59Pro",
"transcript": "ENST00000307377.12",
"protein_id": "ENSP00000305920.8",
"transcript_support_level": 1,
"aa_start": 59,
"aa_end": null,
"aa_length": 546,
"cds_start": 176,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 2018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.320G>C",
"hgvs_p": "p.Arg107Pro",
"transcript": "NM_001317040.2",
"protein_id": "NP_001303969.2",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 725,
"cds_start": 320,
"cds_end": null,
"cds_length": 2178,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.86G>C",
"hgvs_p": "p.Arg29Pro",
"transcript": "NM_001079811.3",
"protein_id": "NP_001073279.2",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 647,
"cds_start": 86,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 205,
"cdna_end": null,
"cdna_length": 2491,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.86G>C",
"hgvs_p": "p.Arg29Pro",
"transcript": "ENST00000399402.7",
"protein_id": "ENSP00000382333.2",
"transcript_support_level": 2,
"aa_start": 29,
"aa_end": null,
"aa_length": 647,
"cds_start": 86,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 218,
"cdna_end": null,
"cdna_length": 2512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.176G>C",
"hgvs_p": "p.Arg59Pro",
"transcript": "NM_001393580.1",
"protein_id": "NP_001380509.1",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 588,
"cds_start": 176,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 2309,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.176G>C",
"hgvs_p": "p.Arg59Pro",
"transcript": "NM_001135602.3",
"protein_id": "NP_001129074.2",
"transcript_support_level": null,
"aa_start": 59,
"aa_end": null,
"aa_length": 546,
"cds_start": 176,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 2130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.320G>C",
"hgvs_p": "p.Arg107Pro",
"transcript": "ENST00000436768.1",
"protein_id": "ENSP00000387989.1",
"transcript_support_level": 3,
"aa_start": 107,
"aa_end": null,
"aa_length": 146,
"cds_start": 320,
"cds_end": null,
"cds_length": 441,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.86G>C",
"hgvs_p": "p.Arg29Pro",
"transcript": "ENST00000450835.1",
"protein_id": "ENSP00000403264.1",
"transcript_support_level": 4,
"aa_start": 29,
"aa_end": null,
"aa_length": 101,
"cds_start": 86,
"cds_end": null,
"cds_length": 307,
"cdna_start": 319,
"cdna_end": null,
"cdna_length": 540,
"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.86G>C",
"hgvs_p": null,
"transcript": "ENST00000446732.5",
"protein_id": "ENSP00000407365.1",
"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": 631,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.134G>C",
"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
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.76-14344G>C",
"hgvs_p": null,
"transcript": "ENST00000415454.1",
"protein_id": "ENSP00000411813.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 184,
"cds_start": -4,
"cds_end": null,
"cds_length": 555,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 591,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "c.-148-3643G>C",
"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": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.76-7056G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.109-19064G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.137-19064G>C",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"hgvs_c": "n.133-19064G>C",
"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
}
],
"gene_symbol": "GLB1",
"gene_hgnc_id": 4298,
"dbsnp": "rs72555392",
"frequency_reference_population": 0.0000013681613,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136816,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9887334108352661,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.969,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.993,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Strong",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM1",
"PM2",
"PM5",
"PP2",
"PP3_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000404.4",
"gene_symbol": "GLB1",
"hgnc_id": 4298,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.176G>C",
"hgvs_p": "p.Arg59Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}