I apologize as this is on the roadmap but not currently supported.
Whoops, replied to the wrong support thread on that last one…
If you look at the single post request, https://github.com/voceconnect/thermal-api#single-entity by default, it only includes featured images and galleries, but you can use the thermal_post_entity filter to add more post meta. https://github.com/voceconnect/thermal-api/blob/master/api/v1/controllers/Posts.php#L288 here is where the filter is applied.
I am using this api on my site http://echoapp.im. I want to be able to filter posts as per taxonomy. My challenge is I can filter. Can you please provide a url i can use in json format. Everything is default on this site.
so I get all post using http://echoapp.im/wp_api/v1/posts
what if I want to get only specific posts from a category which is in a taxonomy. Is there a way to filter?