← 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: 2-210023094-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=210023094&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 210023094,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_152519.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "NM_152519.4",
"protein_id": "NP_689732.2",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000281772.14",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152519.4"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "ENST00000281772.14",
"protein_id": "ENSP00000281772.8",
"transcript_support_level": 5,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_152519.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000281772.14"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2693T>C",
"hgvs_p": "p.Val898Ala",
"transcript": "ENST00000418791.5",
"protein_id": "ENSP00000405724.1",
"transcript_support_level": 1,
"aa_start": 898,
"aa_end": null,
"aa_length": 945,
"cds_start": 2693,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418791.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "ENST00000867426.1",
"protein_id": "ENSP00000537485.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867426.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "ENST00000867427.1",
"protein_id": "ENSP00000537486.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867427.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "ENST00000967984.1",
"protein_id": "ENSP00000638043.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967984.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "ENST00000967985.1",
"protein_id": "ENSP00000638044.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967985.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2783T>C",
"hgvs_p": "p.Val928Ala",
"transcript": "ENST00000867424.1",
"protein_id": "ENSP00000537483.1",
"transcript_support_level": null,
"aa_start": 928,
"aa_end": null,
"aa_length": 975,
"cds_start": 2783,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867424.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2693T>C",
"hgvs_p": "p.Val898Ala",
"transcript": "NM_001307976.2",
"protein_id": "NP_001294905.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 945,
"cds_start": 2693,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001307976.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2492T>C",
"hgvs_p": "p.Val831Ala",
"transcript": "ENST00000867425.1",
"protein_id": "ENSP00000537484.1",
"transcript_support_level": null,
"aa_start": 831,
"aa_end": null,
"aa_length": 878,
"cds_start": 2492,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000867425.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2918T>C",
"hgvs_p": "p.Val973Ala",
"transcript": "XM_005246328.5",
"protein_id": "XP_005246385.1",
"transcript_support_level": null,
"aa_start": 973,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2918,
"cds_end": null,
"cds_length": 3063,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246328.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2912T>C",
"hgvs_p": "p.Val971Ala",
"transcript": "XM_047443489.1",
"protein_id": "XP_047299445.1",
"transcript_support_level": null,
"aa_start": 971,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2912,
"cds_end": null,
"cds_length": 3057,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443489.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "XM_005246329.5",
"protein_id": "XP_005246386.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246329.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "XM_005246330.4",
"protein_id": "XP_005246387.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246330.4"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "XM_011510706.4",
"protein_id": "XP_011509008.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510706.4"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala",
"transcript": "XM_017003430.2",
"protein_id": "XP_016858919.1",
"transcript_support_level": null,
"aa_start": 940,
"aa_end": null,
"aa_length": 987,
"cds_start": 2819,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003430.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2792T>C",
"hgvs_p": "p.Val931Ala",
"transcript": "XM_005246332.6",
"protein_id": "XP_005246389.1",
"transcript_support_level": null,
"aa_start": 931,
"aa_end": null,
"aa_length": 978,
"cds_start": 2792,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005246332.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.1535T>C",
"hgvs_p": "p.Val512Ala",
"transcript": "XM_011510710.3",
"protein_id": "XP_011509012.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 559,
"cds_start": 1535,
"cds_end": null,
"cds_length": 1680,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510710.3"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.1400T>C",
"hgvs_p": "p.Val467Ala",
"transcript": "XM_017003431.2",
"protein_id": "XP_016858920.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 514,
"cds_start": 1400,
"cds_end": null,
"cds_length": 1545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017003431.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "n.*364T>C",
"hgvs_p": null,
"transcript": "ENST00000634716.1",
"protein_id": "ENSP00000489299.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000634716.1"
}
],
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"dbsnp": "rs1387292190",
"frequency_reference_population": 0.000013168637,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000131686,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.029097288846969604,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.016,
"revel_prediction": "Benign",
"alphamissense_score": 0.0663,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.912,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_152519.4",
"gene_symbol": "KANSL1L",
"hgnc_id": 26310,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2819T>C",
"hgvs_p": "p.Val940Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}