Theaters

APIDescription
GET api/Theaters/AllEventsForCurrentWeek?locale={locale}&latinCity={latinCity}&hideTimeInfo={hideTimeInfo}

Gets all the events that take place in the specified city for the current week and can hide TimeTableLocations.

GET api/Theaters/AllEventsForCurrentWeek?locale={locale}&latinCity={latinCity}

Gets all the events that take place in the specified city for the current week.

GET api/Theaters/AllLightEventsForCurrentWeek?locale={locale}&latinCity={latinCity}

Gets all the events that take place in the specified city for the current week without TimeTableLocations and with LocationName.

GET api/Theaters/AllCities

Gets a list of all the cities in the system.

GET api/Theaters/City?locale={locale}&latinCity={latinCity}

Get information for the specific city.

GET api/Theaters/ActiveCitiesForCurrentWeek?locale={locale}

Gets a list of the cities that hold events the current week.

GET api/Theaters/ActiveCitiesForWeek?locale={locale}&date={date}

Gets a list of the cities that hold events the specified week.

GET api/Theaters/AllEventsForWeek?locale={locale}&latinCity={latinCity}&date={date}

Gets all the events that take place in the specified city for the specified week.

GET api/Theaters/Event?eventEncodedName={eventEncodedName}&locale={locale}&latinCity={latinCity}&date={date}

Get information for a specific event.

GET api/Theaters/GroupedEvent?eventEncodedName={eventEncodedName}&locale={locale}&latinCity={latinCity}&date={date}

Get information for a specific event with TimeTableLocation data grouped.

GET api/Theaters/EventsForCurrentWeek?locationEncodedName={locationEncodedName}&locale={locale}&latinCity={latinCity}

Gets the events for a specific location the current week.

GET api/Theaters/EventsForWeek?locationEncodedName={locationEncodedName}&locale={locale}&latinCity={latinCity}&date={date}

Gets the events for a specific location the specified week.

GET api/Theaters/LocationsForCurrentWeek?locale={locale}&latinCity={latinCity}

Gets a list of locations in the specified city that hold events in the current week.

GET api/Theaters/LocationsForWeek?locale={locale}&latinCity={latinCity}&date={date}

Gets a list of locations in the specified city that hold events in the specified week.

GET api/Theaters/NewEventsForCurrentWeek?locale={locale}&latinCity={latinCity}

Gets a collection of the new events in the city for the current week.

GET api/Theaters/NewEventsForWeek?locale={locale}&latinCity={latinCity}&date={date}

Gets a collection of the new events in the city for the specified week.

Movies

APIDescription
GET api/Movies/AllCities

Gets a list of all the cities in the system.

GET api/Movies/City?locale={locale}&latinCity={latinCity}

Get information for the specific city.

GET api/Movies/ActiveCitiesForCurrentWeek?locale={locale}

Gets a list of the cities that hold events the current week.

GET api/Movies/ActiveCitiesForWeek?locale={locale}&date={date}

Gets a list of the cities that hold events the specified week.

GET api/Movies/AllEventsForCurrentWeek?locale={locale}&latinCity={latinCity}

Gets all the events that take place in the specified city for the current week.

GET api/Movies/AllEventsForWeek?locale={locale}&latinCity={latinCity}&date={date}

Gets all the events that take place in the specified city for the specified week.

GET api/Movies/Event?eventEncodedName={eventEncodedName}&locale={locale}&latinCity={latinCity}&date={date}

Get information for a specific event.

GET api/Movies/GroupedEvent?eventEncodedName={eventEncodedName}&locale={locale}&latinCity={latinCity}&date={date}

Get information for a specific event with TimeTableLocation data grouped.

GET api/Movies/EventsForCurrentWeek?locationEncodedName={locationEncodedName}&locale={locale}&latinCity={latinCity}

Gets the events for a specific location the current week.

GET api/Movies/EventsForWeek?locationEncodedName={locationEncodedName}&locale={locale}&latinCity={latinCity}&date={date}

Gets the events for a specific location the specified week.

GET api/Movies/LocationsForCurrentWeek?locale={locale}&latinCity={latinCity}

Gets a list of locations in the specified city that hold events in the current week.

GET api/Movies/LocationsForWeek?locale={locale}&latinCity={latinCity}&date={date}

Gets a list of locations in the specified city that hold events in the specified week.

GET api/Movies/NewEventsForCurrentWeek?locale={locale}&latinCity={latinCity}

Gets a collection of the new events in the city for the current week.

GET api/Movies/NewEventsForWeek?locale={locale}&latinCity={latinCity}&date={date}

Gets a collection of the new events in the city for the specified week.