# `/user/{username}/followers` - GET Returns the list of accounts following the user. ## Responses ### 200 - Success __Content - JSON:__ | Field | Description | |----------|-------------------------------------| | accounts | A list of (username, userid) pairs. | ### 403 - Error: Forbidden Blocked for security reasons. ### 404 - Error: Not Found The user wasn't found.