← 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-210683324-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=210683324&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 210683324,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_172362.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.2927C>T",
"hgvs_p": "p.Pro976Leu",
"transcript": "NM_172362.3",
"protein_id": "NP_758872.1",
"transcript_support_level": null,
"aa_start": 976,
"aa_end": null,
"aa_length": 989,
"cds_start": 2927,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000271751.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_172362.3"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.2927C>T",
"hgvs_p": "p.Pro976Leu",
"transcript": "ENST00000271751.10",
"protein_id": "ENSP00000271751.4",
"transcript_support_level": 2,
"aa_start": 976,
"aa_end": null,
"aa_length": 989,
"cds_start": 2927,
"cds_end": null,
"cds_length": 2970,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_172362.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000271751.10"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.2846C>T",
"hgvs_p": "p.Pro949Leu",
"transcript": "ENST00000639952.1",
"protein_id": "ENSP00000492697.1",
"transcript_support_level": 1,
"aa_start": 949,
"aa_end": null,
"aa_length": 962,
"cds_start": 2846,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639952.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.1775C>T",
"hgvs_p": "p.Pro592Leu",
"transcript": "ENST00000640044.1",
"protein_id": "ENSP00000491434.1",
"transcript_support_level": 1,
"aa_start": 592,
"aa_end": null,
"aa_length": 605,
"cds_start": 1775,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640044.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.1322C>T",
"hgvs_p": "p.Pro441Leu",
"transcript": "ENST00000640566.1",
"protein_id": "ENSP00000491302.1",
"transcript_support_level": 1,
"aa_start": 441,
"aa_end": null,
"aa_length": 454,
"cds_start": 1322,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640566.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.2846C>T",
"hgvs_p": "p.Pro949Leu",
"transcript": "NM_002238.4",
"protein_id": "NP_002229.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 962,
"cds_start": 2846,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002238.4"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.2453C>T",
"hgvs_p": "p.Pro818Leu",
"transcript": "ENST00000865058.1",
"protein_id": "ENSP00000535117.1",
"transcript_support_level": null,
"aa_start": 818,
"aa_end": null,
"aa_length": 831,
"cds_start": 2453,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865058.1"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.1751C>T",
"hgvs_p": "p.Pro584Leu",
"transcript": "XM_017001246.2",
"protein_id": "XP_016856735.1",
"transcript_support_level": null,
"aa_start": 584,
"aa_end": null,
"aa_length": 597,
"cds_start": 1751,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001246.2"
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.1415C>T",
"hgvs_p": "p.Pro472Leu",
"transcript": "XM_047419829.1",
"protein_id": "XP_047275785.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 485,
"cds_start": 1415,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.*780C>T",
"hgvs_p": null,
"transcript": "ENST00000638357.1",
"protein_id": "ENSP00000492865.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 426,
"cds_start": null,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638357.1"
},
{
"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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.2784+143C>T",
"hgvs_p": null,
"transcript": "ENST00000638498.1",
"protein_id": "ENSP00000490983.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 940,
"cds_start": null,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638498.1"
},
{
"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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.2703+143C>T",
"hgvs_p": null,
"transcript": "ENST00000367007.5",
"protein_id": "ENSP00000355974.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 913,
"cds_start": null,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367007.5"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.462+143C>T",
"hgvs_p": null,
"transcript": "ENST00000640625.1",
"protein_id": "ENSP00000492609.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": null,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640625.1"
},
{
"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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "c.2703+143C>T",
"hgvs_p": null,
"transcript": "XM_047419823.1",
"protein_id": "XP_047275779.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 954,
"cds_start": null,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419823.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "n.2846C>T",
"hgvs_p": null,
"transcript": "ENST00000638960.1",
"protein_id": "ENSP00000492302.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": "ENST00000638960.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "n.*1432C>T",
"hgvs_p": null,
"transcript": "ENST00000640243.1",
"protein_id": "ENSP00000492803.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": "ENST00000640243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "n.2846C>T",
"hgvs_p": null,
"transcript": "ENST00000640528.1",
"protein_id": "ENSP00000491725.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": "ENST00000640528.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "n.2846C>T",
"hgvs_p": null,
"transcript": "ENST00000640710.1",
"protein_id": "ENSP00000492513.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": "ENST00000640710.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"hgvs_c": "n.*1432C>T",
"hgvs_p": null,
"transcript": "ENST00000640243.1",
"protein_id": "ENSP00000492803.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": "ENST00000640243.1"
}
],
"gene_symbol": "KCNH1",
"gene_hgnc_id": 6250,
"dbsnp": "rs760777055",
"frequency_reference_population": 0.000014365162,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.0000143652,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 21,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.45334795117378235,
"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.537,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3305,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 9.638,
"phylop100way_prediction": "Pathogenic",
"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": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_172362.3",
"gene_symbol": "KCNH1",
"hgnc_id": 6250,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2927C>T",
"hgvs_p": "p.Pro976Leu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}