Retrieve All Followers
Developing
GET
/followers/{followeeId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/followers/666894fbb45c85a2481e44ba?name=yohannes&type=user&limit=50&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "organization",
"story": {
"status": "active",
"nextStoryId": "sint ea adipisicing eiusmod"
},
"entityType": "profile",
"name": "fuga culpa voluptatibus",
"online": false,
"username": "Quinten.Dietrich",
"picture": "https://loremflickr.com/640/480/people",
"isFollowing": false,
"createdAt": "2025-01-02T20:07:43.038Z",
"lastActivity": "labore ea reprehenderit qui"
},
{
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "user",
"story": {
"status": "viewed",
"nextStoryId": "eiusmod velit ullamco reprehenderit"
},
"entityType": "organization",
"name": "accusamus asperiores rem",
"online": true,
"username": "Eulah13",
"picture": "https://loremflickr.com/640/480/people",
"isFollowing": false,
"createdAt": "2025-01-03T09:11:44.794Z",
"lastActivity": "cupidatat dolore velit"
}
],
"cursor": {
"next": null,
"prev": "ipsum",
"totalItems": -56983472
}
}
Request
Path Params
followeeId
stringÂ
required
Example:
666894fbb45c85a2481e44ba
Query Params
name
stringÂ
optional
Example:
yohannes
type
stringÂ
optional
Example:
user
limit
integerÂ
optional
Default:
50
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 16:09:35