/users/#{id}/followers
Get a user's followers.
| header | description | type | required? | default |
|---|---|---|---|---|
| id | the user id to get information from | integer | x | |
| parameter | description | type | required? | default |
| limit | num of users to return | integer | 20 | |
| offset | offset of users to start at | integer | 0 | |
| onlyId | returns a json array userIds containing just the ids | boolean | ||
| detailed | returns the details for every user >> num photos, num followers, etc | boolean | 0 |
200 and a dictionary containing limit, offset, total and an array of followers (users)
https://api.eyeem.com/v2/users/me/followers