Automate EtMDB
HumDay reads EtMDB’s own published API description and derives 27 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What EtMDB is
The Ethiopian Movie Database
API host: etmdb.com
What HumDay can read from EtMDB
These are the operations a schedule or a trigger can watch.
- GETReturn cast search result
/api/v1/people/search/{user} - GETReturn cast media search result
/api/v1/media/searchall/{user} - GETReturn cinema schedule search result
/api/v1/cinema-schedule/searchall/{param} - GETReturn cinema schedule search result
/api/v1/cinema-schedule/search/{movie_title} - GETReturn cinema schedule and showtime search result
/api/v1/cinema-shedule-showtime/searchall/{param} - GETReturn cinema schedule and showtime search result
/api/v1/cinema-shedule-showtime/search/{movie_title} - GETReturn cinema search result
/api/v1/cinema/search/{id} - GETReturn news or article search result
/api/v1/news/search/{title} - GETReturn job details search result
/api/v1/job/search/{job_title} - GETReturn movie genre search result
/api/v1/genre/search/{movie_title} - GETReturn movie media search result
/api/v1/media/search/{movie_title} - GETReturn movie search result
/api/v1/movie/search/{movie_title} - GETReturn showtime search result
/api/v1/showtime/searchall/{param} - GETReturn watchlist search result
/api/v1/watchlist/searchall/{param} - GETReturn job details search result
/api/v1/job/searchall/{company_name} - GETReturn movie cast search result
/api/v1/movie-cast/searchall/{param} - GETReturn company search result
/api/v1/company/search/{company_name} - GETReturn filmography search result
/api/v1/filmography/searchall/{param} - GETReturn watchlist search result
/api/v1/watchlist/search/{movie_title} - GETReturn movie cast search result
/api/v1/movie-cast/search/{movie_title} - GETReturn filmography search result
/api/v1/filmography/search/{movie_title} - GETReturn company credits search result
/api/v1/company-credits/searchall/{param} - GETReturn cinema details search result
/api/v1/cinema-detail/search/{cinema_name} - GETReturn movie genre search result
/api/v1/genre/searchall/{movie_genre_type} - GETReturn company credits search result
/api/v1/company-credits/search/{movie_title} - GETReturn genre type search result
/api/v1/genre-type/search/{genre_description} - GETReturn filmography type search result
/api/v1/filmography-type/search/{filmography_description}
How automating EtMDB works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live EtMDB account.
- Grant access, then go live. You approve the specific EtMDB operations it may use — and only those.
Automate EtMDB with these
- Google Compute Engine694 operations
- Jellyfin379 operations
- OpenAI273 operations
- Evetech EVE Swagger Interface206 operations
- Google Campaign Manager 360205 operations
- Google Content for Shopping175 operations
- Google Display & Video 360151 operations
- Bungie.Net134 operations
- VocaDbWeb127 operations
- Google Admin SDK122 operations
- Google Apigee109 operations
- Shutterstock Explorer109 operations
Categories
Questions about EtMDB automation
- Can HumDay connect to EtMDB?
- Yes. HumDay reads EtMDB's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 27 operations are documented.
- Do I need to write code to automate EtMDB?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your EtMDB account.
- What can HumDay do in EtMDB?
- 0 of the 27 documented operations change something in EtMDB, and 27 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my EtMDB account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to EtMDB is held behind that approval.
Where this came from
The operations above are read from a published API description for EtMDB at etmdb.com/api/docs/endpoints/?format=openapi. Descriptions are the provider’s own words, not ours. Last published 2021-06-21.