← 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-126424898-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=126424898&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 126424898,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001441252.1",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2019G>A",
"hgvs_p": "p.Met673Ile",
"transcript": "NM_032531.4",
"protein_id": "NP_115920.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 778,
"cds_start": 2019,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000525144.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032531.4"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2019G>A",
"hgvs_p": "p.Met673Ile",
"transcript": "ENST00000525144.7",
"protein_id": "ENSP00000435466.2",
"transcript_support_level": 1,
"aa_start": 673,
"aa_end": null,
"aa_length": 778,
"cds_start": 2019,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032531.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525144.7"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.1983G>A",
"hgvs_p": "p.Met661Ile",
"transcript": "ENST00000529097.6",
"protein_id": "ENSP00000434081.2",
"transcript_support_level": 1,
"aa_start": 661,
"aa_end": null,
"aa_length": 766,
"cds_start": 1983,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529097.6"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2127G>A",
"hgvs_p": "p.Met709Ile",
"transcript": "NM_001441252.1",
"protein_id": "NP_001428181.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 814,
"cds_start": 2127,
"cds_end": null,
"cds_length": 2445,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441252.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2094G>A",
"hgvs_p": "p.Met698Ile",
"transcript": "NM_001441253.1",
"protein_id": "NP_001428182.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 803,
"cds_start": 2094,
"cds_end": null,
"cds_length": 2412,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441253.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2058G>A",
"hgvs_p": "p.Met686Ile",
"transcript": "NM_001441251.1",
"protein_id": "NP_001428180.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 791,
"cds_start": 2058,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441251.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2058G>A",
"hgvs_p": "p.Met686Ile",
"transcript": "NM_001441254.1",
"protein_id": "NP_001428183.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 791,
"cds_start": 2058,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441254.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2052G>A",
"hgvs_p": "p.Met684Ile",
"transcript": "NM_001441255.1",
"protein_id": "NP_001428184.1",
"transcript_support_level": null,
"aa_start": 684,
"aa_end": null,
"aa_length": 789,
"cds_start": 2052,
"cds_end": null,
"cds_length": 2370,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441255.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2022G>A",
"hgvs_p": "p.Met674Ile",
"transcript": "NM_001441256.1",
"protein_id": "NP_001428185.1",
"transcript_support_level": null,
"aa_start": 674,
"aa_end": null,
"aa_length": 779,
"cds_start": 2022,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441256.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2019G>A",
"hgvs_p": "p.Met673Ile",
"transcript": "NM_001441257.1",
"protein_id": "NP_001428186.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 778,
"cds_start": 2019,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441257.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.2019G>A",
"hgvs_p": "p.Met673Ile",
"transcript": "NM_001441258.1",
"protein_id": "NP_001428187.1",
"transcript_support_level": null,
"aa_start": 673,
"aa_end": null,
"aa_length": 778,
"cds_start": 2019,
"cds_end": null,
"cds_length": 2337,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441258.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.1983G>A",
"hgvs_p": "p.Met661Ile",
"transcript": "NM_001301097.2",
"protein_id": "NP_001288026.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 766,
"cds_start": 1983,
"cds_end": null,
"cds_length": 2301,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301097.2"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.1977G>A",
"hgvs_p": "p.Met659Ile",
"transcript": "NM_001441259.1",
"protein_id": "NP_001428188.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 764,
"cds_start": 1977,
"cds_end": null,
"cds_length": 2295,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441259.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.1941G>A",
"hgvs_p": "p.Met647Ile",
"transcript": "NM_001441260.1",
"protein_id": "NP_001428189.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 752,
"cds_start": 1941,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441260.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.1875G>A",
"hgvs_p": "p.Met625Ile",
"transcript": "NM_001441261.1",
"protein_id": "NP_001428190.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 730,
"cds_start": 1875,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441261.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.1833G>A",
"hgvs_p": "p.Met611Ile",
"transcript": "NM_001441262.1",
"protein_id": "NP_001428191.1",
"transcript_support_level": null,
"aa_start": 611,
"aa_end": null,
"aa_length": 716,
"cds_start": 1833,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001441262.1"
},
{
"aa_ref": "M",
"aa_alt": "I",
"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": "KIRREL3",
"gene_hgnc_id": 23204,
"hgvs_c": "c.1452G>A",
"hgvs_p": "p.Met484Ile",
"transcript": "XM_047427715.1",
"protein_id": "XP_047283671.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 589,
"cds_start": 1452,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427715.1"
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ST3GAL4",
"gene_hgnc_id": 10864,
"hgvs_c": "n.630-15288C>T",
"hgvs_p": null,
"transcript": "ENST00000524834.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "pseudogene",
"feature": "ENST00000524834.5"
}
],
"gene_symbol": "KIRREL3",
"gene_hgnc_id": 23204,
"dbsnp": "rs1057519593",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5673374533653259,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.233,
"revel_prediction": "Benign",
"alphamissense_score": 0.8573,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.331,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001441252.1",
"gene_symbol": "KIRREL3",
"hgnc_id": 23204,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.2127G>A",
"hgvs_p": "p.Met709Ile"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000524834.5",
"gene_symbol": "ST3GAL4",
"hgnc_id": 10864,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.630-15288C>T",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal dominant 4,Intellectual disability",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Intellectual disability, autosomal dominant 4",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}