コンテンツにスキップ

/v0/timeline/bookmarks

GET
/v0/timeline/bookmarks
has_attachment

If true, only return notes with attachment

boolean

If true, only return notes with attachment

no_nsfw

If true, only return notes without sensitive content

boolean

If true, only return notes without sensitive content

before_id

Return notes before this note ID. specified note ID is not included. NOTE: after_id and before_id are exclusive.

string

Return notes before this note ID. specified note ID is not included. NOTE: after_id and before_id are exclusive.

after_id

Return notes after this note ID. Specified note is not included. NOTE: after_id and before_id are exclusive.

string

Return notes after this note ID. Specified note is not included. NOTE: after_id and before_id are exclusive.

OK

Array<object>
object
id
required

Note ID

string
Example
38477395
content
required

Note content

string
Example
hello world!
contents_warning_comment
required

Contents warning comment

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

Note visibility (PUBLIC/HOME/FOLLOWERS/DIRECT)

string
Example
PUBLIC
created_at
required

Note created date

string format: date-time
Example
2021-01-01T00:00:00Z
reactions
required

Reactions

Array<object>
object
emoji
required
Any of:
string
/[\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF]/
reacted_by
required

Reacted account ID

string
Example
38477395
attachment_files
required

Note Attachment Media

Array<object>
<= 16 items
object
id
required

Attachment Medium id

string
Example
39783475
name
required

Attachment filename

string
Example
image.jpg
author_id
required

Attachment author account id

string
Example
309823457
hash
required

Attachment medium blurhash

string
Example
e9f*5oin{dn
mime
required

Attachment medium mime type

string
Example
image/jpeg
nsfw
required

If true, attachment is nsfw

boolean
url
required

Attachment medium url

string format: uri
Example
https://images.example.com/image.webp
thumbnail
required

Attachment thumbnail url

string
Example
https://images.example.com/image_thumbnail.webp
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
renoted
required

Whether the current user has renoted this note (always false if not logged in)

boolean

Nothing left

object
error
required

No more notes exist

string
Allowed values: NOTHING_LEFT

Internal error

object
error
required

Internal server error

string
Allowed values: INTERNAL_ERROR