---
title: "Get Title Release Dates - Simple"
method: GET
path: "/releases"
tags: ["Releases"]
---

# Get Title Release Dates - Simple

`GET /releases`

Get recently released or upcoming releases on major streaming services.
Includes original content flags to identify platform exclusives.
Primarily US release dates, though most major services release globally on the same day.

## Query parameters

- `start_date` integer
- `end_date` integer
- `limit` integer

## Response `200`

List of releases

- ReleasesResponse
  - `releases` Release[]
    - `id` integer
    - `title` string
    - `type` 'movie' | 'tv_series' | 'tv_special' | 'tv_miniseries' | 'short_film' | 'tv_movie'
    - `tmdb_id` integer, nullable
    - `tmdb_type` 'movie' | 'tv', nullable
    - `imdb_id` string, nullable
    - `season_number` integer, nullable — Season number (for TV)
    - `poster_url` string, uri, nullable — Poster image URL. May point to a third-party host. Watchmode does not grant any license to the underlying image.
    - `source_release_date` string, date
    - `source_id` integer
    - `source_name` string
    - `is_original` 0 | 1 — Whether this is an original release on this service

## Other responses

- `400` — Invalid request parameters
- `401` — Invalid or missing API key

---

[API](https://skmtc.dev/watchmode/apis/watchmode-api.md) · [All operations](https://skmtc.dev/watchmode/apis/watchmode-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchmode/watchmode-api/revisions/3215d2b959fa/schema)
