📡 Raadio PRT API

Raadio PRT avalik JSON API võimaldab kasutada raadio andmeid väliste rakenduste, mängijate ja teenuste jaoks.

Base URL:

https://raadioprt.com/api/

⚙️ API Info

Nimetus Väärtus
API Version 1.1
Format JSON
Authentication None
Rate limit None (fair use)
Developer contact [email protected]

🎵 Now Playing

Returns the currently playing song.

/NowPlaying.json

Example:

https://raadioprt.com/api/NowPlaying.json

đź“… Schedule API

Today:

/TodaySchedule.json

Previous 3 days:

/LastSchedule.json

Next 7 days:

/FutureSchedule.json

🎼 Songfinder API

Returns song information from the Raadio PRT music database.

/songfinder/

Search by artist and title:

https://raadioprt.com/api/songfinder/?artist=Artist&title=Song

Search by phonogram number:

https://raadioprt.com/api/songfinder/?fonogram=AM-00123

Search by ISRC:

https://raadioprt.com/api/songfinder/?isrc=QZWV32550436

Response example:

{
    "artist": "Keeana Kee",
    "title": "Gimme Gimme",
    "image": "https:\/\/app.razuna.eu\/file\/remote?i=6a1052b094bc3fb7827f2459&f=t&dl=t&c=10708754c6649d93cf0025229e03e774&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiIvZmlsZS9yZW1vdGU_aT02YTEwNTJiMDk0YmMzZmI3ODI3ZjI0NTkmZj10JmRsPXQmYz0xMDcwODc1NGM2NjQ5ZDkzY2YwMDI1MjI5ZTAzZTc3NCIsInR5cGUiOiJkaXJlY3QifQ.aQldOiYbk_totU9r19cZ7hEfFQud8jb5-6QYgBUBPjg",
    "instrumental": false,
    "fonogram": "AM-00121",
    "duration": "2:45",
    "spotify": "https:\/\/open.spotify.com\/track\/4OMn9kA7UaJTqywN8iPzYt",
    "isrc": "QZWV32550436"
}

📌 Example Requests

Now Playing:

https://raadioprt.com/api/NowPlaying.json

Songfinder:

https://raadioprt.com/api/songfinder/?artist=Keeana%20Kee&title=Gimme%20Gimme