The rate limit header names returned by https://api.companieshouse.gov.uk/… URI’s are:
- X-Ratelimit-Limit
- X-Ratelimit-Remain
- X-Ratelimit-Reset
Those returned by https://document-api.companieshouse.gov.uk are:
- X-Ratelimit-Limit
- X-Ratelimit-Remaining
- X-Ratelimit-Reset
For consistency please use either X-Ratelimit-Remain or X-Ratelimit-Remaining and stick with it as this particular header is important for keeping track of usage. Thanks.