Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.utnor.com/llms.txt

Use this file to discover all available pages before exploring further.

The status query parameter must be an integer between 200 and 599, inclusive. Any value outside this range cannot be represented as a valid HTTP response on the platform, so the server returns a range violation error.
  • https://status.utnor.org?status=199 Below allowed range
  • https://status.utnor.org?status=600 Above allowed range
Correct request example: https://status.utnor.org?status=200Correct request example: https://status.utnor.org?status=599
When this error occurs, the server responds with HTTP 400 and a JSON object describing the issue. The response explains that the requested status code cannot be served because it falls outside the valid range.
Learn more about these range limitations.
For guidance on sending requests, refer to Request & Response for full examples and instructions.