Home
Providers
Trakt
Trakt
Trakt is the personal media database for movies and TV. Its API v2 (api.trakt.tv) exposes ~150 endpoints across movies, shows, seasons, episodes, people, search, lists, calendars, recommendations, comments, notes, scrobble, checkin, and full per-user sync (history, watchlist, ratings, collection, favorites, playback progress). Authentication is OAuth 2.0 via Authorization Code or Device flows. The platform powers the Trakt website, official Android/iOS apps, and a large third-party ecosystem of media-center plugins and trackers.
Trakt publishes 22 APIs on the APIs.io network, including Calendars API, Certifications API, Checkin API, and 19 more. Tagged areas include Video, Movies, Television, Media Tracking, and Scrobble.
The Trakt catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
Trakt’s developer surface includes authentication, documentation, signup flow, pricing, support, FAQ, engineering blog, and 36 more developer resources.
22 APIs
11 Features
7 Use Cases
On this page
Kin Score
APIs 22
Postman 22
Open Collections 24
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 11
Vocabularies 1
Spectral Rules 2
JSON Schema 5
JSON Structure 3
Examples 8
Security Posture 2
Agentic Access 1
Use Cases 7
Integrations 7
Solutions 4
Resources 43
apis.yml
40 Operational Transparency
Composite quality — 58.7/100 · strong
Contract Quality
16.1 / 25
Developer Ergonomics
9.5 / 20
Operational Transparency
5.1 / 13
Contract Governance
3.5 / 12
Agent readiness — 20/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
Documented Reversibility
0 / 6
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Delegated User Identity
0 / 6
Protected Resource Metadata
0 / 5
Registration Without a Human
0 / 6
Agentic Commerce Surface
0 / 5
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 22
Ready-to-run Postman collections for exercising this provider's APIs.
Scroll for all 22
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 24
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Scroll for all 11
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
JSON Structure definitions describing this provider's data shapes.
Example request and response payloads for these APIs.
Scroll for all 8
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Scroll for all 7
Pre-built integrations with other platforms and tools.
Scroll for all 7
Packaged solutions this provider offers.
Get Started 2
Portal, sign-up, and the first successful call
Documentation 1
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 3
Pagination, idempotency, versioning, errors, and events
Build 21
SDKs, sample code, and the tooling you integrate with
Scroll for all 21
Access & Security 2
Authentication, authorization, and security posture
Operate 5
Status, limits, changes, and where to get help
Commercial 5
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Other 1
Properties that don't map to a standard resource type
Source (apis.yml)
aid: trakt
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/trakt.png
name: Trakt
description: Trakt is the personal media database for movies and TV. Its API v2 (api.trakt.tv) exposes ~150 endpoints across
movies, shows, seasons, episodes, people, search, lists, calendars, recommendations, comments, notes, scrobble, checkin,
and full per-user sync (history, watchlist, ratings, collection, favorites, playback progress). Authentication is OAuth
2.0 via Authorization Code or Device flows. The platform powers the Trakt website, official Android/iOS apps, and a large
third-party ecosystem of media-center plugins and trackers.
url: https://trakt.tv
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
specificationVersion: '0.23'
created: '2026-05-28'
modified: '2026-05-30'
x-source: public-apis/public-apis
x-category: Video
x-type: company
x-tier: 2
x-tier-reason: full-pipeline-enrichment
tags:
- Video
- Movies
- Television
- Media Tracking
- Scrobble
- Recommendations
- Social
- Authentication
- Public APIs
tags_raw:
- Video
- Movies
- Television
- Media Tracking
- Scrobble
- Recommendations
- Social
- OAuth2
- Public APIs
apis:
- aid: trakt:trakt-calendars-api
name: Trakt Calendars API
description: Upcoming and recently aired schedules for shows, episodes, and movies.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Calendars
properties:
- type: OpenAPI
url: openapi/trakt-calendars-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-certifications-api
name: Trakt Certifications API
description: Movie and show certification reference data.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Certifications
properties:
- type: OpenAPI
url: openapi/trakt-certifications-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-checkin-api
name: Trakt Checkin API
description: Lightweight social "now watching" check-ins.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Check-in
tags_raw:
- Checkin
properties:
- type: OpenAPI
url: openapi/trakt-checkin-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-comments-api
name: Trakt Comments API
description: Comment threads, replies, likes, reactions.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Comments
properties:
- type: OpenAPI
url: openapi/trakt-comments-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-countries-api
name: Trakt Countries API
description: Country reference data.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Countries
properties:
- type: OpenAPI
url: openapi/trakt-countries-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-episodes-api
name: Trakt Episodes API
description: Episode metadata, ratings, comments, watching.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Episodes
properties:
- type: OpenAPI
url: openapi/trakt-episodes-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-genres-api
name: Trakt Genres API
description: Genre reference data.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Genres
properties:
- type: OpenAPI
url: openapi/trakt-genres-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-languages-api
name: Trakt Languages API
description: Language reference data.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Language
tags_raw:
- Languages
properties:
- type: OpenAPI
url: openapi/trakt-languages-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-lists-api
name: Trakt Lists API
description: Trending, popular, and personal lists.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- List
tags_raw:
- Lists
properties:
- type: OpenAPI
url: openapi/trakt-lists-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-movies-api
name: Trakt Movies API
description: Movie metadata, trending, watched, anticipated, popular, ratings, related, people.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Movies
properties:
- type: OpenAPI
url: openapi/trakt-movies-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-networks-api
name: Trakt Networks API
description: Television network reference data.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Networks
properties:
- type: OpenAPI
url: openapi/trakt-networks-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-notes-api
name: Trakt Notes API
description: Personal notes attached to media items.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Notes
properties:
- type: OpenAPI
url: openapi/trakt-notes-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-oauth-api
name: Trakt OAuth API
description: Authorization Code and Device OAuth flows.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Authentication
tags_raw:
- OAuth
properties:
- type: OpenAPI
url: openapi/trakt-oauth-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-people-api
name: Trakt People API
description: Person metadata, filmography, lists.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- People
properties:
- type: OpenAPI
url: openapi/trakt-people-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-recommendations-api
name: Trakt Recommendations API
description: Personalized recommendations for movies and shows.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Recommendations
properties:
- type: OpenAPI
url: openapi/trakt-recommendations-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-scrobble-api
name: Trakt Scrobble API
description: Start, pause, and stop scrobbles for movies and episodes.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Scrobble
properties:
- type: OpenAPI
url: openapi/trakt-scrobble-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-search-api
name: Trakt Search API
description: Text and ID lookup across movies, shows, episodes, people, lists.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Search
properties:
- type: OpenAPI
url: openapi/trakt-search-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-seasons-api
name: Trakt Seasons API
description: Season-level metadata and episodes.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Seasons
properties:
- type: OpenAPI
url: openapi/trakt-seasons-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://trakt.docs.apiary.io/
- aid: trakt:trakt-shows-api
name: Trakt Shows API
description: Show metadata, trending, watched, anticipated, popular, progress, seasons, episodes.
humanURL: https://trakt.docs.apiary.io/
baseURL: https://api.trakt.tv
tags:
- Shows
properties:
- type: OpenAPI
url: openapi/trakt-shows-api-openapi.yml
- type: Documentation
url: https://trakt.docs.apiary.io/
- type: JSONSchema
url: json-schema/trakt-movie-schema.json
- type: JSONSchema
url: json-schema/trakt-show-schema.json
- type: JSONSchema
url: json-schema/trakt-episode-schema.json
- type: JSONSchema
url: json-schema/trakt-user-schema.json
- type: JSONSchema
url: json-schema/trakt-scrobble-schema.json
- type: JSONStructure
url: json-structure/trakt-movie-structure.json
- type: JSONStructure
url: json-structure/trakt-show-structure.json
- type: JSONStructure
url: json-structure/trakt-history-structure.json
- type: Examples
url: examples/trakt-getTrendingMovies-example.json
- type: Examples
url: examples/trakt-getMovie-example.json
- type: Examples
url: examples/trakt-generateDeviceCode-example.json
- type: Examples
url: examples/trakt-pollDeviceToken-example.json
- type: Examples
url: examples/trakt-scrobbleStart-example.json
- type: Examples
url: examples/trakt-addToHistory-example.json
- type: Examples
url: examples/trakt-searchText-example.json
- type: Examples
url: examples/trakt-getShowWatchedProgress-example.json
- type: Authentication
url: https://trakt.docs.apiary.io/#reference/authentication-oauth
- type: APIReference
url: https://
# --- truncated at 32 KB (44 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/trakt/refs/heads/main/apis.yml
Every provider 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 providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
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 provider
curl "https://apis.io/api/v1/providers/trakt"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/trakt/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/trakt/evidence"
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.