Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty response if search page greater than 200 #216

Open
creakosta opened this issue May 4, 2024 · 1 comment
Open

Empty response if search page greater than 200 #216

creakosta opened this issue May 4, 2024 · 1 comment

Comments

@creakosta
Copy link

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
Copy link
Member

@aaronklaassen Is this expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants