Skip to main content

SeriesLookupResponse

matches object[]required

Matching series, ordered by provider. Empty when nothing maps — a normal outcome (tsundoku only knows series it has discovered), not an error, so this is a 200 rather than a 404.

  • Array [
  • canonicalTitlestringrequired
    externalIdstringrequired
    providerstringrequired
    seriesIdinteger<int32>required
  • ]
  • SeriesLookupResponse
    {
    "matches": [
    {
    "canonicalTitle": "string",
    "externalId": "string",
    "provider": "string",
    "seriesId": 0
    }
    ]
    }