# Jokes One API **Provider:** Jokes One **Category:** entertainment **Base URL:** `https://jokes.one` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 5 req/hour (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://jokes.one/api/joke/ ## Description Joke of the day and large category of jokes accessible via REST API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://jokes.one/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://jokes.one' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5 req/hour. Paid plans from $5/mo (unlimited). Annual plans available. --- *Source: [API Map](https://apimap.dev/apis/jokes-one/) — CC BY 4.0*