1 Custom Lists
Ultimate edited this page 2022-09-18 16:54:18 +02:00

The Custom Lists feature in sonarr gives developers the possiblity to create APIs that output lists for sonarr to import.

As an example, the content of the list that sonarr gets from the given URL should look something like this:

[
  {
    "tvdbId": "12345"
  },
  {
    "tvdbId": "67890"
  },
  {
    "tvdbId": "74185"
  },
  {
    "tvdbId": "36985"
  }
]