このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"limit": 10,
"sinceId": "string",
"untilId": "string"
}curl --location 'https://misskey.io/api/i/gallery/posts' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10,
"sinceId": "string",
"untilId": "string"
}'[
{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"userId": "string",
"user": {
"id": "xxxxxxxxxx",
"name": "藍",
"username": "ai",
"host": "misskey.example.com",
"avatarUrl": "string",
"avatarBlurhash": "string",
"avatarDecorations": [
{
"id": "string",
"angle": 0,
"flipH": true,
"url": "string",
"offsetX": 0,
"offsetY": 0
}
],
"isBot": true,
"isCat": true,
"instance": {
"name": "string",
"softwareName": "string",
"softwareVersion": "string",
"iconUrl": "string",
"faviconUrl": "string",
"themeColor": "string"
},
"emojis": {
"property1": "string",
"property2": "string"
},
"onlineStatus": "unknown",
"badgeRoles": [
{
"name": "string",
"iconUrl": "string",
"displayOrder": 0,
"behavior": "string"
}
]
},
"title": "string",
"description": "string",
"fileIds": [
"string"
],
"files": [
{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"name": "lenna.jpg",
"type": "image/jpeg",
"md5": "15eca7fba0480996e2245f5185bf39f2",
"size": 51469,
"isSensitive": true,
"blurhash": "string",
"properties": {
"width": 1280,
"height": 720,
"orientation": 8,
"avgColor": "rgb(40,65,87)"
},
"url": "string",
"thumbnailUrl": "string",
"comment": "string",
"folderId": "xxxxxxxxxx",
"folder": {
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"name": "string",
"parentId": "xxxxxxxxxx",
"foldersCount": 0,
"filesCount": 0,
"parent": {}
},
"userId": "xxxxxxxxxx",
"user": {
"id": "xxxxxxxxxx",
"name": "藍",
"username": "ai",
"host": "misskey.example.com",
"avatarUrl": "string",
"avatarBlurhash": "string",
"avatarDecorations": [
{
"id": "string",
"angle": 0,
"flipH": true,
"url": "string",
"offsetX": 0,
"offsetY": 0
}
],
"isBot": true,
"isCat": true,
"instance": {
"name": "string",
"softwareName": "string",
"softwareVersion": "string",
"iconUrl": "string",
"faviconUrl": "string",
"themeColor": "string"
},
"emojis": {
"property1": "string",
"property2": "string"
},
"onlineStatus": "unknown",
"badgeRoles": [
{
"name": "string",
"iconUrl": "string",
"displayOrder": 0,
"behavior": "string"
}
]
}
}
],
"tags": [
"string"
],
"isSensitive": true,
"likedCount": 0,
"isLiked": true
}
]