➔ HTTP API ➔ File Header API ➔ Filesystem API ➔ Metadata API ➔ Options API ➔ Plugin API ➔ Quicktags API ➔ Rewrite API ➔ Settings API ➔ Shortcode API ➔ Theme Modification API ➔ Theme Customization API ➔ Transients API ➔ Widgets API ➔ XML-RPC WordPress API
of requests per rate limit window $result[ ‘headers’ ][ ‘X-Rate-Limit-Limit’ ]; // number of requests you have left $result[ ‘headers’ ][ ‘X-Rate-Limit-Remaining’ ]; // the unix time when the limit remaining resets $result[ ‘headers’ ][ ‘X-Rate-Limit-Reset’ ];
the following /wp-json/posts/<id> // the above supports the following methods: // "HEAD", // "GET", returns an entity // "POST", adds a new entity // "PUT", updates an entity // "DELETE" deletes the entity