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