WP.org API: Accessing plugin downloads “Today” value?

Late answer A mini plugin as local API This plugin gives you – after you filled in the slug of your repository – the downloads stats as array. The keys are the dates, the values the downloads. <?php /** Plugin Name: (#84254) Plugin stats API */ function wpse84254_get_download_stats() { $response = wp_remote_request( add_query_arg( ‘slug’ ,’YOUR-REPO-PLUGIN-SLUG’ … Read more

WP.org API: Accessing plugin downloads “Today” value?

Late answer A mini plugin as local API This plugin gives you – after you filled in the slug of your repository – the downloads stats as array. The keys are the dates, the values the downloads. <?php /** Plugin Name: (#84254) Plugin stats API */ function wpse84254_get_download_stats() { $response = wp_remote_request( add_query_arg( ‘slug’ ,’YOUR-REPO-PLUGIN-SLUG’ … Read more

Which of my blog and personal data is being transfered when WordPress automatically checks for updates?

This does not answer the question in specific, but those are some resources regarding the question (feel free to add stuff). Blog Articles and Discussions Who is WordPress talking to? (Interconnect IT, 07 March 2011) What Data Does WordPress Send Back to the Mothership (Lynne Pope; 14 Dec 2009) Is WordPress Spyware? (Jeff Chandler; 10 … Read more