Hello, I have been testing out the api endpoint and I really like how easy it has been to use however using this endpoint results in heavy bandwidth usage and is resource intensive. I would like to reduce the bandwidth and resources an application I am working on will be using. To do this I would like to hit the endpoint with a single request that contains only the specified "Op" codes. I am wondering if anyone out there knows of a way to filter the API response with multiple filters on the same data field. For example I would like to filter all aircraft with an "Op" value that contains "American Airlines" or "British Airways". I can filter for "American Airlines" using the filter "fOpC=American%20Airlines". This returns aircraft with an "Op" code that contains "American Airlines". I would like to be able to send a single request and get a single response back with the data I need. My current approach is sending multiple requests each with different "Op" code filters. Anyone have any ideas? Thanks in advance!
What's your project exactly? And what are you trying to do? And yes the feed is large and can use a lot of resources. If it's commercial project then we need to talk about a few things and getting you to use the TCP feed.