While looking at the source code on my Simple Series plugin page, I began to wonder how WordPress.org was serving up all those nifty little stats into the downloads graph. ((Photo courtesy of Windell Oskay)) What I discovered is that there’s a little bit of jQuery magic going on that pulls download data from a WordPress.org API, formats it for niftiness, and inserts it into the dynamically draw SVG graphic of the downloads.
In case you’re interested, the API call looks like this:
http://api.wordpress.org/stats/plugin/1.0/downloads.php?slug=simple-series&limit=700&callback=?
I’m now wondering how I can use that data to show something interesting in my OCD Plugin Stats plugin.1
Default Series Title- I should probably rename the meta plugin. [↩]