Track your team's API changes with Optic Get started
get
/api/v1/accounts/{account}
Request
Parameters
#
path account
required
string
Responses
200 Response
#
200 response
Content-type: application/json; charset=utf-8
Array items:
acct
string
required
avatar
string
required
avatar_static
string
required
bot
boolean
required
created_at
string
required
discoverable
boolean
required
display_name
string
required
emojis
array
required
fields
array
required
followers_count
number
required
following_count
number
required
group
boolean
required
header
string
required
header_static
string
required
id
string
required
last_status_at
string
required
locked
boolean
required
note
string
required
statuses_count
number
required
url
string
required
username
string
required
application/json; charset=utf-8
[
{
"acct": "",
"avatar": "",
"avatar_static": "",
"bot": true,
"created_at": "",
"discoverable": true,
"display_name": "",
"emojis": [
any
],
"fields": [
{
"name": "",
"value": "",
"verified_at": ""
}
],
"followers_count": 0,
"following_count": 0,
"group": true,
"header": "",
"header_static": "",
"id": "",
"last_status_at": "",
"locked": true,
"note": "",
"statuses_count": 0,
"url": "",
"username": ""
}
]