This API documentation is inspired by the beautifully designed API of unsplash.
Get the 5 best users.
GET /statistics/search
None
200 OK
X-Ratelimit-Limit: 1000
X-Ratelimit-Remaining: 999
{
// ...
"profile_image": {
"small": ...
"medium": ...
"large": ...
"custom": "https://images.unsplash.com/your-custom-image.jpg?q=80&fm=jpg&crop=faces&fit=crop&h=100&w=100"
}
}