AniList · Example Payload

Anilist Useroptions Example

AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

Anilist Useroptions Example is an example object payload from AniList, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleLanguagedisplayAdultContentairingNotificationsprofileColornotificationOptionstimezoneactivityMergeTimestaffNameLanguagerestrictMessagesToFollowingdisabledListActivity

Example Payload

Raw ↑
{
  "titleLanguage": "ROMAJI",
  "displayAdultContent": false,
  "airingNotifications": false,
  "profileColor": "#3DB4F2",
  "notificationOptions": [
    {}
  ],
  "timezone": "string",
  "activityMergeTime": 1748563200,
  "staffNameLanguage": "ROMAJI_WESTERN",
  "restrictMessagesToFollowing": false,
  "disabledListActivity": [
    {}
  ]
}