/bff/post-category/detail
Returns full detail of a post category including title, description, meta description, slug, parent info, post count, and all available translations.
Post CategorygetBffPost-categoryDetail
Parameters
2 query
Query · 2
idstringRequiredCategory external ID.
localestringCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
Request
GET /bff/post-category/detail
curl -X GET "https://api.bizkithub.com/bff/post-category/detail?id=abc123def456ghij&locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"id": "abc123def456ghij",
"title": "Tech News",
"description": "Latest technology news and updates.",
"metaDescription": "Tech news, tutorials, and insights.",
"slug": "tech-news",
"parentId": "abc123def456ghij",
"parentTitle": "Technology",
"active": true,
"postCount": 42,
"translations": [
{
"locale": "en",
"name": "Tech News"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.