unsplash/unsplash-js

Empty response if search page greater than 200

creakosta opened this issue · 1 comments

I noticed that I began to receive empty response if search page greater than 200, but total_pages is greater than 200.

For example:
https://api.unsplash.com/search/photos/?client_id=YOUR_ACCESS_KEY&query=animals&per_page=30&page=200
Result: No empty response, total_pages: 334

https://api.unsplash.com/search/photos/?client_id=YOUR_ACCESS_KEY&query=animals&per_page=30&page=201
Result: Empty response, total_pages: 0

@aaronklaassen Is this expected?