-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Industry News #391
Comments
This issue will be closed and archived in 18 days, as there has been no activity in the last 60 days. If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue. |
. |
Definition/RequirementEndpointsNews TagsNews Tags: https://myanimelist.net/news/tag $jikan->getNewsTags($request) Recent NewsRecent News: https://myanimelist.net/news?p=1 $jikan->getNews(new NewsRequest(int $page)) News By TagNews By Tag: https://myanimelist.net/news/tag/new_anime $jikan->getNewsByTag(new NewsByTagRequest(string $tag, int $page)) News SearchNews Search: https://myanimelist.net/news/search?q=bleach $jikan->getNewsSearch(new NewsSearchRequest(string $query, int $page)) Response ObjectsNews/TagsCategories
News/TagTags[] in each Category
NewsByIDMAL URL: https://myanimelist.net/news/66771438
ResultsThe following will implement Results.
NewsListItem
|
Superseded by jikan-me/jikan-rest#535 |
In the v4, the api can only return the news for a given anime/manga id. So, I would like to request to add a endpoint for returning news info when valid news id is provided.
The text was updated successfully, but these errors were encountered: