如何查看最新的知乎 API? #18136
Unanswered
AntoineChn
asked this question in
Q&A
如何查看最新的知乎 API?
#18136
Replies: 1 comment 2 replies
-
所有具体路由的API都不是我找的,我只是处理过一点用户认证问题。 你的curl请求有带cookie吗? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我正在写脚本来检测知乎链接背后的内容(例如,回答、问题、想法和文章)是否被删了。为此,我用到了知乎的 API。
网上的 API大都过时了。经过反复尝试,我还是找到了「回答、问题、想法」的 API。然而「知乎文章」的 API,我一直没有找到。有了解的朋友么?
@dzx-dzx 我注意到,你是目前 zhihu 路由的维护者。请问你可以分享一下,如何找到知乎的 API 么?提前感谢。
我的尝试
知乎文章
对于「文章」 https://zhuanlan.zhihu.com/p/353187472 ,我尝试了
然而,遇到错误
知乎回答、问题、想法
但是,用同样的方法获得「知乎想法」则一切正常:
对于知乎问题,我使用了
对于知乎回答,我使用了
Beta Was this translation helpful? Give feedback.
All reactions