Entities
Data license: MIT · Data source: jebboone/deitydb
- entity_id
- {'description': 'Stable identifier (e.g. ENT_GRK_ZEUS, ENT_EGY_OSIRIS, ENT_ISL_MUSA)'}
- canonical_name
- {'description': 'Primary English name used in the database'}
- greek_name
- {'description': 'Greek-script name, where applicable'}
- tradition
- {'description': 'Religious or cultural tradition of origin'}
- entity_class
- {'description': 'Controlled top-level kind (19 values: deity, angel, demon, aeon, sefirah, spirit, monster, hero, ruler, prophet, sage, saint, scriptural-figure, abstraction, collective, realm, ritual, title, object) — recommended for filtering by kind'}
- entity_type
- {'description': 'Granular free-text type descriptor (894 distinct values; see entity_class for the controlled grouping)'}
- category
- {'description': 'Broader functional category (146 values — recommended for filtering)'}
- primary_domains
- {'description': 'Primary divine domains, comma-separated'}
- evidence_confidence
- {'description': 'Sourcing quality: A = direct primary-text attestation; B = strong secondary; C = inference; D = speculative'}
- chthonic_flag
- {'description': 'True if this entity has underworld or chthonic associations'}
- serpent_flag
- {'description': 'True if this entity has serpent or dragon associations'}
- short_note
- {'description': 'Scholarly description with source citations'}
11 rows where entity_class = "spirit" and tradition = "Slavic"
This data as json, CSV (advanced)
Suggested facets: entity_type, category, cult_scope, evidence_confidence, inclusion_basis
| entity_id ▼ | canonical_name | greek_name | tradition | entity_type | category | primary_domains | tags | cult_scope | primary_period | evidence_confidence | review_status | inclusion_basis | earth_association_score | chthonic_flag | serpent_flag | short_note | entity_class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ENT_SLAV_BABA_YAGA | Baba Yaga | Slavic | witch | Folktale witch | witchcraft; the forest; initiation; the death-threshold | regional | A | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | The ambivalent witch of East-Slavic folktales who lives in a hut on hen's legs, flies in a mortar, and acts as both threat and helper to the hero. | spirit | |||
| ENT_SLAV_BANNIK | Bannik | Slavic | folk spirit | Bathhouse spirit | the bathhouse; divination; ritual purity | regional | B | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | The spirit of the bathhouse (banya) in East-Slavic belief, who must be appeased and can scald bathers who offend him. | spirit | |||
| ENT_SLAV_DOLA | Dola | Slavic | Spirit | Fate spirit | fate; fortune; personal destiny | regional | B | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | The personification of an individual's allotted fate or fortune in Slavic folk belief, attached at birth; its negative counterpart is Nedola. | spirit | |||
| ENT_SLAV_DOMOVOI | Domovoi | Slavic | folk spirit | Household spirit | household; hearth; family protection | regional | A | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | The tutelary house spirit of East-Slavic folk belief, dwelling behind the stove and protecting the household and its livestock if respected. | spirit | |||
| ENT_SLAV_KIKIMORA | Kikimora | Slavic | folk spirit | Household spirit | household; spinning; nocturnal disturbance | regional | B | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | A female household spirit associated with the stove and spinning, who troubles a disorderly home with nighttime noises. | spirit | |||
| ENT_SLAV_KUPALA | Kupala | Slavic | Spirit | Seasonal personification | midsummer; water; fire; fertility | regional | B | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | The personification of the midsummer (St John's Eve) festival of fire and water; treated in some sources as a folk personification of the rite. | spirit | |||
| ENT_SLAV_LESHY | Leshy | Slavic | folk spirit | Forest spirit | forest; wild animals; the woods | regional | A | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | The master spirit of the forest in East-Slavic belief, who guards the woodland and its animals and is known for leading travelers astray. | spirit | |||
| ENT_SLAV_POLEVIK | Polevik | Slavic | folk spirit | Field spirit | fields; crops; the harvest | regional | B | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | A field spirit who inhabits cultivated land and may help or punish field-workers, especially those who sleep in the fields at midday. | spirit | |||
| ENT_SLAV_RUSALKA | Rusalka | Slavic | folk spirit | Water nymph | water; rivers; the unquiet drowned dead | regional | A | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | A female water spirit, commonly the restless soul of a drowned or unbaptized woman, who haunts rivers and woods especially during Rusalka Week. | spirit | |||
| ENT_SLAV_VODYANOY | Vodyanoy | Slavic | folk spirit | Water spirit | water; rivers; lakes; drowning | regional | A | candidate_verified_name | European regional polytheism deepening (v1.77.0) | 0 | 0 | 0 | A malevolent male water spirit of East-Slavic folklore who rules ponds and rivers and is blamed for drownings. | spirit | |||
| ENT_SSL_GERMAN | German (Herman) | Slavic | Spirit | Spirit | rain; fertility; agrarian rite | devotional | C | candidate_verified_name | Roster build via gen_roster.py (see CHANGELOG/git for release) | 0 | 0 | 0 | South-Slavic (Bulgarian/Serbian) rain-ritual figure: a small clay or dough effigy made, mourned and 'buried' or cast into water by women in a rain-making rite to end drought; attested ethnographically rather than as a cult god. | spirit |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "entities" (
[entity_id] TEXT PRIMARY KEY,
[canonical_name] TEXT,
[greek_name] TEXT,
[tradition] TEXT,
[entity_type] TEXT,
[category] TEXT,
[primary_domains] TEXT,
[tags] TEXT,
[cult_scope] TEXT,
[primary_period] TEXT,
[evidence_confidence] TEXT,
[review_status] TEXT,
[inclusion_basis] TEXT,
[earth_association_score] INTEGER,
[chthonic_flag] INTEGER,
[serpent_flag] INTEGER,
[short_note] TEXT,
[entity_class] TEXT REFERENCES [entity_class]([class_id])
);
CREATE INDEX [idx_entities_entity_class]
ON [entities] ([entity_class]);