addedInput schema / properties / continuing
Added value: +{
+ "description": "If true, also include TV series continuing from a previous season. Defaults to false.",
+ "type": "boolean"
+}
addedInput schema / properties / filter
Added value: +{
+ "description": "Restrict to one or more media types.",
+ "items": {
+ "description": "A media type.",
+ "enum": [
+ "tv",
+ "movie",
+ "ova",
+ "special",
+ "ona",
+ "music",
+ "cm",
+ "pv",
+ "tv_special"
+ ],
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+}
addedInput schema / properties / kids
Added value: +{
+ "description": "If true, exclude entries tagged as children's/kids content. Defaults to false.",
+ "type": "boolean"
+}
changedInput schema / properties / limit / description
Previous value: -"Max results per page (1-25)."New value: +"Max results per page (1-50)."
changedInput schema / properties / limit / maximum
Previous value: -25New value: +50
addedInput schema / properties / order_by
Added value: +{
+ "description": "Field to order by. Defaults to members.",
+ "enum": [
+ "score",
+ "members",
+ "start_date"
+ ],
+ "type": "string"
+}
changedInput schema / properties / page / description
Previous value: -"1-based page number for pagination."New value: +"1-based page number for pagination (1-1000)."
changedInput schema / properties / page / maximum
Previous value: -9007199254740991New value: +1000
addedInput schema / properties / rating
Added value: +{
+ "description": "Restrict to one or more specific content ratings. More granular than `sfw`/`sfw_strict` — use this to target a precise rating band instead of a blanket adult-content cutoff.",
+ "items": {
+ "description": "A MAL content rating: g (All Ages), pg (Children), pg13 (Teens 13+), r17 (17+ violence/profanity), r (R+ Mild Nudity), rx (Rx Hentai).",
+ "enum": [
+ "g",
+ "pg",
+ "pg13",
+ "r17",
+ "r",
+ "rx"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
changedInput schema / properties / sfw / description
Previous value: -"If true, exclude adult (NSFW) entries. Defaults to false (no filtering)."New value: +"If true, exclude adult/explicit-rated entries (R+ Mild Nudity and up). Defaults to false (no filtering). Note: this alone still allows mainstream, safely-rated shows tagged with the Ecchi genre (fanservice) through — use `sfw_strict` to also exclude those."
addedInput schema / properties / sfw_strict
Added value: +{
+ "description": "If true, exclude adult/explicit-rated entries AND anything tagged with the Ecchi genre, even otherwise-mainstream/safely-rated shows. Stricter than `sfw` alone. Defaults to false.",
+ "type": "boolean"
+}
addedInput schema / properties / sort
Added value: +{
+ "description": "Sort direction.",
+ "enum": [
+ "asc",
+ "desc"
+ ],
+ "type": "string"
+}
addedInput schema / properties / unapproved
Added value: +{
+ "description": "If true, also include entries not yet approved by MAL's moderators (excluded by default). Defaults to false.",
+ "type": "boolean"
+}
addedOutput schema / properties / page / properties / current_page / exclusiveMinimum
Added value: +0
addedOutput schema / properties / page / properties / current_page / maximum
Added value: +9007199254740991
changedOutput schema / properties / page / properties / current_page / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / page / properties / last_visible_page / exclusiveMinimum
Added value: +0
addedOutput schema / properties / page / properties / last_visible_page / maximum
Added value: +9007199254740991
changedOutput schema / properties / page / properties / last_visible_page / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / page / properties / total / maximum
Added value: +9007199254740991
addedOutput schema / properties / page / properties / total / minimum
Added value: +0
changedOutput schema / properties / page / properties / total / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / episodes / maximum
Added value: +9007199254740991
addedOutput schema / properties / results / items / properties / episodes / minimum
Added value: +0
changedOutput schema / properties / results / items / properties / episodes / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / mal_id / exclusiveMinimum
Added value: +0
addedOutput schema / properties / results / items / properties / mal_id / maximum
Added value: +9007199254740991
changedOutput schema / properties / results / items / properties / mal_id / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / members / maximum
Added value: +9007199254740991
addedOutput schema / properties / results / items / properties / members / minimum
Added value: +0
changedOutput schema / properties / results / items / properties / members / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / popularity / exclusiveMinimum
Added value: +0
addedOutput schema / properties / results / items / properties / popularity / maximum
Added value: +9007199254740991
changedOutput schema / properties / results / items / properties / popularity / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / rank / exclusiveMinimum
Added value: +0
addedOutput schema / properties / results / items / properties / rank / maximum
Added value: +9007199254740991
changedOutput schema / properties / results / items / properties / rank / type
Previous value: -"number"New value: +"integer"
addedOutput schema / properties / results / items / properties / year / maximum
Added value: +2100
addedOutput schema / properties / results / items / properties / year / minimum
Added value: +1900
changedOutput schema / properties / results / items / properties / year / type
Previous value: -"number"New value: +"integer"