Limit to icao24 addresses in query?

5 years 5 months ago - 5 years 5 months ago #588 by woberts
Thanks for all the work involved in delivering OpenSky. Is there a limit to the number of icao24 addresses in a single api request please?

Please Log in or Create an account to join the conversation.

5 years 5 months ago #590 by fuchs
Without validating this info, but I think the limit for HTTP header length is set to 8K. Thus, if you filter for icao24 addresses in the /states/all request, the limit should be somewhere around
 (8192 - len("GET /api/states/all"))/len("&icao24=xxxxxx") = 583
The following user(s) said Thank You: mawg

Please Log in or Create an account to join the conversation.

5 years 5 months ago #591 by woberts
Thanks very much.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum
This website uses cookies to offer you the best experience of our services. By using this website you agree to our privacy policy!