← 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: 1-110601792-ATATGTG-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=110601792&ref=ATATGTG&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 110601792,
"ref": "ATATGTG",
"alt": "A",
"effect": "3_prime_UTR_variant",
"transcript": "NM_004974.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "NM_004974.4",
"protein_id": "NP_004965.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11829,
"mane_select": "ENST00000316361.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "ENST00000316361.10",
"protein_id": "ENSP00000314520.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11829,
"mane_select": "NM_004974.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1035+232_1035+237delCACATA",
"hgvs_p": null,
"transcript": "ENST00000369770.7",
"protein_id": "ENSP00000358785.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": -4,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1959,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "ENST00000633222.1",
"protein_id": "ENSP00000487785.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11877,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "ENST00000638616.2",
"protein_id": "ENSP00000491977.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "ENST00000675391.1",
"protein_id": "ENSP00000502642.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 12025,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "ENST00000639233.2",
"protein_id": "ENSP00000492716.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 305,
"cds_start": -4,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "ENST00000639048.2",
"protein_id": "ENSP00000491627.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 245,
"cds_start": -4,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10916,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*163_*168delCACATA",
"hgvs_p": null,
"transcript": "ENST00000640774.2",
"protein_id": "ENSP00000492008.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 113,
"cds_start": -4,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9428,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*321_*326delCACATA",
"hgvs_p": null,
"transcript": "ENST00000638477.2",
"protein_id": "ENSP00000491354.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 59,
"cds_start": -4,
"cds_end": null,
"cds_length": 180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "XM_011541396.3",
"protein_id": "XP_011539698.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "XM_011541398.3",
"protein_id": "XP_011539700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11770,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "XM_011541400.3",
"protein_id": "XP_011539702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null,
"transcript": "XM_017001213.2",
"protein_id": "XP_016856702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 499,
"cds_start": -4,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 11776,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "c.1035+232_1035+237delCACATA",
"hgvs_p": null,
"transcript": "NM_001204269.2",
"protein_id": "NP_001191198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 356,
"cds_start": -4,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "n.361+3593_361+3598delCACATA",
"hgvs_p": null,
"transcript": "ENST00000525120.2",
"protein_id": null,
"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": 426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "n.658+2095_658+2100delCACATA",
"hgvs_p": null,
"transcript": "ENST00000639227.1",
"protein_id": null,
"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": 1189,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "n.998+2095_998+2100delCACATA",
"hgvs_p": null,
"transcript": "ENST00000640450.1",
"protein_id": null,
"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": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"hgvs_c": "n.459+3593_459+3598delCACATA",
"hgvs_p": null,
"transcript": "ENST00000640680.1",
"protein_id": null,
"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": 4052,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "KCNA2",
"gene_hgnc_id": 6220,
"dbsnp": "rs1400312833",
"frequency_reference_population": 0.002144334,
"hom_count_reference_population": 17,
"allele_count_reference_population": 2375,
"gnomad_exomes_af": 0.000995884,
"gnomad_genomes_af": 0.0101085,
"gnomad_exomes_ac": 964,
"gnomad_genomes_ac": 1411,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 17,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.887,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Moderate,BS1,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_004974.4",
"gene_symbol": "KCNA2",
"hgnc_id": 6220,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.*1485_*1490delCACATA",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}