How do I query JSON data from an API with multiple filters?
I'm retrieving data from a JSON API. The data consists of a list of apps, each app having lots of properties. I only want the apps that match query_input and that are not trusted (see API documentation picture): I want…