[wp-hackers] WordPress.org API
Otto
otto at ottodestruct.com
Wed Feb 23 18:15:12 UTC 2011
On Wed, Feb 23, 2011 at 11:11 AM, Eric Mann <eric at eam.me> wrote:
> 2) Is there any chance we can get some documentation for the WordPress.org
> API? I'd like to poke at it a bit for plug-in stats, but without knowing
> what parameters to send and what will be received, my only option would be
> to hack away and guess.
The plugin stats call is rather self-explanatory.
http://api.wordpress.org/stats/plugin/1.0/simple-facebook-connect will
give you a JSON object of the version stats.
http://api.wordpress.org/stats/plugin/1.0/simple-facebook-connect?callback=demo
will do the same as a JSONP callback.
There are no other options for it. Just name and whether to use a
callback or not.
-Otto
More information about the wp-hackers
mailing list