How can I get a list of posts for a category with WP-API?

wordpress, wp-api

Solution

Found it, somewhat [hidden][1]

Using the category name: `/posts?categories=1`

Try this one.

Problem

Should be easy, but didnt find it in the WP-API docs.

Original source