How can I get a list of posts for a category with WP-API?
Found it, somewhat [hidden][1]
Using the category name:
/posts?categories=1
Try this one.
This question is a duplicate from this other question here from the forum
http://example.com/wp-json/wp/v2/posts?categories=20,30
The above will return posts from category 20 OR category 30
I've tested with custom post types and it also works perfectly
The response and credits go to "Manish Jung Thapa"