/v0/accounts/:identifier
GET /v0/accounts/:identifier
GET
/v0/accounts/:identifier
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” identifier
required
Any of:
Account id
string
Example
31644833000002Account name or id
Responses
Section titled “ Responses ”OK
object
id
required
Account ID
string
Example
38477395 email
Account email address (only when logged in to an account with viewing privileges)
string
Example
name
required
nickname
required
Account nickname
string
Example
JohnDoe<:typescript:299384730049> bio
required
Biography
string
avatar
required
Avatar URL
string format: uri
Example
https://example.com/avatar.png header
required
Header URL
string format: uri
Example
https://example.com/header.png followed_count
required
Followed count
number
Example
100 following_count
required
Following count
number
Example
100 note_count
required
Note count
number
Example
100 role
Account role (only when logged in to an account with viewing privileges)
string
Example
normal status
Account status (only when logged in to an account with viewing privileges)
string
Example
active frozen
Account frozen status (only when logged in to an account with viewing privileges)
string
Example
normal silenced
Account silenced status (only when logged in to an account with viewing privileges)
string
Example
normal created_at
Account created at (only when logged in to an account with viewing privileges)
string format: date
Example
2021-01-01T00:00:00ZNot Found
Account not found
object
error
required
Account not found.
string
Internal Server Error
object
error
required
Internal server error.
string