← 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: 17-28959833-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=28959833&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 28959833,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000317338.17",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1636A>G",
"hgvs_p": "p.Thr546Ala",
"transcript": "NM_178860.5",
"protein_id": "NP_849191.3",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 994,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2985,
"cdna_start": 1800,
"cdna_end": null,
"cdna_length": 4206,
"mane_select": "ENST00000317338.17",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1636A>G",
"hgvs_p": "p.Thr546Ala",
"transcript": "ENST00000317338.17",
"protein_id": "ENSP00000312942.11",
"transcript_support_level": 1,
"aa_start": 546,
"aa_end": null,
"aa_length": 994,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2985,
"cdna_start": 1800,
"cdna_end": null,
"cdna_length": 4206,
"mane_select": "NM_178860.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1414A>G",
"hgvs_p": "p.Thr472Ala",
"transcript": "ENST00000540632.6",
"protein_id": "ENSP00000437650.2",
"transcript_support_level": 1,
"aa_start": 472,
"aa_end": null,
"aa_length": 919,
"cds_start": 1414,
"cds_end": null,
"cds_length": 2760,
"cdna_start": 1414,
"cdna_end": null,
"cdna_length": 3804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1636A>G",
"hgvs_p": "p.Thr546Ala",
"transcript": "NM_001098635.2",
"protein_id": "NP_001092105.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 993,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2982,
"cdna_start": 1800,
"cdna_end": null,
"cdna_length": 4190,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1636A>G",
"hgvs_p": "p.Thr546Ala",
"transcript": "ENST00000360295.13",
"protein_id": "ENSP00000353440.9",
"transcript_support_level": 5,
"aa_start": 546,
"aa_end": null,
"aa_length": 993,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2982,
"cdna_start": 1912,
"cdna_end": null,
"cdna_length": 4306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1636A>G",
"hgvs_p": "p.Thr546Ala",
"transcript": "ENST00000442608.7",
"protein_id": "ENSP00000403784.3",
"transcript_support_level": 5,
"aa_start": 546,
"aa_end": null,
"aa_length": 980,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2943,
"cdna_start": 1680,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1261A>G",
"hgvs_p": "p.Thr421Ala",
"transcript": "NM_001290202.2",
"protein_id": "NP_001277131.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 869,
"cds_start": 1261,
"cds_end": null,
"cds_length": 2610,
"cdna_start": 1666,
"cdna_end": null,
"cdna_length": 4072,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1636A>G",
"hgvs_p": "p.Thr546Ala",
"transcript": "XM_011524315.3",
"protein_id": "XP_011522617.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 1073,
"cds_start": 1636,
"cds_end": null,
"cds_length": 3222,
"cdna_start": 1800,
"cdna_end": null,
"cdna_length": 4087,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "c.1636A>G",
"hgvs_p": "p.Thr546Ala",
"transcript": "XM_011524317.4",
"protein_id": "XP_011522619.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 964,
"cds_start": 1636,
"cds_end": null,
"cds_length": 2895,
"cdna_start": 1800,
"cdna_end": null,
"cdna_length": 4103,
"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": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"hgvs_c": "n.1077A>G",
"hgvs_p": null,
"transcript": "ENST00000540419.5",
"protein_id": "ENSP00000440764.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": 3468,
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PIPOX",
"gene_hgnc_id": 17804,
"hgvs_c": "n.83+6425T>C",
"hgvs_p": null,
"transcript": "ENST00000577182.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": 633,
"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": 2,
"intron_rank_end": null,
"gene_symbol": "PIPOX",
"gene_hgnc_id": 17804,
"hgvs_c": "n.641+6425T>C",
"hgvs_p": null,
"transcript": "ENST00000578748.6",
"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": 790,
"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": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PIPOX",
"gene_hgnc_id": 17804,
"hgvs_c": "n.227+6425T>C",
"hgvs_p": null,
"transcript": "ENST00000580241.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": 1772,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PIPOX",
"gene_hgnc_id": 17804,
"hgvs_c": "n.75+9139T>C",
"hgvs_p": null,
"transcript": "ENST00000580383.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": 580,
"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": 11,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PIPOX",
"gene_hgnc_id": 17804,
"hgvs_c": "n.97+6425T>C",
"hgvs_p": null,
"transcript": "ENST00000583215.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": 1829,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105371716",
"gene_hgnc_id": null,
"hgvs_c": "n.1807+6425T>C",
"hgvs_p": null,
"transcript": "XR_001752822.2",
"protein_id": null,
"transcript_support_level": null,
"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": 6121,
"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": "LOC105371716",
"gene_hgnc_id": null,
"hgvs_c": "n.1807+6425T>C",
"hgvs_p": null,
"transcript": "XR_007065691.1",
"protein_id": null,
"transcript_support_level": null,
"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": 3552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SEZ6",
"gene_hgnc_id": 15955,
"dbsnp": "rs1976165",
"frequency_reference_population": 0.27001444,
"hom_count_reference_population": 61549,
"allele_count_reference_population": 435570,
"gnomad_exomes_af": 0.265111,
"gnomad_genomes_af": 0.317121,
"gnomad_exomes_ac": 387339,
"gnomad_genomes_ac": 48231,
"gnomad_exomes_homalt": 53183,
"gnomad_genomes_homalt": 8366,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002216815948486328,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.079,
"revel_prediction": "Benign",
"alphamissense_score": 0.0511,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.857,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.08,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000317338.17",
"gene_symbol": "SEZ6",
"hgnc_id": 15955,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1636A>G",
"hgvs_p": "p.Thr546Ala"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000578748.6",
"gene_symbol": "PIPOX",
"hgnc_id": 17804,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.641+6425T>C",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XR_001752822.2",
"gene_symbol": "LOC105371716",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1807+6425T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}