← 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-210027342-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=210027342&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 210027342,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_152519.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "NM_152519.4",
"protein_id": "NP_689732.2",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "ENST00000281772.14",
"protein_id": "ENSP00000281772.8",
"transcript_support_level": 5,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2279T>C",
"hgvs_p": "p.Met760Thr",
"transcript": "ENST00000418791.5",
"protein_id": "ENSP00000405724.1",
"transcript_support_level": 1,
"aa_start": 760,
"aa_end": null,
"aa_length": 945,
"cds_start": 2279,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "ENST00000867426.1",
"protein_id": "ENSP00000537485.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "ENST00000867427.1",
"protein_id": "ENSP00000537486.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "ENST00000967984.1",
"protein_id": "ENSP00000638043.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "ENST00000967985.1",
"protein_id": "ENSP00000638044.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2369T>C",
"hgvs_p": "p.Met790Thr",
"transcript": "ENST00000867424.1",
"protein_id": "ENSP00000537483.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 975,
"cds_start": 2369,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2279T>C",
"hgvs_p": "p.Met760Thr",
"transcript": "NM_001307976.2",
"protein_id": "NP_001294905.1",
"transcript_support_level": null,
"aa_start": 760,
"aa_end": null,
"aa_length": 945,
"cds_start": 2279,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2078T>C",
"hgvs_p": "p.Met693Thr",
"transcript": "ENST00000867425.1",
"protein_id": "ENSP00000537484.1",
"transcript_support_level": null,
"aa_start": 693,
"aa_end": null,
"aa_length": 878,
"cds_start": 2078,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2504T>C",
"hgvs_p": "p.Met835Thr",
"transcript": "XM_005246328.5",
"protein_id": "XP_005246385.1",
"transcript_support_level": null,
"aa_start": 835,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2504,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2498T>C",
"hgvs_p": "p.Met833Thr",
"transcript": "XM_047443489.1",
"protein_id": "XP_047299445.1",
"transcript_support_level": null,
"aa_start": 833,
"aa_end": null,
"aa_length": 1018,
"cds_start": 2498,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "XM_005246329.5",
"protein_id": "XP_005246386.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "XM_005246330.4",
"protein_id": "XP_005246387.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "XM_011510706.4",
"protein_id": "XP_011509008.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr",
"transcript": "XM_017003430.2",
"protein_id": "XP_016858919.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 987,
"cds_start": 2405,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.2378T>C",
"hgvs_p": "p.Met793Thr",
"transcript": "XM_005246332.6",
"protein_id": "XP_005246389.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 978,
"cds_start": 2378,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.1121T>C",
"hgvs_p": "p.Met374Thr",
"transcript": "XM_011510710.3",
"protein_id": "XP_011509012.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 559,
"cds_start": 1121,
"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": "M",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "c.986T>C",
"hgvs_p": "p.Met329Thr",
"transcript": "XM_017003431.2",
"protein_id": "XP_016858920.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 514,
"cds_start": 986,
"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": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KANSL1L",
"gene_hgnc_id": 26310,
"hgvs_c": "n.137T>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": "rs201412618",
"frequency_reference_population": 0.00008187956,
"hom_count_reference_population": 0,
"allele_count_reference_population": 132,
"gnomad_exomes_af": 0.0000856207,
"gnomad_genomes_af": 0.0000459933,
"gnomad_exomes_ac": 125,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09577667713165283,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.031,
"revel_prediction": "Benign",
"alphamissense_score": 0.138,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.44,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.961,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152519.4",
"gene_symbol": "KANSL1L",
"hgnc_id": 26310,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2405T>C",
"hgvs_p": "p.Met802Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}