Compression

The compression algorithms brotli and gzip are supported.
If you are performing the API requests using SDK or MQL, compression will be enabled by default.
Otherwise, ensure to specify what compression you want to use using header.

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

You can check what compression algorithm has been used after the HTTP negotiation seeing content-encoding response header.
content-type           : application/json; charset=utf-8
content-encoding       : br
x-timestamp            : 1750986229308
x-response-time        : 51ms
x-rate-limit-reset     : 1751097111
x-pricing-plan         : free
x-region               : iad
x-fetch-mode           : fetch
x-rate-limit-remaining : 45
x-cache-ttl            : 86400000
x-request-id           : iad:2af5a47c-d15f-47a7-938e-6551fc81bf9c
x-rate-limit-limit     : 50
x-cache-status         : HIT
x-content-type-options : nosniff
x-client-ip            : 88.20.23.25
x-fetch-time           : 305ms