Menu

API Documentation

The Pronamic API is based on the WordPress.org API for plugins and themes. You can test the API’s by using one of the following tools:

Plugin Information

https://api.pronamic.eu/plugins/info/1.0/?slug={plugin_slug}

Example:

https://api.pronamic.eu/plugins/info/1.0/?slug=twinfield

Plugins Update Check

http://api.pronamic.eu/plugins/update-check/1.1/

Example

POST http://api.pronamic.eu/plugins/update-check/1.1/

Form-data

plugins
{"twinfield\/twinfield.php":{"Name":"Twinfield","PluginURI":"http:\/\/www.pronamic.eu\/","Version":"0.0.1"}}
plugins
{"woocommerce-stock-synchronization\/stock-synchronization.php":{"Name":"WooCommerce Stock Synchronization","PluginURI":"http:\/\/www.pronamic.eu\/","Version":"0.0.1"}}

Themes Update Check

http://api.pronamic.eu/themes/update-check/1.1/

Example

POST http://api.pronamic.eu/themes/update-check/1.1/

Form-data

themes
{"emg":{"Name":"Eisma Media Groep","Title":"Eisma Media Groep","Version":"1.3","Author":"Pronamic","Author URI":"http:\/\/pronamic.eu\/","Template":"emg","Stylesheet":"emg"}}