---
title: "Returns a list of followers or following for a domain"
method: GET
path: "/followers/{domain}"
tags: ["Follower endpoints"]
---

# Returns a list of followers or following for a domain

`GET /followers/{domain}`

Returns a list of followers or following for a domain

## Path parameters

- `domain` string, required

## Query parameters

- `relationship_type` 'followers' | 'following'
- `take` number
- `cursor` number

## Response `200`

Follower list

- SerializedFollowerList
  - `data` object[]
    - `domain` string — The domain name of follower or followee
  - `meta` object
    - `total_count` integer — Total returned count
    - `pagination` object
      - `cursor` integer — Cursor position for pagination
      - `take` integer — Number of items to return
  - `relationship_type` 'followers' | 'following' — Relationship type (followers or following)
  - `domain` string — The requested domain

## Other responses

- `404` — Domain not found

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
