jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
875 stars 93 forks source link

get image with anime search #401

Closed YeeJiaWei closed 2 years ago

YeeJiaWei commented 2 years ago

version 3 have anime cover image url in the anime search response, but in v4 I can't find it, anyway to solve it?

It seem currently only can get image though another api

irfan-dahir commented 2 years ago

It's in the response - the images object.

e.g data[0].images.jpg.image_url

https://api.jikan.moe/v4/anime?q=bleach Docs/Schema: https://docs.api.jikan.moe/#operation/getAnimeSearch

YeeJiaWei commented 2 years ago

okay, now I found it, thank you