Skip to content

Overseerr

Shows a snapshot of your Overseerr request pipeline: how many requests are pending review, approved and processing, already available, and the total request count.

Configuration

{ id: "my-overseerr", type: "overseerr", col: 1, row: 1, width: 6, height: 1,
  config: {
    title: "Overseerr",
    url: "http://localhost:5055",
    apiKey: "your-api-key",
  }
}

Options

Field Type Default Description
title string "Overseerr" Heading displayed on the widget.
url string "http://localhost:5055" Base URL of your Overseerr instance.
apiKey string Overseerr API key. See Credentials.

Credentials

Open Overseerr and navigate to Settings > General. Your API key is shown in the API Key field. Copy it and paste it into the apiKey field.

Warning

Keep your API key private. It grants access to request data and user information.

Example

{ id: "overseerr-requests", type: "overseerr", col: 1, row: 2, width: 6, height: 1,
  config: {
    title: "Requests",
    url: "http://192.168.1.10:5055",
    apiKey: "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
  }
}

Tip

Place this widget alongside Radarr and Sonarr for a complete view from request through to availability.