/accounts/:identifier
GET /accounts/:identifier
GET
/accounts/:identifier
Parameters
Path Parameters
Responses
200
OK
object
id
required
Account ID
string
email
Account email address (only when logged in to an account with viewing privileges)
string
name
required
Account name
string
nickname
required
Account nickname
string
bio
required
Biography
string
avatar
required
Avatar URL
string format: uri
header
required
Header URL
string format: uri
followed_count
required
Followed count
number
following_count
required
Following count
number
note_count
required
Note count
number
role
Account role (only when logged in to an account with viewing privileges)
string
status
Account status (only when logged in to an account with viewing privileges)
string
frozen
Account frozen status (only when logged in to an account with viewing privileges)
string
silenced
Account silenced status (only when logged in to an account with viewing privileges)
string
created_at
Account created at (only when logged in to an account with viewing privileges)
string
404
Not Found
Account not found
object
error
required
Account not found.
string
500
Internal Server Error
object
error
required
Internal server error.
string