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

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

artistId
string
required

The ID of the artist

Response

Follower count retrieved successfully

artistId
string
followerCount
number