コンテンツにスキップ

/timeline/accounts/:id

GET
/timeline/accounts/:id

Parameters

Path Parameters

id
required
string

Query Parameters

has_attachment

If true, only return notes with attachment

boolean
no_nsfw

If true, only return notes without sensitive content

boolean
before_id

Return notes before this note ID. specified note ID is not included

string

Responses

200

OK

Array<object>
object
id
required

Note ID

string
38477395
content
required

Note content

string
hello world!
contents_warning_comment
required

Contents warning comment

string
(if length not 0) This note contains sensitive content
visibility
required

Note visibility (PUBLIC/HOME/FOLLOWERS/DIRECT)

string
PUBLIC
created_at
required

Note created date

string format: date-time
2021-01-01T00:00:00Z
author
required
object
id
required
string
name
required
string
display_name
required
string
bio
required
string
avatar
required
string
header
required
string
followed_count
required
number
following_count
required
number

404

Account not found

object
error
required

Error code

string
""
TEST_ERROR_CODE