Parameters
10 query
Query parameters
· 10apiKeystringRequiredYour BizKitHub API key (passed as GET parameter).
Key format: A 32-character string matching: ^(PROD|DEV_|ROOT)[A-Za-z0-9]{28}$
Prefixes: PROD (production key), DEV_ (individual developer), ROOT (system key with no limits). Learn more
PRODPGrFxpGEtrOZfuWhnoJohUYBXuOElocalestringOptionalCommunication locale code — controls the language of textual data (product names, descriptions, articles, storefront UI, transactional e-mails).
Preferred format: BCP 47 language tag — language[-Script][-REGION]. Use the full tag whenever the script or region matters:
en-GBvs.en-US(British vs. American spelling)pt-PTvs.pt-BR(European vs. Brazilian Portuguese)zh-Hansvs.zh-Hant(Simplified vs. Traditional Chinese)sr-Latnvs.sr-Cyrl(Latin vs. Cyrillic Serbian)
Backwards-compatible fallback: the bare two-letter ISO 639-1 code (cs, en, pl, …) is accepted indefinitely — legacy clients that only send the language subtag continue to work unchanged.
Resolution algorithm (server-side): the input is resolved against the supported locale list via the [RFC 4647 Lookup] progressive-fallback strategy — trailing subtags are stripped one by one until a supported locale is found. Example: en-GB-oxendict → en-GB → en (matched). If no subtag combination is supported, the request is rejected.
Currently supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da, hu, ro, nl, pt, fi, nb, hr. Region-specific variants (e.g. en-GB, pt-BR) are accepted and resolved to their base language when the exact variant is not registered separately.
csfieldsstringOptionalComma-separated list of additional fields to include in the response. Supported values: content (adds a sanitized single-line teaser), routes (adds the cross-locale canonical routes for hreflang / sitemap use), author (adds { name, profileSlug } for the post main author), views (adds cumulative viewsCount), perex (adds the localized perex; empty string when not authored), readingTime (adds readingTimeMinutes computed from the post HTML at ~200 wpm, always >= 1), fallbackImage (adds fallbackImageUrl: the first <img src> in the body, only when the post has no main image). Example: content,routes,author.
contentlimitnumberOptionalMaximum number of items to return. If omitted, a default internal limit is applied.
64offsetnumberOptionalZero-based offset for pagination. Skips the first offset items after the WHERE / ORDER BY are applied. Combine with limit to page through results; use the top-level total / hasMore in the response to know when to stop.
0identityIdstringOptionalLogged user identity (from your frontend cookies). Learn more
Z9CPkS2o3UV163VQn5OUv0T8BQi8FvdgtagstringOptionalOptional tag code to filter posts. Only posts that have this tag assigned will be returned. The tag must be active and belong to the same organisation.
novinkymainCategorystringOptionalOptional main category route slug to filter posts. Only posts that have this category set as their main category will be returned.
novinkyonlyStarredbooleanOptionalFilter to only pinned/starred posts (typically the homepage hero slot).
trueorderBy"updatedDate:desc" | "publishedDate:desc" | "publishedDate:asc" | "views:desc" | "commentCount:desc" | "title:asc" | "title:desc"OptionalOrdering of the returned list. Defaults to updatedDate:desc (current behavior). The implicit is_star DESC prefix is preserved for every ordering so pinned posts stay at the top.
publishedDate:desc