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.

If the value provided in the status query parameter is not an positive integer (for example, a string, or other invalid format), the server cannot process the request. The status parameter must be an integer because it directly determines the HTTP status code that will be returned.
  • https://status.utnor.org?status=abc Non-integer input
  • https://status.utnor.org?status=-200 NEGATIVE integer value
Correct request example: https://status.utnor.org?status=200
When this error occurs, the server responds with HTTP 400 and a JSON object describing the error. The response contains all details needed to identify and correct the input.
To understand the JSON structure and field meanings, see Client Error Response Format.
For guidance on sending requests, refer to Request & Response for full examples and instructions.