Trakt · JSON Structure

Trakt Movie Structure

Logical field map for a Trakt movie object, grouping properties by purpose and noting which extended modes return them.

Type: Properties: 0
VideoMoviesTelevisionMedia TrackingScrobbleRecommendationsSocialAuthenticationPublic APIs

Trakt Movie Structure is a JSON Structure definition published by Trakt.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Trakt Movie Structure",
  "description": "Logical field map for a Trakt movie object, grouping properties by purpose and noting which extended modes return them.",
  "entity": "Movie",
  "groups": [
    {
      "group": "identity",
      "fields": [
        { "name": "ids.trakt", "type": "integer", "always": true },
        { "name": "ids.slug", "type": "string", "always": true },
        { "name": "ids.imdb", "type": "string", "extended": ["full"] },
        { "name": "ids.tmdb", "type": "integer", "extended": ["full"] },
        { "name": "title", "type": "string", "always": true },
        { "name": "year", "type": "integer", "always": true }
      ]
    },
    {
      "group": "narrative",
      "fields": [
        { "name": "tagline", "type": "string", "extended": ["full"] },
        { "name": "overview", "type": "string", "extended": ["full"] },
        { "name": "released", "type": "date", "extended": ["full"] },
        { "name": "runtime", "type": "integer", "extended": ["full"] },
        { "name": "country", "type": "string", "extended": ["full"] },
        { "name": "language", "type": "string", "extended": ["full"] },
        { "name": "genres", "type": "array<string>", "extended": ["full"] },
        { "name": "certification", "type": "string", "extended": ["full"] },
        { "name": "status", "type": "enum", "extended": ["full"] }
      ]
    },
    {
      "group": "engagement",
      "fields": [
        { "name": "rating", "type": "number", "extended": ["full"] },
        { "name": "votes", "type": "integer", "extended": ["full"] },
        { "name": "comment_count", "type": "integer", "extended": ["full"] }
      ]
    },
    {
      "group": "external-links",
      "fields": [
        { "name": "trailer", "type": "uri" },
        { "name": "homepage", "type": "uri" }
      ]
    },
    {
      "group": "media-assets",
      "fields": [
        { "name": "images", "extended": ["images"] }
      ]
    }
  ]
}

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/trakt-movie-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.