DEV Community · Example Payload

Getfollowers Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getfollowers Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "getFollowers",
  "method": "GET",
  "path": "/api/followers/users",
  "status": "200",
  "response": [
    {
      "type_of": "user_follower",
      "id": 91,
      "created_at": "2026-05-28T18:45:24Z",
      "user_id": 4186,
      "name": "Duane \"Douglass\" \\:/ Muller",
      "path": "/username138",
      "username": "username138",
      "profile_image": "/uploads/user/profile_image/4186/c74aadc6-5b29-4f73-b23b-6908a8e9f105.jpeg"
    },
    {
      "type_of": "user_follower",
      "id": 90,
      "created_at": "2026-05-28T18:45:24Z",
      "user_id": 4184,
      "name": "Nicki \"Alysa\" \\:/ Heathcote",
      "path": "/username136",
      "username": "username136",
      "profile_image": "/uploads/user/profile_image/4184/5d771299-1520-4435-8380-e9a7697c7c8c.jpeg"
    }
  ]
}