Roku Search Feed

Roku Search Feed is a JSON feed format that publishers ingest to expose their catalog to Roku Search. The feed provides movies, series, episodes, short-form videos, TV specials, and live feeds with localized titles, descriptions, ratings, content links, and external IDs.

API entry from apis.yml

apis.yml Raw ↑
aid: roku:search-feed
name: Roku Search Feed
humanURL: https://github.com/rokudev/search-feed-json
description: Roku Search Feed is a JSON feed format that publishers ingest to expose their catalog to
  Roku Search. The feed provides movies, series, episodes, short-form videos, TV specials, and live feeds
  with localized titles, descriptions, ratings, content links, and external IDs.
tags:
- Feed
- Search
- Content Catalog
properties:
- type: Documentation
  url: https://github.com/rokudev/search-feed-json
- type: JSONSchema
  url: json-schema/search-feed-schema.json
  title: Search Feed Schema
- type: JSON-LD
  url: json-ld/roku-search-feed-context.jsonld
- type: Example
  url: examples/roku-search-feed-simple-example.json
  title: Simple Search Feed Example
- type: Example
  url: examples/roku-search-feed-advanced-example.json
  title: Advanced Search Feed Example