# Bored

## /bored

This endpoint retrieves a random activity from the specified category. If no valid category is provided, it returns a 400 error with a message indicating the valid options.

### Query Parameters

| Parameter | Type   | Description                                                                                  |
| --------- | ------ | -------------------------------------------------------------------------------------------- |
| category  | string | The category of activity. Options: Development, Artistic, Relax, Outdoor, Learning, Reading. |

### Response

```json
{
  "activity": "string"
}
```
