This API documentation is inspired by the beautifully designed API of unsplash.
GET /statistics/:userid
Key | Description | |
---|---|---|
username |
optional | Username. |
first_name |
required | First name. |
url |
optional | Portfolio/personal URL. |
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"
}
}