Other
etmdb.com
EtMDB REST API v1 sandbox and mock API
The Ethiopian Movie Database Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 27
- Collections
- -
- Event types
- -
example request
curl https://your-etmdb.slurry.io/api/v1/cinema-detail/search/123 \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.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 27.
- GET/api/v1/cinema-detail/search/{cinema_name}
- GET/api/v1/cinema-schedule/search/{movie_title}
- GET/api/v1/cinema-schedule/searchall/{param}
- GET/api/v1/cinema-shedule-showtime/search/{movie_title}
- GET/api/v1/cinema-shedule-showtime/searchall/{param}
- GET/api/v1/cinema/search/{id}
- GET/api/v1/company-credits/search/{movie_title}
- GET/api/v1/company-credits/searchall/{param}
- GET/api/v1/company/search/{company_name}
- GET/api/v1/filmography-type/search/{filmography_description}
- GET/api/v1/filmography/search/{movie_title}
- GET/api/v1/filmography/searchall/{param}