I am working with the REST API by Wordpress and I am trying to get the tags from the site and sort them in descending order by count. However, I am not getting all the respective tags nor are they being sorted.
I noticed some posts that talked about a JSON API, but the plugin doesn't exist anymore. Is there a way I can retrieve all data through the REST API?
For instance: http://example.org/wp-json/wp/v2/tags?order=desc
Thanks