---
title: "Returns all scrobble providers for a user. This list is guaranteed to contain an entry for each currently
valid scrobble provider. If the user has none setup, returns the empty default values."
method: GET
path: "/api/Scrobbling/scrobble-settings"
tags: ["Scrobbling"]
---

# Returns all scrobble providers for a user. This list is guaranteed to contain an entry for each currently
valid scrobble provider. If the user has none setup, returns the empty default values.

`GET /api/Scrobbling/scrobble-settings`

## Response `200`

OK

- ScrobbleProviderDto[]
  - `provider` 0 | 1 | 2 | 4 | 5 | 6 — Members: - `0` — Kavita - `1` — AniList - `2` — Mal - `4` — Cbr - `5` — Hardcover - `6` — MangaBaka
  - `userName` string, nullable
  - `authenticationToken` string, nullable
  - `refreshToken` string, nullable
  - `validUntilUtc` string, date-time
  - `lastSyncedUtc` string, date-time
  - `hasRunScrobbleEventGeneration` boolean
  - `scrobbleEventGenerationRan` string, date-time
  - `settings` ScrobbleProviderSettingsDto
    - `progressScrobbling` boolean
    - `wantToReadSync` boolean
    - `ratingScrobbling` boolean
    - `reviewsScrobbling` boolean
    - `reviewScrobbleTarget` 0 | 1 | 2 — Members: - `0` — Private - `1` — Friends - `2` — Public
    - `allLibraries` boolean
    - `libraries` integer[], nullable
    - `highestAgeRating` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -1 — Members: - `0` — Unknown - `1` — Rating Pending (RatingPending) - `2` — Early Childhood (EarlyChildhood) - `3` — Everyone - `4` — G - `5` — Everyone 10+ (Everyone10Plus) - `6` — PG - `7` — Kids to Adults (KidsToAdults) - `8` — Teen - `9` — MA15+ (Mature15Plus) - `10` — Mature 17+ (Mature17Plus) - `11` — M (Mature) - `12` — R18+ (R18Plus) - `13` — Adults Only 18+ (AdultsOnly) - `14` — X18+ (X18Plus) - `-1` — Not Applicable (NotApplicable)
    - `inactiveSeriesRule` ReadStatusTransitionRule
      - `enabled` boolean
      - `days` integer
      - `transitionStatus` 0 | 1 | 2 | 3 | 4 | 5 — Members: - `0` — Ignore - `1` — Want to Read (WantToRead) - `2` — Read - `3` — Un read (UnRead) - `4` — Dropped - `5` — On hold (OnHold)
      - `excludedPublicationStatus` PublicationStatus[], nullable
    - `droppedSeriesRule` ReadStatusTransitionRule
      - `enabled` boolean
      - `days` integer
      - `transitionStatus` 0 | 1 | 2 | 3 | 4 | 5 — Members: - `0` — Ignore - `1` — Want to Read (WantToRead) - `2` — Read - `3` — Un read (UnRead) - `4` — Dropped - `5` — On hold (OnHold)
      - `excludedPublicationStatus` PublicationStatus[], nullable

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/a092f0284f3e/schema)
