Just getting my head around the Api. Its all new to me
What is the best way to achieve the equivalent of a meta query with the API JSON results data?
My current set up isnt using the API and instead i use php to call the endpoint url, flatten + sort + re build and output a custom hook that i use as a custom looper - but im not sure this is the best way.
What is the best practice for sorting the JSON data while maintaining the looper / consumer set up?
hope thats clear!
Thanks