← 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-52241562-GCT-ACA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=52241562&ref=GCT&alt=ACA&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "KRT7",
"hgnc_id": 6445,
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_005556.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "ACA",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "12",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 469,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1625,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1410,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_005556.4",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 469,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1625,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1410,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000331817.6",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 493,
"aa_ref": "A",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1687,
"cdna_start": 907,
"cds_end": null,
"cds_length": 1482,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000955643.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.856_858delGCTinsACA",
"hgvs_p": "p.Ala286Thr",
"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": "T",
"aa_end": null,
"aa_length": 492,
"aa_ref": "A",
"aa_start": 285,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1694,
"cdna_start": 907,
"cds_end": null,
"cds_length": 1479,
"cds_start": 853,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000955640.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.853_855delGCTinsACA",
"hgvs_p": "p.Ala285Thr",
"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": "T",
"aa_end": null,
"aa_length": 475,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1645,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1428,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000888037.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 446,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1557,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1341,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000955639.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 445,
"aa_ref": "A",
"aa_start": 238,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1549,
"cdna_start": 766,
"cds_end": null,
"cds_length": 1338,
"cds_start": 712,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000955642.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.712_714delGCTinsACA",
"hgvs_p": "p.Ala238Thr",
"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": "T",
"aa_end": null,
"aa_length": 444,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1543,
"cdna_start": 835,
"cds_end": null,
"cds_length": 1335,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000888041.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 435,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1520,
"cdna_start": 835,
"cds_end": null,
"cds_length": 1308,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000888039.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 427,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1497,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1284,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000888038.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 420,
"aa_ref": "A",
"aa_start": 213,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1475,
"cdna_start": 688,
"cds_end": null,
"cds_length": 1263,
"cds_start": 637,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000888040.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.637_639delGCTinsACA",
"hgvs_p": "p.Ala213Thr",
"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": "T",
"aa_end": null,
"aa_length": 412,
"aa_ref": "A",
"aa_start": 205,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1452,
"cdna_start": 666,
"cds_end": null,
"cds_length": 1239,
"cds_start": 613,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000955641.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.613_615delGCTinsACA",
"hgvs_p": "p.Ala205Thr",
"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": "T",
"aa_end": null,
"aa_length": 445,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5336,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1338,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011538325.3",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 365,
"aa_ref": "A",
"aa_start": 262,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1240,
"cdna_start": 838,
"cds_end": null,
"cds_length": 1098,
"cds_start": 784,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047428827.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.784_786delGCTinsACA",
"hgvs_p": "p.Ala262Thr",
"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": "T",
"aa_end": null,
"aa_length": 292,
"aa_ref": "A",
"aa_start": 85,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1183,
"cdna_start": 396,
"cds_end": null,
"cds_length": 879,
"cds_start": 253,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017019294.2",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.253_255delGCTinsACA",
"hgvs_p": "p.Ala85Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016874783.1",
"strand": true,
"transcript": "XM_017019294.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 414,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1449,
"cdna_start": null,
"cds_end": null,
"cds_length": 1245,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000955644.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "c.694-1450_694-1448delGCTinsACA",
"hgvs_p": null,
"intron_rank": 4,
"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": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 586,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000546856.5",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "n.148_150delGCTinsACA",
"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": "ENST00000546856.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 588,
"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": "ENST00000548088.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "n.179_181delGCTinsACA",
"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": "ENST00000548088.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 492,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000551130.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "n.18_20delGCTinsACA",
"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": "ENST00000551130.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 441,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000552183.1",
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"hgvs_c": "n.35_37delGCTinsACA",
"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": "ENST00000552183.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": 583,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_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.*54_*56delGCTinsACA",
"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
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 6445,
"gene_symbol": "KRT7",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 5.813,
"pos": 52241562,
"ref": "GCT",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_005556.4"
}
]
}