I would like to know if there is a new version from the official WP Repos for a specific plugin.
How can I check for this in json/xml format? Or other format maybe?
Something like this: https://api.wordpress.org/core/version-check/1.7/
But for each single plugin in the WP repo
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
As expected, there is a JSON API.
Just had to dig a lot in the codex!
https://codex.wordpress.org/WordPress.org_API#Plugins
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0