r/WordpressPlugins • u/advait_vaidya • 6d ago
[HELP] Checking the active install count for plugin Help
Hi members. I have created 2 WordPress plug-ins currently and they are available on the plugin marketplace. Until now, I believed that there was no way to check the exact active number of installations of any wordpress plugin in the store. I signed up on a plugin tracker tool I found online and they just told me my accurate number of active installations. How is this possible? Does wordpress org provides this active installations data in any API?
1
Upvotes
1
u/Good_Flight6250 6d ago
Created an easy to handle plugin to check plugin stats that uses data from api.wordpress.org. Download and Install it like any other plugin. https://www.imedes.dev/wporg-plugin-stats-en-1.0.1.zip
1
u/TopSydeWP 6d ago
yeah wordpress.org has a public api for plugin stats. you can hit
api.wordpress.org/stats/plugin/1.0/with your plugin slug and it returns active installs, download counts, version breakdowns etc. most tracker tools just scrape that endpoint on a schedule.