I am looking at the WordPress JSON API Plugin. What I'd like to do is query all posts in a custom taxonomy term called wales. I have been able to get all posts in the post type listings using this url -
/?json=get_posts&post_type=listings
But how would I retrieve all posts in a custom taxonomy term?
I have attempted this -
http://scd.blaze.wpengine.com/?json=get_posts&taxonomy=area&term=wales&post_type=listings