/lists/:id/notes
GET /lists/:id/notes
GET
/lists/:id/notes
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. NOTE: after_id and before_id are exclusive.
string
after_id
Return notes after this note ID. Specified note is not included. NOTE: after_id and before_id are exclusive.
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
reactions
required
attachment_files
required
Note Attachment Media
Array<object>
object
id
required
Attachment Medium id
string
39783475
name
required
Attachment filename
string
image.jpg
author_id
required
Attachment author account id
string
309823457
hash
required
Attachment medium blurhash
string
e9f*5oin{dn
mime
required
Attachment medium mime type
string
image/jpeg
nsfw
required
If true, attachment is nsfw
boolean
url
required
Attachment medium url
string format: uri
https://images.example.com/image.webp
thumbnail
required
Attachment thumbnail url
string
https://images.example.com/image_thumbnail.webp
404
List not found
500
Internal error
Internal server error
object
error
required
Internal server error
string