> ## Documentation Index
> Fetch the complete documentation index at: https://docs.watchr.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Discover movies



## OpenAPI

````yaml /api-reference/openapi.json get /discover/movie
openapi: 3.1.0
info:
  title: Watchr
  version: 0.0.0
servers: []
security: []
paths:
  /discover/movie:
    get:
      tags:
        - Discover
      summary: Discover movies
      operationId: get_discover_movie
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````