Roku Search Feed
GET /rokuSearchFeed
Purpose
Provide a search feed for Roku app content to be ingested by Roku.
The output of this endpoint conforms to the Roku Search feed 2.0 (JSON) schema.
The results are paginated and there will be a next page of the nextPageUrl
property is present in the response.
Only local shows for the provided stations are included with the search feeds. PBS National content cannot be included.
Payload
Type
JSON in body.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
callSign | Yes | String | The four letter station call sign to generate the feed for. |
page | No | Number | Page number to load (items for 100 shows per page). |
Responses
- 200 OK
- 400 Bad Request
- 404 Not Found
JSON page for the page of results requested.
See Roku Search sample feeds for expected output properties.
Indicates the callSign
parameter is missing from the URL request.
Indicates no results found for the requested page.