/
/Watchmode API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14h ago · Updated 1w ago
Account1
  • getGet API quota status
Changes5
  • getGet newly added titles
  • getGet newly added people
  • getGet titles with changed sources
  • getGet titles with changed details
  • getGet titles with changed episodes
Configuration4
  • getList streaming sources
  • getList supported regions
  • getList TV networks
  • getList genres
Person1
  • getGet person details
Releases2
  • getGet Title Release Dates - Simple
  • getGet Title Release Dates - Advanced
Search2
  • getSearch for titles and people
  • getAutocomplete search
Title8
  • getList and filter titles
  • getGet title details
  • getGet title streaming sources
  • getGet title seasons
  • getGet title episodes
  • getGet a single episode
  • getGet title cast and crew
  • getReport incorrect title data
    Account

    Get API quota status

    Returns your current API quota and usage for the month.

    get/status

    Response

    Quota status retrieved successfully

    quotainteger

    Monthly API quota limit

    quotaUsedinteger

    API calls used this month

    Example response

    {
      "quota": 1000,
      "quotaUsed": 150
    }

    Changes