WordPress JSON API Plugin

Download & Install the JSON API Plugin
The plugin is available at the WordPress website:

http://wordpress.org/extend/plugins/json-api/

Download and install from the WordPress Admin interface.

Configure the Plugin
The plugin features three main functionality:

Core: Basic methods for pulling standard post/category/tag/etc. data.
Posts: Provides additional functionality with regard to posts, including post creation.
Respond: Provides comment and trackback submission methods.
Most people will only need the “Core” method enabled. Advanced users can have a shot at post and comment management.

Using the Plugin
The plugin has a billion uses and methods, all of which are documented at the following address:

http://wordpress.org/extend/plugins/json-api/other_notes/

A few of the more useful methods include pulling all categories…

…and retrieving all posts in a given category…

…or just grabbing recent posts:

=======

Taken from: https://davidwalsh.name/wordpress-json-plugin

Comments are closed, but trackbacks and pingbacks are open.