/accounts/:id/following
GET /accounts/:id/following
GET
/accounts/:id/following
Parameters
Path Parameters
id
required
Characters must be [A-Za-z0-9-.] The first and last characters must be [A-Za-z0-9-.]
string
example_manResponses
200
OK
Array<object>
object
id
required
Account ID
string
38477395 email
Account email address (only when logged in to an account with viewing privileges)
string
johndoe@example.com name
required
Account name
string
@johndoe@example.com nickname
required
Account nickname
string
JohnDoe<:typescript:299384730049> bio
required
Biography
string
avatar
required
Avatar URL
string format: uri
https://example.com/avatar.png header
required
Header URL
string format: uri
https://example.com/header.png followed_count
required
Followed count
number
100 following_count
required
Following count
number
100 note_count
required
Note count
number
100 role
Account role (only when logged in to an account with viewing privileges)
string
normal status
Account status (only when logged in to an account with viewing privileges)
string
active frozen
Account frozen status (only when logged in to an account with viewing privileges)
string
normal silenced
Account silenced status (only when logged in to an account with viewing privileges)
string
normal created_at
Account created at (only when logged in to an account with viewing privileges)
string
2021-01-01T00:00:00Z404
Not Found
Account not found
object
error
required
Account not found.
string
500
Internal Server Error
object
error
required
Internal server error.
string