wordpress plugin JSON API search within specific category

For finding post with specific category, Here is solution.

Use https://wordpress.org/plugins/json-api/ plugin

And fire http://localhost:8080/wordpress/wp-json/wp/v2/posts?filter[category_name]=android

Change category name instead of android.

Thanks.