🌐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

ParameterTypeDescription

category

string

The category of activity. Options: Development, Artistic, Relax, Outdoor, Learning, Reading.

Response

{
  "activity": "string"
}

Last updated