Streams

get playlist with stream url

This endpoint allows you to get playlist file with stream url.

get/1/radios/streams/{stream_uuid}/playlist

Path parameters

stream_uuidstring required

The unique identifier (ID) of the stream to request.

Query parameters

typestring

The playlist type<note><strong>asx,asx</strong>: Asx</note><note><strong>pls,pls</strong>: Pls</note><note><strong>qtl,qtl</strong>: Qtl</note><note><strong>ram,ram</strong>: Ram</note><note><strong>xspf,xspf</strong>: Xspf</note><note><strong>m3u,m3u</strong>: M3u</note>

Example:m3u

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.