AniList · JSON Structure

Anilist Fuzzydate Structure

Date object that allows for incomplete date values (fuzzy)

Type: object Properties: 3
AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

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

Properties

year month day

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

JSON Structure

anilist-fuzzydate-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-structure/anilist-fuzzydate-structure.json",
  "name": "FuzzyDate",
  "description": "Date object that allows for incomplete date values (fuzzy)",
  "type": "object",
  "properties": {
    "year": {
      "type": "int32",
      "description": "Numeric Year (2017)"
    },
    "month": {
      "type": "int32",
      "description": "Numeric Month (3)"
    },
    "day": {
      "type": "int32",
      "description": "Numeric Day (24)"
    }
  }
}