Tivo · JSON Structure

Tivo Content Structure

Structural documentation for TiVo entertainment content metadata

Type: object Properties: 0
EntertainmentMetadataTelevisionMoviesMusicStreaming

Tivo Content Structure is a JSON Structure definition published by Tivo.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "TiVo Content Item Structure",
  "description": "Structural documentation for TiVo entertainment content metadata",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "description": "Unique TiVo content identifier",
      "required": true
    },
    {
      "name": "title",
      "type": "string",
      "description": "Content title",
      "required": true
    },
    {
      "name": "type",
      "type": "string (enum)",
      "description": "Content classification: movie, series, episode, person, sport, program",
      "required": true
    },
    {
      "name": "year",
      "type": "integer",
      "description": "Release or premiere year"
    },
    {
      "name": "description",
      "type": "string",
      "description": "Content synopsis"
    },
    {
      "name": "genres",
      "type": "array[string]",
      "description": "Genre classifications"
    },
    {
      "name": "rating",
      "type": "string",
      "description": "Content maturity rating (PG, R, TV-MA)"
    },
    {
      "name": "runtime",
      "type": "integer",
      "description": "Duration in minutes"
    },
    {
      "name": "languages",
      "type": "array[string]",
      "description": "Available language codes (ISO 639-1)"
    },
    {
      "name": "cast",
      "type": "array[CastMember]",
      "description": "Cast and crew with roles and characters"
    },
    {
      "name": "images",
      "type": "array[Image]",
      "description": "Posters, backdrops, stills, and logos"
    },
    {
      "name": "externalIds",
      "type": "object",
      "description": "Cross-reference identifiers: rovi, rovi2, tmdb, eidr"
    },
    {
      "name": "availableOn",
      "type": "array[string]",
      "description": "Streaming platform availability list"
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tivo-content-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.