API: /site-available-updates

Can you look into getting the changelog for the available. plugins, themes, and cores?

Hi @Critter,
MainWP does not hold the changelogs information, so we don’t serve that info through our API.
However, since the WP.org API is free, and you get for plugin slug through our system, you can use it query
https://api.wordpress.org go get changelogs.

For example, if MainWP API returns available update for Ninja Forms, you get the slug in response. Get slug and use it in here:

https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&request[slug]=ninja-forms

to get the changelog:

2 Likes

ah… nice one,mate. I can make that work. Thanks for the suggestion.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.