Get Started
We also provide a Postman collection that you can access via this download button:
Base URL
For production purposes, the base URL for the Beautify API is https://api.beautify.uz (opens in a new tab).
For development purposes, you can use the following base URL: https://dev.api.beautify.uz (opens in a new tab).
Responses
API responses typically include a JSON object. Please refer to the endpoint-specific sections in this documentation for descriptions of common responses from each endpoint.
Timestamps
Timestamps are returned in ISO 8601 (opens in a new tab) format as Coordinated Universal Time (UTC) (opens in a new tab)
Pagination
To paginate through API results, you can use the offset, limit, and cursor query parameters. For example:
curl https://api.beautify.uz/posts?cursor=abc123&limit=10Further documentation on pagination will be added soon.
Rate Limiting (TODO)
Details on rate limiting for the Beautify API will be provided in an upcoming update.