Natsuneko Laborayory Platform Reference Help

指定したアルバムの情報を取得

GET method/catalyst/v1/album/by/id/{albumId}

AlbumID に指定したアルバムの情報をタイムライン付きで取得します。非公開アルバムを取得するには認証が必要です。

Request parameters

Responses

{ "id": "example", "name": "example", "description": "example", "isPublic": true, "mode": "timeline", "user": { "id": "example", "screenName": "example", "displayName": "example", "profile": { "iconUrl": "example", "bannerUrl": "example", "bio": "example", "website": "example", "additionalWebsites": [ "example" ] } }, "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