Skip to content

Instantly share code, notes, and snippets.

@aikusuma
aikusuma / wordpress-json-cheatsheet.md
Created June 27, 2018 20:35 — forked from verticalgrain/wordpress-json-cheatsheet.md
Wordpress JSON API Cheat Sheet

Get posts from one category:

http://www.mixmeals.com/wp-json/wp/v2/categories/1

Get posts from one category by slug:

http://www.mixmeals.com/wp-json/wp/v2/categories?slug=lunch

Get posts from multiple categories by slug or id: