AniList · JSON Structure

Anilist Useroptions Structure

A user's general options

Type: object Properties: 10
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLAuthenticationPublic APIs

UserOptions is a JSON Structure definition published by AniList, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

titleLanguage displayAdultContent airingNotifications profileColor notificationOptions timezone activityMergeTime staffNameLanguage restrictMessagesToFollowing disabledListActivity

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-structure/anilist-useroptions-structure.json",
  "name": "UserOptions",
  "description": "A user's general options",
  "type": "object",
  "properties": {
    "titleLanguage": {
      "type": "string",
      "description": "The language the user wants to see media titles in",
      "enum": [
        "ROMAJI",
        "ENGLISH",
        "NATIVE",
        "ROMAJI_STYLISED",
        "ENGLISH_STYLISED",
        "NATIVE_STYLISED"
      ]
    },
    "displayAdultContent": {
      "type": "boolean",
      "description": "Whether the user has enabled viewing of 18+ content"
    },
    "airingNotifications": {
      "type": "boolean",
      "description": "Whether the user receives notifications when a show they are watching aires"
    },
    "profileColor": {
      "type": "string",
      "description": "Profile highlight color (blue, purple, pink, orange, red, green, gray)"
    },
    "notificationOptions": {
      "type": "array",
      "description": "Notification options",
      "items": {
        "$ref": "./anilist-notificationoption-structure.json"
      }
    },
    "timezone": {
      "type": "string",
      "description": "The user's timezone offset (Auth user only)"
    },
    "activityMergeTime": {
      "type": "int32",
      "description": "Minutes between activity for them to be merged together. 0 is Never, Above 2 weeks (20160 mins) is Always."
    },
    "staffNameLanguage": {
      "type": "string",
      "description": "The language the user wants to see staff and character names in",
      "enum": [
        "ROMAJI_WESTERN",
        "ROMAJI",
        "NATIVE"
      ]
    },
    "restrictMessagesToFollowing": {
      "type": "boolean",
      "description": "Whether the user only allow messages from users they follow"
    },
    "disabledListActivity": {
      "type": "array",
      "description": "The list activity types the user has disabled from being created from list updates",
      "items": {
        "$ref": "./anilist-listactivityoption-structure.json"
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/anilist-useroptions-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.