We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://api.imjad.cn/pixiv/v2/?id=82504734
pull back response with below, meta_pages.size>0 meta_single_page=0 apparently it's a manga not single illust, but type: "illust"
is this caused by default value of request param type is 'illust' and it won't check again whether endpoint is or not manga?
The text was updated successfully, but these errors were encountered:
also request for https://api.imjad.cn/pixiv/v2/?type=rank&mode=day_male_r18&page=1&date=2020-07-03 and seach for 82713496 turns out that object has type: "illust" but meanwhile meta_pages.size>0 && meta_single_page.size ==0
Sorry, something went wrong.
API服务仅对Pixiv App Api做了一层封装,并未对返回内容做太多处理,因此这个问题可能是Pixiv的错误
No branches or pull requests
https://api.imjad.cn/pixiv/v2/?id=82504734
pull back response with below,
meta_pages.size>0 meta_single_page=0
apparently it's a manga not single illust,
but type: "illust"
is this caused by default value of request param type is 'illust' and it won't check again whether endpoint is or not manga?
The text was updated successfully, but these errors were encountered: