E

EtMDB REST API v1

by EtMDB REST API v1 Free tier

The Ethiopian Movie Database

entertainmentetmdb

Quick Reference

Base URL 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
Pricing
28
Latency
40
Depth
57

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free and open. Ethiopian Movie Database REST API; community maintained.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://etmdb.com/api/v1/cinema-detail/search/{cinema_name}' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official EtMDB REST API v1 documentation.