[wp-hackers] API for wordpress.org/extend/plugins/?

Michael D Adams mda at blogwaffe.com
Fri Jul 2 18:00:47 UTC 2010


On Fri, Jul 2, 2010 at 7:51 AM, Christopher Ross <cross at thisismyurl.com> wrote:
> Is there a way to query the plugins extended database on wordpress.org?
>
> I'm looking for a method that would allow me to fetch data such as how many plugins I currently have on the service, the downloads per plugins etc.  Also, to fetch version numbers of each plugin.
>
>
> Currently I do it using RegEx and Curl, but I'm hoping there's a better way.

Here's some more undocumented API:

http://api.wordpress.org/plugins/info/1.0/hello-dolly.php
http://api.wordpress.org/plugins/info/1.0/hello-dolly.xml
http://api.wordpress.org/plugins/info/1.0/hello-dolly.json
http://api.wordpress.org/plugins/info/1.0/hello-dolly.jsonp=callback

I thought there was an RSS feed for plugins a person had authored, but
I'm wrong, so no help there.


More information about the wp-hackers mailing list