{"description":"This API provides access to movies, cinemas, showtimes data, and allows for CRUD operations on these entities.","endpoints":{"/movies":"Retrieve a list of all movies.","/movies_by_id/{is_id}":"Retrieve a specific movie by its ID.","/cinemas/{is_id}":"Retrieve a list of cinemas showing a specific movie.","/cinemas_by_id/{cinema_id}":"Retrieve a specific cinema by its ID.","/cinemas":"Retrieve a list of all cinemas.","/cinemas_by_country/{country}":"Retrieve a list of cinemas in a specific country.","/showtimes/{is_id}/{cinema_id}":"Retrieve a list of showtimes for a specific movie in a specific cinema.","/showtimes_per_country_year_month/{country}/{year}/{month}":"Retrieve a list of showtimes for a specific country in a specific year and month.","/showtimes_by_date":"Retrieve a list of showtimes within a specific date interval.","/showtimes_filter":"Retrieve a list of showtimes within a specific date interval and optionally filter by country, is_id, and/or cinema_id.","/apis/showtimes/showings":"Retrieve showtimes that haven't been sent yet within a specific date interval and optionally filter by country, is_id, and/or cinema_id","/db_stats":"Retrieve total of movies, cinemas and showtimes from the dataset."}}