Feature Differences between WordPress.com and Hosting on your Own Server?

WordPress.com is running the same code that you can download for free at WordPress.org … the biggest difference is that .com is run by a for-profit company and .org is maintained by a non-profit community. WordPress.com, as a for-profit enterprise, has certain features disabled (for security purposes) and certain features limited so that users can … Read more

API for Post Stats for Self-Hosted WordPress using JetPack [closed]

There is indeed a Stats API that will allow you to access stats from a WordPress.com or a Jetpack site. You can read more about it here: http://stats.wordpress.com/csv.php http://phoxis.org/2011/04/24/wordpress-com-stats-api/ http://wpgr.org/2013/03/02/rendering-jetpack-stats/ Jetpack uses this API to populate the Top Posts widget: http://plugins.trac.wordpress.org/browser/jetpack/tags/2.5/modules/widgets/top-posts.php#L223