1. Movietheaters programming
Returns the film program, with localization of cinema and movie showtimes programming including when the room.
Path | /movietheaters/programming/{service_id} |
Methods | GET | POST |
Parameters |
|
Success Response | Code: 200 OK Content: XML or JSON |
Error Response | Code: 406 Not Acceptable. For security reasons bad identification or not permitted dates … Content: n/d |
Example | https://rest.tamburino.it/api/v1/movietheaters/programming/457?apikey=1234567890123456&date=10-09-2016&days=3&format=json
Request a movietheater programming for the service 457 for 3 days starting from 10/09/2016. The answer is in JSON format. |
2. Television programming
2.1 Channels
List, for each day required, program scheduling for the channel.
Path | /television/channels/{service_id} |
Methods | GET | POST |
Parameters |
|
Success Response | Code: 200 OK Content: XML or JSON |
Error Response | Code: 406 Not Acceptable. For security reasons bad identification or not permitted dates … Content: n/d |
Example | https://rest.tamburino.it/api/v1/television/channels/513?apikey=1234567890123456&date=10-09-2016&days=3&format=xml
Requested, through the service 513, television listings for channels (generalist / digital terrestrial / satellite / …) specified in the product for 3 days starting from 09/10/2016. The answer is in XML format. |
2.2 Categories
List, for each day required, of the schedules of the categories, such as movies, boys, sports, etc.
Path | /television/category/{service_id} |
Methods | GET | POST |
Parameters |
|
Success Response | Code: 200 OK Content: XML or JSON |
Error Response | Code: 406 Not Acceptable. For security reasons bad identification or not permitted dates … Content: n/d |
Example | https://rest.tamburino.it/api/v1/television/category/724?apikey=1234567890123456&date=10-09-2016&days=3
Requested, through the service 724, television programming category programs (sports / film / boys / …) specified in the product purchased for three days starting from 10/09/2016. The answer is in XML format (default). |