Skip to content
Other

oxforddictionaries.com

Oxford Dictionaries sandbox and mock API

A hosted, stateful simulation shaped like the Oxford Dictionaries API. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
26
Collections
-
Event types
-
example request
curl https://your-oxforddictionaries.slurry.io/api/v1/filters \
  -H "Authorization: Bearer slurry_sim_..."

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

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

First 12 of 26.

  • GET/domains/{source_domains_language}/{target_domains_language}
  • GET/domains/{source_language}
  • GET/entries/{source_language}/{word_id}/sentences
  • GET/entries/{source_lang}/{word_id}
  • GET/entries/{source_lang}/{word_id}/antonyms
  • GET/entries/{source_lang}/{word_id}/regions={region}
  • GET/entries/{source_lang}/{word_id}/synonyms
  • GET/entries/{source_lang}/{word_id}/synonyms;antonyms
  • GET/entries/{source_lang}/{word_id}/{filters}
  • GET/entries/{source_translation_language}/{word_id}/translations={target_translation_language}
  • GET/filters
  • GET/filters/{endpoint}