SearchCatalogMapRegionsSign in
chux
FeedCatalogMapServices
Regions
Sign in
FeedCatalogMapServices
Back

For developers

Back to help

Chux's public read API: addresses, search parameters, the response envelope and the error codes.

Basics

The read half of the API is public and needs no key. Responses are JSON under a data envelope; errors carry a code, a message and a request id worth quoting to support.

GET https://api.chux.cz/api/v1/search?locale=en&q=bike&limit=24

{
  "data": [ { "id": "…", "title": "…", "priceAmount": 4500 } ],
  "meta": { "count": 24 }
}
Prefix in the URLlocale in the API
/czcs-CZ
/sksk-SK
/uauk-UA
/ruru-RU
/enen

Endpoint reference

Everything the public API declares, generated from the OpenAPI document this page loads. Every endpoint carries its parameters, its response shape and a request builder you can fire without leaving the page.

The document itself is at /openapi.json if you would rather point your own client at it.

Writes and limits

Writes need the session cookies and an X-CSRF-Token header carrying the same value as the chux_csrf cookie. Sign-in, registration and media uploads have their own request budgets; over them you get a 429, which means wait rather than retry.

CodeWhen
400 invalid_bodyThe body is not valid JSON, or a field is missing
401 auth_requiredNo session, or it expired
403 csrf_requiredThe token header or cookie is missing
404 not_foundNo such record, or it is not public
429Over the request budget

Contents

  1. Basics
  2. Endpoint reference
  3. Writes and limits
chux

Not just a marketplace. A gallery of things.

Product
Post listingSearchCatalogMapRegionsHelp
Legal
TermsPrivacyCookies
© 2026 Chux · All listings from private sellersMade in Czechia