Natsuneko Laborayory Platform Reference Help

ユーザータイムラインを取得 (Gallery)

GET method/catalyst/v1/timeline/user/by/username/{username}/gallery

パスパラメータ username に指定されたユーザーが投稿した投稿のみを含む投稿のタイムラインを取得します。 NSFW 投稿は含まれません。

Request parameters

Responses

{ "statuses": [ { "id": "example", "body": "example", "createdAt": "example", "user": { "id": "example", "screenName": "example", "displayName": "example", "profile": { "iconUrl": "example", "bannerUrl": "example", "bio": "example", "website": "example", "additionalWebsites": [ "example" ] } }, "medias": [ { "id": "example", "alt": "example", "url": "example", "metadata": { "width": 58, "height": 58, "isSensitive": true, "isSpoiler": true } } ] } ] }
{ "message": "example" }
Last modified: 16 3月 2025