WP Rest API v2 return posts with specific tag
The filter param was removed in WP4.7, you should be able to access tags via their ID. For example to get the tag with the ID of 7 you could use: http://YOUSIITE.DEV/wp-json/wp/v2/posts?tags=7 If you would like to add filters back in the WP-API team released their own Filter plugin, I’d recommend that you check that … Read more