← 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: 12-52233347-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=52233347&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 20,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "KRT7",
"hgnc_id": 6445,
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -20,
"transcript": "NM_005556.4",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_score": -20,
"allele_count_reference_population": 2478,
"alphamissense_prediction": "Uncertain_significance",
"alphamissense_score": 0.3843,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.27,
"chr": "12",
"clinvar_classification": "Benign",
"clinvar_disease": "not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.0022589564323425293,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 469,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1625,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1410,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_005556.4",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000331817.6",
"protein_coding": true,
"protein_id": "NP_005547.3",
"strand": true,
"transcript": "NM_005556.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 469,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1625,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1410,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000331817.6",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_005556.4",
"protein_coding": true,
"protein_id": "ENSP00000329243.5",
"strand": true,
"transcript": "ENST00000331817.6",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 493,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1687,
"cdna_start": 102,
"cds_end": null,
"cds_length": 1482,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000955643.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625702.1",
"strand": true,
"transcript": "ENST00000955643.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 492,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1694,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1479,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000955640.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625699.1",
"strand": true,
"transcript": "ENST00000955640.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 475,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1645,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1428,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000888037.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558096.1",
"strand": true,
"transcript": "ENST00000888037.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 446,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1557,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1341,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000955639.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625698.1",
"strand": true,
"transcript": "ENST00000955639.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 445,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1549,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1338,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000955642.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625701.1",
"strand": true,
"transcript": "ENST00000955642.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 444,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1543,
"cdna_start": 102,
"cds_end": null,
"cds_length": 1335,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000888041.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558100.1",
"strand": true,
"transcript": "ENST00000888041.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 435,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1520,
"cdna_start": 102,
"cds_end": null,
"cds_length": 1308,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000888039.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558098.1",
"strand": true,
"transcript": "ENST00000888039.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 427,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1497,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1284,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000888038.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558097.1",
"strand": true,
"transcript": "ENST00000888038.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 420,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1475,
"cdna_start": 102,
"cds_end": null,
"cds_length": 1263,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000888040.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000558099.1",
"strand": true,
"transcript": "ENST00000888040.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 414,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1449,
"cdna_start": 101,
"cds_end": null,
"cds_length": 1245,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000955644.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625703.1",
"strand": true,
"transcript": "ENST00000955644.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 412,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1452,
"cdna_start": 104,
"cds_end": null,
"cds_length": 1239,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000955641.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000625700.1",
"strand": true,
"transcript": "ENST00000955641.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 445,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5336,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1338,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_011538325.3",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011536627.1",
"strand": true,
"transcript": "XM_011538325.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 365,
"aa_ref": "F",
"aa_start": 17,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1240,
"cdna_start": 105,
"cds_end": null,
"cds_length": 1098,
"cds_start": 51,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "XM_047428827.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.51C>A",
"hgvs_p": "p.Phe17Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047284783.1",
"strand": true,
"transcript": "XM_047428827.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 292,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000546666.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "n.199C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000546666.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 583,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000547613.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "n.-245C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000547613.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 380,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000552400.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "n.*199C>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000552400.1",
"transcript_support_level": 4
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs145797078",
"effect": "missense_variant",
"frequency_reference_population": 0.0015761433,
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"gnomad_exomes_ac": 2140,
"gnomad_exomes_af": 0.00150716,
"gnomad_exomes_homalt": 20,
"gnomad_genomes_ac": 338,
"gnomad_genomes_af": 0.0022193,
"gnomad_genomes_homalt": 8,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 28,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.566,
"pos": 52233347,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.286,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_005556.4"
}
]
}