Use Vue.js and Axios to Interact with the WordPress REST API
Fetch posts and submit front-end data to WordPress with Vue.js, Axios, and the WordPress REST API.
Fetch posts and submit front-end data to WordPress with Vue.js, Axios, and the WordPress REST API.
Fetch WordPress post data through the REST API and render it in the front end with the lightweight Mithril JavaScript MVC framework.
Disable the WordPress post embed feature by removing the oEmbed routes, discovery links, and host JavaScript from the site.
Use WordPress nonce-based cookie authentication so front-end POST requests to the REST API are treated as valid first-party requests.
Part of the WordPress REST API plugin was merged into WordPress 4.4 development, but full REST API support was still expected later.
The REST API Console plugin adds a testing console inside the WordPress admin so you can explore and debug the WordPress REST API more easily.
A translated reference for the early WordPress JSON REST API post endpoints, including creating, retrieving, updating, deleting, and revising posts.
An introduction to the early WordPress JSON REST API project, why it mattered, and why translating its documentation was worth doing.