我想通过API从wordpress.org中获取一个插件评论,有可能吗?我试过使用https://api.wordpress.org/plugins/info/1.0/{slug}.json,但没有运气?有人可以帮忙吗?
发布于 2022-02-10 17:33:26
这就是如何获取https://api.wordpress.org/stats/plugin/1.0/{{插件段}}的评论。
示例:https://api.wordpress.org/stats/plugin/1.0/countdown-builder
https://stackoverflow.com/questions/71068702
相似问题