← Back to search
70
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
data musicllms-txtopenapiapiai-friendly

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 70/100

            

llms.txt Content

# Watchmode API > REST/JSON API for streaming availability, title metadata, people, releases, sources, regions, genres, and change tracking across major streaming services. Base API URL: https://api.watchmode.com/v1. All API requests require an API key. Prefer the `X-API-Key` request header or `Authorization: Bearer YOUR_API_KEY` over query-string credentials. The interactive docs at https://api.watchmode.com/docs are powered by Redoc. Coding agents should prefer the raw OpenAPI files below because they contain the complete endpoint and schema definitions without client-side rendering. ## Documentation - [Interactive API docs](https://api.watchmode.com/docs): Human-readable Redoc documentation. - [OpenAPI JSON](https://api.watchmode.com/openapi.json): Complete machine-readable API specification. - [OpenAPI YAML](https://api.watchmode.com/openapi.yaml): Complete machine-readable API specification in YAML. - [Full LLM context](https://api.watchmode.com/llms-full.txt): Expanded endpoint index and integration notes. - [Request API key](https://api.watchmode.com/requestApiKey): Create a free API key. - [Terms and Conditions](https://api.watchmode.com/tc): Usage terms, licensing, and image rights notes. ## SDKs And Data Files - [Official TypeScript SDK](https://www.npmjs.com/package/@watchmode/api-client): Published npm package for Watchmode API integrations. - [Title ID map](https://api.watchmode.com/datasets/title_id_map.csv): CSV map for Watchmode title IDs. - [Person ID map](https://api.watchmode.com/datasets/person_id_map.csv): CSV map for Watchmode person IDs. ## Optional - [Home and pricing](https://api.watchmode.com/#pricing): Plan and pricing information.

OpenAPI Spec (preview)

openapi: 3.0.3 info: title: Watchmode API version: 1.1.7 description: | The Watchmode API provides comprehensive data about movies, TV shows, and streaming availability across 200+ streaming services worldwide. ## Official TypeScript SDK Install our official SDK for the best developer experience: ```bash npm install @watchmode/api-client ``` **Quick Start:** ```typescript import { WatchmodeClient } from '@watchmode/api-client'; const client = ne