> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaportal.cz/llms.txt
> Use this file to discover all available pages before exploring further.

# Status Codes

All responses use standard HTTP status codes.

## Success

| Status | Meaning                                                                                                                                              |
| -----: | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|  `200` | Request succeeded. The response body contains the result.                                                                                            |
|  `304` | Sent for a conditional `GET` when your cached copy is still current. The response has no body. See [Amenities](/api/amenities) for the caching flow. |

## Errors

| Status | Meaning                                                                                                  |
| -----: | -------------------------------------------------------------------------------------------------------- |
|  `400` | The request is malformed, a required parameter is missing (including the API key), or validation failed. |
|  `401` | The API key is invalid.                                                                                  |
|  `404` | The requested resource was not found.                                                                    |
|  `500` | An unexpected server error occurred. Retry with backoff if the operation is safe to repeat.              |
