v2

latestOpenAPI 3.0.3Proprietary2026-07-26232599.0 KB
Title

Report incorrect title data

Report incorrect or missing data for a title. This endpoint helps improve data quality by allowing users to flag issues with title information.

Note: This endpoint does not count against your quota as users are helping improve data quality.

get/title/{title_id}/incorrect-data

Path parameters

title_idstring required
Example:3173903

Title identifier. Accepts:

  • Watchmode ID (e.g., 345534) - 1 credit
  • IMDB ID (e.g., tt0903747) - 2 credits
  • TMDB format (e.g., movie-278 or tv-1396) - 2 credits

Query parameters

somethingWrongDescription0 | 1

Flag indicating description/overview is incorrect (1 = yes)

serviceIncorrect0 | 1

Flag indicating streaming service info is incorrect (1 = yes)

sourceMissing0 | 1

Flag indicating a streaming source is missing (1 = yes)

somethingElseWrong0 | 1

Flag indicating other issue (1 = yes)

somethingWrongDetailsstring

Free-text description of the issue

Response

Report received successfully

successboolean
statusMessagestring

Example response

{
  "success": true,
  "statusMessage": "Request to correct title information received. Please wait 2 minutes while we attempt to auto-correct the issue."
}