REST API for Sjællandske Medier — articles, feeds, curated lists, pages, and more.
List articles with filtering and cursor-based pagination.
Single article with full content, authors, tags, categories, and assets.
List feed definitions for a site.
Register or update a feed definition for a site.
Execute a feed and return matching articles.
Remove a feed definition.
List all curated lists for a site.
Resolve a curated list into tier-sorted articles.
Update a curated list's articles (auto-saves history).
Purge cache by article, tag, feeds, or everything.
POST /purge {"article": 6509682}
POST /purge {"tag": "lists"}
POST /purge {"feeds": true}
POST /purge {"all": true}
Health check. Returns DB status and cache stats.