← 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: 19-35859556-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=35859556&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 35859556,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_199180.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "NM_199180.4",
"protein_id": "NP_954649.3",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 708,
"cds_start": 598,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000360202.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199180.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "ENST00000360202.10",
"protein_id": "ENSP00000353331.4",
"transcript_support_level": 1,
"aa_start": 200,
"aa_end": null,
"aa_length": 708,
"cds_start": 598,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_199180.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360202.10"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "ENST00000592409.5",
"protein_id": "ENSP00000465305.1",
"transcript_support_level": 1,
"aa_start": 200,
"aa_end": null,
"aa_length": 673,
"cds_start": 598,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592409.5"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "ENST00000262625.7",
"protein_id": "ENSP00000262625.6",
"transcript_support_level": 1,
"aa_start": 200,
"aa_end": null,
"aa_length": 633,
"cds_start": 598,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262625.7"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.448G>C",
"hgvs_p": "p.Ala150Pro",
"transcript": "ENST00000347900.10",
"protein_id": "ENSP00000345067.5",
"transcript_support_level": 1,
"aa_start": 150,
"aa_end": null,
"aa_length": 583,
"cds_start": 448,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347900.10"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "ENST00000906487.1",
"protein_id": "ENSP00000576546.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 712,
"cds_start": 598,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906487.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "ENST00000929450.1",
"protein_id": "ENSP00000599509.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 708,
"cds_start": 598,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929450.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "NM_001363667.2",
"protein_id": "NP_001350596.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 673,
"cds_start": 598,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363667.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "ENST00000929449.1",
"protein_id": "ENSP00000599508.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 673,
"cds_start": 598,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929449.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "ENST00000929451.1",
"protein_id": "ENSP00000599510.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 673,
"cds_start": 598,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929451.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.448G>C",
"hgvs_p": "p.Ala150Pro",
"transcript": "NM_001329530.2",
"protein_id": "NP_001316459.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 658,
"cds_start": 448,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329530.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "NM_032123.7",
"protein_id": "NP_115499.5",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 633,
"cds_start": 598,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032123.7"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.448G>C",
"hgvs_p": "p.Ala150Pro",
"transcript": "NM_199179.4",
"protein_id": "NP_954648.3",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 583,
"cds_start": 448,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199179.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "XM_011527362.2",
"protein_id": "XP_011525664.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 708,
"cds_start": 598,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527362.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "XM_011527363.2",
"protein_id": "XP_011525665.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 708,
"cds_start": 598,
"cds_end": null,
"cds_length": 2127,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527363.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro",
"transcript": "XM_047439500.1",
"protein_id": "XP_047295456.1",
"transcript_support_level": null,
"aa_start": 200,
"aa_end": null,
"aa_length": 673,
"cds_start": 598,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439500.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.448G>C",
"hgvs_p": "p.Ala150Pro",
"transcript": "XM_011527365.2",
"protein_id": "XP_011525667.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 658,
"cds_start": 448,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527365.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.448G>C",
"hgvs_p": "p.Ala150Pro",
"transcript": "XM_047439501.1",
"protein_id": "XP_047295457.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 623,
"cds_start": 448,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439501.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.448G>C",
"hgvs_p": "p.Ala150Pro",
"transcript": "XM_047439502.1",
"protein_id": "XP_047295458.1",
"transcript_support_level": null,
"aa_start": 150,
"aa_end": null,
"aa_length": 623,
"cds_start": 448,
"cds_end": null,
"cds_length": 1872,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439502.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "NPHS1",
"gene_hgnc_id": 7908,
"hgvs_c": "n.559+6931C>G",
"hgvs_p": null,
"transcript": "ENST00000591817.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000591817.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "KIRREL2",
"gene_hgnc_id": 18816,
"hgvs_c": "c.*25G>C",
"hgvs_p": null,
"transcript": "ENST00000586102.7",
"protein_id": "ENSP00000466460.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 190,
"cds_start": null,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586102.7"
}
],
"gene_symbol": "KIRREL2",
"gene_hgnc_id": 18816,
"dbsnp": "rs369675867",
"frequency_reference_population": 0.0000013681107,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136811,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.632175624370575,
"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.702,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.8452,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.858,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_199180.4",
"gene_symbol": "KIRREL2",
"hgnc_id": 18816,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.598G>C",
"hgvs_p": "p.Ala200Pro"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000591817.1",
"gene_symbol": "NPHS1",
"hgnc_id": 7908,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "n.559+6931C>G",
"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
}