Movie Max
API that provides information schedules about movies showing in Kenyan cinemas
3 subscribers
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Movie Max endpoints
| Method | Endpoint | Description |
|---|---|---|
| Theatres | ||
| GET |
All Theatres /v1/theatres |
Get a list of all currently supported theatres by the API |
| GET |
Schedules /v1/theatres/{theatre_id}/movies/{movie_id}/schedules |
Get showtimes of a particular movie in a particular theatre. You will need to pass in the theatre's id and the movie id. The result is a list of showtimes that the movie is showing |
| GET |
Movies /v1/theatres/{theatre_id}/movies/ |
Get a list of movies showing in a particular theatre. You will need to pass in the theatre's id which you get when you get in the previous step |
| Movies | ||
| GET |
Movie /v1/movies/{id} |
Get movie information for a particular movie. You must provide the movie id |
| GET |
Theatres /v1/movies/{movie_id}/theatres |
Get a list of theatres that a particular movie is showing in. |
| GET |
Upcoming /v1/movies/upcoming |
Get a list of upcoming movies across all theatres |
| GET |
All Movies /v1/movies |
Get a list of movies showing across all theatres |
| Schedules | ||
| GET |
All Schedules /v1/schedules |
Accessing this enpoints returns a list of dates in which movies are showing across all theatres. To get a list of movies you must use the format of the dates AS IS in this list |
| GET |
Movies Showing /v1/schedules/{date}/theatres |
Get a list of theatres with respective movies that are showing on the specified date plus their showtimes on that date. The format must be in dd-mm-yyyy. Essentially the date… |
| Other endpoints | ||
| GET |
/v1/configuration /v1/configuration |
Get the system wide configuration information. Some elements of the API require some knowledge of this configuration data. The purpose of this is to try and keep the actual API… |
Movie Max pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | — |
|