The Ethiopian Movie Database
https://etmdb.com
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://etmdb.com
Endpoint status
Live — HTTP 200 — endpoint is accessible2.54s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Free and open. Ethiopian Movie Database REST API; community maintained.
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/cinema-detail/search/{cinema_name} |
Return cinema details search result |
| GET | /api/v1/cinema-schedule/search/{movie_title} |
Return cinema schedule search result |
| GET | /api/v1/cinema-schedule/searchall/{param} |
Return cinema schedule search result |
| GET | /api/v1/cinema-shedule-showtime/search/{movie_title} |
Return cinema schedule and showtime search result |
| GET | /api/v1/cinema-shedule-showtime/searchall/{param} |
Return cinema schedule and showtime search result |
| GET | /api/v1/cinema/search/{id} |
Return cinema search result |
| GET | /api/v1/company-credits/search/{movie_title} |
Return company credits search result |
| GET | /api/v1/company-credits/searchall/{param} |
Return company credits search result |
curl -X GET 'https://etmdb.com/api/v1/cinema-detail/search/{cinema_name}' \
-H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official EtMDB REST API v1 documentation.