Skip to content
Other

jokes.one

Jokes One sandbox and mock API

Jokes One API offers a complete feature rich REST API access to its jokes platform. This is the documentation for the world famous [jokes API](https://jokes.one/api/joke/). If you are a subscriber and you are trying this from a console add 'X-JokesOne-Api-Secret' header and add your api key as the header value. You can test and play with the API right here on this web page. For using the private Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
12
Collections
-
Event types
-
example request
curl https://your-jokes-one.slurry.io/jod \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

All 12.

  • GET/jod
  • GET/jod/categories
  • GET/joke
  • PUT/joke
  • PATCH/joke
  • DELETE/joke
  • GET/joke/categories/search
  • GET/joke/list
  • GET/joke/random
  • GET/joke/search
  • POST/joke/tags/add
  • POST/joke/tags/remove