Get a blog category

Fetch a category by slug and its paginated contents. Envelope deviates from the `{ data }` wrap: top-level keys are `category`, `contents` (with its own `{ data, meta }`), and `locale`.

GET/categories/{slug}
Base URLhttps://api.lynkow.com/public/{siteId}

Path parameters

slugstringrequired

URL-friendly identifier, unique per site and locale

Query parameters

limitnumber

Number <= 500

Max: 500

localestring

BCP 47 locale code (e.g. "en", "fr")

pagenumber

Number

Feedback

Was this page helpful?