{ "opencollection": "1.0.0", "info": { "name": "TuneIn Streaming API (OPML/RadioTime) Playing.ashx API", "version": "1.0.0" }, "items": [ { "info": { "name": "Playing.ashx", "type": "folder" }, "items": [ { "info": { "name": "Submit now-playing metadata for a station", "type": "http" }, "http": { "method": "GET", "url": "https://opml.radiotime.com/Playing.ashx", "params": [ { "name": "partnerId", "value": "", "type": "query", "description": "Unique partner identifier issued by TuneIn upon broadcaster registration.\n" }, { "name": "partnerKey", "value": "", "type": "query", "description": "Partner authentication key issued by TuneIn alongside the partnerId.\n" }, { "name": "id", "value": "", "type": "query", "description": "Station identifier assigned by TuneIn. Must be prefixed with \"s\" (e.g. s12345).\n" }, { "name": "title", "value": "", "type": "query", "description": "Title of the currently playing song." }, { "name": "artist", "value": "", "type": "query", "description": "Name of the artist performing the currently playing song." }, { "name": "album", "value": "", "type": "query", "description": "Album name for the currently playing song." }, { "name": "commercial", "value": "", "type": "query", "description": "Set to true during non-song periods (e.g. advertisements, station IDs). When true, title and artist are not required.\n" } ] }, "docs": "Submits real-time now-playing metadata (current song, artist, album, commercial flag) for a licensed broadcast station to TuneIn. Partners must include their partnerId and partnerKey credentials. Requests should be sent once per song start — duplicate or timer-based submissions within short timeframes may be blocked. Information may take up to 24 hours to appear on TuneIn.com.\n" } ] } ], "bundled": true }