WSDL http://service.t-42.eu/Val202Service?wsdl
Example of Python code:
from suds.client import Client url="http://service.t-42.eu/Val202Service?wsdl" client = Client(url) print client.service.playingNow()
INPUT: Nothing
OUTPUT: String with data of what's playing on Val202 in HTML.
Current Crew URL: http://rest.t-42.eu/val202igra/default/call/xml/currentCrew/<proper key> What's playing URL: http://rest.t-42.eu/val202igra/default/call/xml/playingNow/<proper key>How to get key?