# Watchmode API **Provider:** Watchmode **Category:** entertainment **Base URL:** `https://api.watchmode.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.watchmode.com/ ## Description API for finding out the streaming availability of movies & shows ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.watchmode.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.watchmode.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1,000 req/month. Starter $4/mo (2,500 req), Essentials $9/mo (10,000 req), Pro $29/mo. --- *Source: [API Map](https://apimap.dev/apis/watchmode/) — CC BY 4.0*