i search eduction companies using search api( https://api.companieshouse.gov.uk/search/companies?q=a&start_index=100&items_per_page=100)
That’s api working fine i got result total records = 10045
again i call that api with starting index 200 but not working. i got below response
416 Request Range Not Satisfiable
How can i get more than 200 records using search api
Thanks
Suresh
Hi Suresh,
Unfortunately there is currently a limit of 200 results. This was introduced a while ago while some issues with the performance of the search code were resolved. This work has now been done so I have added a story to our backlog to get this limit either removed or increased to a reasonable number. If we keep the (increased) limit it will be added to the API results returned so that the appropriate paging can be calculated.
Thanks,
Andrew