japina logo
UPDATE:
The services are now defunct since Val202 decided to change their web page and also provides needed data in XML format.
The page is here for the reference purposes.

I have created few different web services. The technology includes SOAP and RESTful services. RESTful service can return it's data as XML or JSON.

Val202 PlayinNow SOAP service

Showing what's up on radio station Val202.
The usage is simple: just call the web service playingNow and it returns what's playing in HTML.

Data source: RTVSLO Val202 (http://www.rtvslo.si/val202/)
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()


Example of Windows app
Example of Mac OSX app

playingNow() service (input/output):
    INPUT:         Nothing
    OUTPUT:     String with data of what's playing on Val202 in HTML.

val202igra RESTful service

Showing what's up on radio station Val202 and current crew.
The usage is simple: just call the URL using syntax below (providing you have proper key) and it returns data in XML.

Data source: RTVSLO Val202 (http://www.rtvslo.si/val202/)
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?
mail us on: info@japina.eu