← ClaudeAtlas

dad-jokes-get-dadlisted

Returns a randomly selected dad joke from the collection.
bobadilla-tech/requiems-api-skills · ★ 2 · AI & Automation · score 77
Install: claude install-skill bobadilla-tech/requiems-api-skills
## Endpoint **GET https://requiems.xyz/v1/entertainment/jokes/dad** ## Get Random Dad Joke Returns a randomly selected dad joke from the collection. ## Response Example ```json { "data": { "id": "joke_7", "joke": "Why don't scientists trust atoms? Because they make up everything!" }, "metadata": { "timestamp": "2026-01-01T00:00:00Z" } } ``` ## Response Fields | Field | Type | Description | | ----- | ---- | ----------- | | `id` | string | Stable identifier for the joke (e.g. "joke_7") | | `joke` | string | The full text of the dad joke | ## Errors - `401` **unauthorized** — Missing API key - `403` **forbidden** — Invalid or revoked API key