← 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: 11-46366359-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=46366359&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 46366359,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000456247.7",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.103C>G",
"hgvs_p": "p.Arg35Gly",
"transcript": "ENST00000454345.6",
"protein_id": "ENSP00000412178.1",
"transcript_support_level": 1,
"aa_start": 35,
"aa_end": null,
"aa_length": 1117,
"cds_start": 103,
"cds_end": null,
"cds_length": 3354,
"cdna_start": 217,
"cdna_end": null,
"cdna_length": 4072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.162-932C>G",
"hgvs_p": null,
"transcript": "NM_001199267.2",
"protein_id": "NP_001186196.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 928,
"cds_start": -4,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3588,
"mane_select": "ENST00000456247.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.162-932C>G",
"hgvs_p": null,
"transcript": "ENST00000456247.7",
"protein_id": "ENSP00000395684.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 928,
"cds_start": -4,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3588,
"mane_select": "NM_001199267.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.162-932C>G",
"hgvs_p": null,
"transcript": "ENST00000527911.5",
"protein_id": "ENSP00000436291.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 934,
"cds_start": -4,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.162-932C>G",
"hgvs_p": null,
"transcript": "ENST00000421244.6",
"protein_id": "ENSP00000391021.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 929,
"cds_start": -4,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.103C>G",
"hgvs_p": "p.Arg35Gly",
"transcript": "NM_001105540.2",
"protein_id": "NP_001099010.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 1117,
"cds_start": 103,
"cds_end": null,
"cds_length": 3354,
"cdna_start": 217,
"cdna_end": null,
"cdna_length": 4072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "n.301C>G",
"hgvs_p": null,
"transcript": "ENST00000525434.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": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.213-932C>G",
"hgvs_p": null,
"transcript": "NM_201532.3",
"protein_id": "NP_963290.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 945,
"cds_start": -4,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3792,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.213-932C>G",
"hgvs_p": null,
"transcript": "ENST00000343674.10",
"protein_id": "ENSP00000343065.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 945,
"cds_start": -4,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.162-932C>G",
"hgvs_p": null,
"transcript": "NM_001199266.2",
"protein_id": "NP_001186195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 934,
"cds_start": -4,
"cds_end": null,
"cds_length": 2805,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.177-932C>G",
"hgvs_p": null,
"transcript": "NM_201533.3",
"protein_id": "NP_963291.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": -4,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.177-932C>G",
"hgvs_p": null,
"transcript": "ENST00000532868.6",
"protein_id": "ENSP00000436273.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 933,
"cds_start": -4,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3118,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.162-932C>G",
"hgvs_p": null,
"transcript": "NM_003646.4",
"protein_id": "NP_003637.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 929,
"cds_start": -4,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.162-932C>G",
"hgvs_p": null,
"transcript": "NM_001199268.2",
"protein_id": "NP_001186197.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": -4,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.162-932C>G",
"hgvs_p": null,
"transcript": "ENST00000318201.12",
"protein_id": "ENSP00000320340.8",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": -4,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.-222-3135C>G",
"hgvs_p": null,
"transcript": "ENST00000528615.5",
"protein_id": "ENSP00000434719.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 707,
"cds_start": -4,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "c.-199-932C>G",
"hgvs_p": null,
"transcript": "ENST00000525242.5",
"protein_id": "ENSP00000435332.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 15,
"cds_start": -4,
"cds_end": null,
"cds_length": 50,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "n.60-932C>G",
"hgvs_p": null,
"transcript": "ENST00000524984.5",
"protein_id": "ENSP00000437060.1",
"transcript_support_level": 2,
"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": 3512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "n.153-932C>G",
"hgvs_p": null,
"transcript": "ENST00000527674.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "n.155-932C>G",
"hgvs_p": null,
"transcript": "ENST00000531879.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 2922,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "n.162-3135C>G",
"hgvs_p": null,
"transcript": "ENST00000533376.5",
"protein_id": "ENSP00000435435.1",
"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": 496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"hgvs_c": "n.358-932C>G",
"hgvs_p": null,
"transcript": "ENST00000534215.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": 568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DGKZ",
"gene_hgnc_id": 2857,
"dbsnp": "rs369668814",
"frequency_reference_population": 0.000007196777,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000290664,
"gnomad_genomes_af": 0.0000459613,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4545919597148895,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.53,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3015,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.614,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2_Supporting",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BS2_Supporting"
],
"verdict": "Likely_benign",
"transcript": "ENST00000456247.7",
"gene_symbol": "DGKZ",
"hgnc_id": 2857,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.162-932C>G",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}