GroanDeck Dad Joke API
Provides access to a searchable collection of dad jokes organized across over 30 categories, with endpoints for random and daily joke retrieval, browsing by category, and lookup by ID. No authentication is required.
Slug: groandeck
Key:
Base URL:
Auth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Key:
groandeck.com:groandeck-dad-joke-apiBase URL:
https://groandeck.comAuth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Endpoints (5)
| Path | Summary | Response | Auth |
|---|---|---|---|
| categories | Get all joke categories | application/json |
— |
| daily | Get today's featured joke | ? |
— |
| jokes | List jokes with pagination | text/plain |
— |
| jokes/{id} | Get a specific joke by ID | application/json |
— |
| random | Get a random joke | application/json |
— |