← 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: 17-42115004-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=42115004&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 42115004,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001376227.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Ser636Asn",
"transcript": "NM_021078.3",
"protein_id": "NP_066564.2",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 837,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000225916.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021078.3"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Ser636Asn",
"transcript": "ENST00000225916.10",
"protein_id": "ENSP00000225916.5",
"transcript_support_level": 1,
"aa_start": 636,
"aa_end": null,
"aa_length": 837,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2514,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021078.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000225916.10"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Ser636Asn",
"transcript": "ENST00000873177.1",
"protein_id": "ENSP00000543236.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 844,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873177.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1919G>A",
"hgvs_p": "p.Ser640Asn",
"transcript": "ENST00000873169.1",
"protein_id": "ENSP00000543228.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 841,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2526,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873169.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Ser636Asn",
"transcript": "NM_001376227.1",
"protein_id": "NP_001363156.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 838,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001376227.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Ser636Asn",
"transcript": "ENST00000873170.1",
"protein_id": "ENSP00000543229.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 838,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873170.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1901G>A",
"hgvs_p": "p.Ser634Asn",
"transcript": "ENST00000963388.1",
"protein_id": "ENSP00000633447.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 835,
"cds_start": 1901,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963388.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Ser636Asn",
"transcript": "ENST00000873176.1",
"protein_id": "ENSP00000543235.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 834,
"cds_start": 1907,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873176.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1892G>A",
"hgvs_p": "p.Ser631Asn",
"transcript": "ENST00000963387.1",
"protein_id": "ENSP00000633446.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 832,
"cds_start": 1892,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963387.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1883G>A",
"hgvs_p": "p.Ser628Asn",
"transcript": "ENST00000873173.1",
"protein_id": "ENSP00000543232.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 829,
"cds_start": 1883,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873173.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1874G>A",
"hgvs_p": "p.Ser625Asn",
"transcript": "ENST00000873175.1",
"protein_id": "ENSP00000543234.1",
"transcript_support_level": null,
"aa_start": 625,
"aa_end": null,
"aa_length": 826,
"cds_start": 1874,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873175.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1829G>A",
"hgvs_p": "p.Ser610Asn",
"transcript": "ENST00000915289.1",
"protein_id": "ENSP00000585348.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 811,
"cds_start": 1829,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915289.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1817G>A",
"hgvs_p": "p.Ser606Asn",
"transcript": "ENST00000873172.1",
"protein_id": "ENSP00000543231.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 807,
"cds_start": 1817,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873172.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1796G>A",
"hgvs_p": "p.Ser599Asn",
"transcript": "ENST00000873174.1",
"protein_id": "ENSP00000543233.1",
"transcript_support_level": null,
"aa_start": 599,
"aa_end": null,
"aa_length": 800,
"cds_start": 1796,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873174.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.1760G>A",
"hgvs_p": "p.Ser587Asn",
"transcript": "ENST00000873171.1",
"protein_id": "ENSP00000543230.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 788,
"cds_start": 1760,
"cds_end": null,
"cds_length": 2367,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873171.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Ser275Asn",
"transcript": "XM_006721818.5",
"protein_id": "XP_006721881.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 477,
"cds_start": 824,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006721818.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "n.*1021G>A",
"hgvs_p": null,
"transcript": "ENST00000465682.5",
"protein_id": "ENSP00000468390.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": "ENST00000465682.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "n.143G>A",
"hgvs_p": null,
"transcript": "ENST00000588759.1",
"protein_id": "ENSP00000467324.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": "ENST00000588759.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"hgvs_c": "n.*1021G>A",
"hgvs_p": null,
"transcript": "ENST00000465682.5",
"protein_id": "ENSP00000468390.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": "ENST00000465682.5"
}
],
"gene_symbol": "KAT2A",
"gene_hgnc_id": 4201,
"dbsnp": "rs781785575",
"frequency_reference_population": 0.00014127654,
"hom_count_reference_population": 0,
"allele_count_reference_population": 228,
"gnomad_exomes_af": 0.000151872,
"gnomad_genomes_af": 0.0000394477,
"gnomad_exomes_ac": 222,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.19240912795066833,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.115,
"revel_prediction": "Benign",
"alphamissense_score": 0.1352,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.733,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001376227.1",
"gene_symbol": "KAT2A",
"hgnc_id": 4201,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1907G>A",
"hgvs_p": "p.Ser636Asn"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}