Table of Contents

Content Compression

All Pure Farming APIs support server side content compression. This is something your browser would normally do automatically for you. However with APIs you need to manually provide the specific header.

We recommend adding the following header to all API requests:

Accept-Encoding: gzip, deflate, br

This will allow your HTTP client to receive compressed responses which can significantly reduce bandwidth usage and improve performance, especially when dealing with large datasets.