Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 858 Bytes

File metadata and controls

32 lines (23 loc) · 858 Bytes

GET /users/#{id}/followers


/users/#{id}/followers

Description


Get a user's followers.

Parameters


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

Response


200 and a dictionary containing limit, offset, total and an array of followers (users)

Errors

Examples


https://api.eyeem.com/v2/users/me/followers