Flight Reader API 2023.27 released

A new version of Flight Reader API has been deployed. Release 2023.27 includes the following changes:

  • Added Gzip and Brotli compression to both reduce the API response time and bandwidth consumption. To enable compression, add the “Accept-Encoding” header to all API requests with a value of “gzip” (for Gzip compression) or “br” (for Brotli compression).

    All code examples have been updated in the API documentation to show how to add Gzip compression to all API endpoints.

2 Likes