KCER — K-Culture Entity Identity & Naming Authority Registry
Shared infrastructure that answers which real-world entity a mention refers to, what that entity is authoritatively called, and what Kpopmap should publish today.
Internal administration
- Overview — live authority state and what needs attention
- Entities — identity, names, sources, relations
- Review queue — pending change candidates
- Operations — runs, freshness and the operations inbox
API v1
| Method | Path | Purpose |
|---|---|---|
| GET | /api/v1/entities/:id | Identity + preferred names |
| GET | /api/v1/entities/search?q= | Discovery search |
| POST | /api/v1/entities/resolve | Resolve one mention |
| POST | /api/v1/entities/resolve/batch | Resolve a document together |
| GET | /api/v1/entities/:id/names | Name records |
| GET | /api/v1/entities/:id/relations | One-hop relations |
| GET | /api/v1/entities/:id/preferred-name | Naming authority decision |
| GET/POST | /api/v1/change-candidates | Propose / list changes |
| POST | /api/v1/change-candidates/:id/decision | Human review decision |
KCER is consumer-neutral. No single downstream product owns it, and canonical truth changes only through the review pipeline.