Skip to main content

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

ParameterRequiredTypeDescription
callSignYesStringThe four letter station call sign to generate the feed for.
pageNoNumberPage number to load (items for 100 shows per page).

Responses

JSON page for the page of results requested.

See Roku Search sample feeds for expected output properties.