← 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: 10-69005907-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=69005907&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 69005907,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000361983.7",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.781A>G",
"hgvs_p": "p.Ile261Val",
"transcript": "NM_015634.4",
"protein_id": "NP_056449.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 621,
"cds_start": 781,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": "ENST00000361983.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.781A>G",
"hgvs_p": "p.Ile261Val",
"transcript": "ENST00000361983.7",
"protein_id": "ENSP00000354848.4",
"transcript_support_level": 1,
"aa_start": 261,
"aa_end": null,
"aa_length": 621,
"cds_start": 781,
"cds_end": null,
"cds_length": 1866,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": "NM_015634.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.856A>G",
"hgvs_p": "p.Ile286Val",
"transcript": "ENST00000638119.2",
"protein_id": "ENSP00000490026.1",
"transcript_support_level": 5,
"aa_start": 286,
"aa_end": null,
"aa_length": 646,
"cds_start": 856,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 886,
"cdna_end": null,
"cdna_length": 2533,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.730A>G",
"hgvs_p": "p.Ile244Val",
"transcript": "ENST00000674660.1",
"protein_id": "ENSP00000502562.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 604,
"cds_start": 730,
"cds_end": null,
"cds_length": 1815,
"cdna_start": 760,
"cdna_end": null,
"cdna_length": 2407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.682A>G",
"hgvs_p": "p.Ile228Val",
"transcript": "ENST00000675576.1",
"protein_id": "ENSP00000502750.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 588,
"cds_start": 682,
"cds_end": null,
"cds_length": 1767,
"cdna_start": 712,
"cdna_end": null,
"cdna_length": 2359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.265A>G",
"hgvs_p": "p.Ile89Val",
"transcript": "ENST00000674897.1",
"protein_id": "ENSP00000502225.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 449,
"cds_start": 265,
"cds_end": null,
"cds_length": 1350,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 2151,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.781A>G",
"hgvs_p": "p.Ile261Val",
"transcript": "ENST00000635971.2",
"protein_id": "ENSP00000489878.2",
"transcript_support_level": 5,
"aa_start": 261,
"aa_end": null,
"aa_length": 312,
"cds_start": 781,
"cds_end": null,
"cds_length": 939,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.781A>G",
"hgvs_p": "p.Ile261Val",
"transcript": "ENST00000626493.2",
"protein_id": "ENSP00000486692.1",
"transcript_support_level": 5,
"aa_start": 261,
"aa_end": null,
"aa_length": 297,
"cds_start": 781,
"cds_end": null,
"cds_length": 894,
"cdna_start": 811,
"cdna_end": null,
"cdna_length": 2342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.811A>G",
"hgvs_p": null,
"transcript": "ENST00000625461.2",
"protein_id": null,
"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": 890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.781A>G",
"hgvs_p": null,
"transcript": "ENST00000635779.2",
"protein_id": "ENSP00000489663.1",
"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": 2583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.781A>G",
"hgvs_p": null,
"transcript": "ENST00000636200.2",
"protein_id": "ENSP00000490113.2",
"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": 2848,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.*354A>G",
"hgvs_p": null,
"transcript": "ENST00000637101.2",
"protein_id": "ENSP00000490704.1",
"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": 2601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000637104.2",
"protein_id": "ENSP00000490019.2",
"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": 2438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.*422A>G",
"hgvs_p": null,
"transcript": "ENST00000637323.2",
"protein_id": "ENSP00000489659.2",
"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": 2558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.781A>G",
"hgvs_p": null,
"transcript": "ENST00000637420.2",
"protein_id": "ENSP00000490404.2",
"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": 2625,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.781A>G",
"hgvs_p": null,
"transcript": "ENST00000637738.2",
"protein_id": "ENSP00000490742.2",
"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": 2546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.811A>G",
"hgvs_p": null,
"transcript": "ENST00000674688.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": 4294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.*294A>G",
"hgvs_p": null,
"transcript": "ENST00000676080.1",
"protein_id": "ENSP00000502706.1",
"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": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.*354A>G",
"hgvs_p": null,
"transcript": "ENST00000637101.2",
"protein_id": "ENSP00000490704.1",
"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": 2601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.*350A>G",
"hgvs_p": null,
"transcript": "ENST00000637104.2",
"protein_id": "ENSP00000490019.2",
"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": 2438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.*422A>G",
"hgvs_p": null,
"transcript": "ENST00000637323.2",
"protein_id": "ENSP00000489659.2",
"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": 2558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "n.*294A>G",
"hgvs_p": null,
"transcript": "ENST00000676080.1",
"protein_id": "ENSP00000502706.1",
"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": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"hgvs_c": "c.605+782A>G",
"hgvs_p": null,
"transcript": "ENST00000674936.1",
"protein_id": "ENSP00000502484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 204,
"cds_start": -4,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KIFBP",
"gene_hgnc_id": 23419,
"dbsnp": "rs749110699",
"frequency_reference_population": 0.000021071028,
"hom_count_reference_population": 0,
"allele_count_reference_population": 34,
"gnomad_exomes_af": 0.0000191594,
"gnomad_genomes_af": 0.0000394296,
"gnomad_exomes_ac": 28,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1330115795135498,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.058,
"revel_prediction": "Benign",
"alphamissense_score": 0.1043,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.49,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.476,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS1_Supporting",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 3,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "ENST00000361983.7",
"gene_symbol": "KIFBP",
"hgnc_id": 23419,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.781A>G",
"hgvs_p": "p.Ile261Val"
}
],
"clinvar_disease": "Goldberg-Shprintzen syndrome,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "not specified|Goldberg-Shprintzen syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}