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
changedInput schema / properties / page / description
Previous value: -"1-based page number for pagination."New value: +"1-based page number for pagination. No upper bound — this ranking runs to the end of MAL's own catalog."
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"
+}
addedInput schema / properties / sfw
Added value: +{
+ "description": "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.",
+ "type": "boolean"
+}
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"
+}
changedInput schema / properties / type / description
Previous value: -"Restrict to a media type."New value: +"Restrict to one or more media types."
removedInput schema / properties / type / enum
Removed value: -[
- "tv",
- "movie",
- "ova",
- "special",
- "ona",
- "music"
-]
addedInput schema / properties / type / items
Added value: +{
+ "description": "A media type.",
+ "enum": [
+ "tv",
+ "movie",
+ "ova",
+ "special",
+ "ona",
+ "music",
+ "cm",
+ "pv",
+ "tv_special"
+ ],
+ "type": "string"
+}
addedInput schema / properties / type / minItems
Added value: +1
changedInput schema / properties / type / type
Previous value: -"string"New value: +"array"
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"