unsplash / unsplash-js

🤖 Official JavaScript wrapper for the Unsplash API
https://www.npmjs.com/package/unsplash-js
MIT License
2.13k stars 156 forks source link

Empty response if search page greater than 200 #216

Open creakosta opened 4 months ago

creakosta commented 4 months ago

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

OliverJAsh commented 4 months ago

@aaronklaassen Is this expected?