Skip to main content
GET
/
follows
/
count
/
{artistId}
Get Follower Count
curl --request GET \
  --url http://localhost:3000/api/follows/count/{artistId}
{
  "artistId": "<string>",
  "followerCount": 123
}

Path Parameters

artistId
string
required

The ID of the artist

Response

Follower count retrieved successfully

artistId
string
followerCount
number