🎉 Version 1.0.8 - New Random Number Generator API Added
curl --location --request GET 'https://apis.rocks/danbooru/posts'{
"success": true,
"data": {
"posts": [
{
"id": 0,
"createdAt": "string",
"updatedAt": "string",
"rating": "general",
"score": {
"total": 0,
"up": 0,
"down": 0,
"favorites": 0
},
"tags": {
"general": [
"string"
],
"artist": [
"string"
],
"character": [
"string"
],
"copyright": [
"string"
],
"meta": [
"string"
],
"raw": [
"string"
]
},
"file": {
"url": "http://example.com",
"width": 0,
"height": 0,
"size": 0
},
"sample": {
"url": "http://example.com",
"width": 0,
"height": 0,
"size": 0
},
"preview": {
"url": "http://example.com",
"width": 0,
"height": 0
},
"sources": [
"string"
],
"description": "string",
"uploaderId": 0,
"uploaderName": "string",
"flags": {
"pending": true,
"flagged": true,
"noteLocked": true,
"statusLocked": true,
"ratingLocked": true,
"hasChildren": true,
"hasActiveChildren": true,
"isDeleted": true
},
"duration": 0
}
],
"pagination": {
"page": 1,
"limit": 1,
"hasNext": true,
"hasPrev": true,
"estimatedTotal": 0,
"totalPages": 1,
"estimationSource": "danbooru"
},
"query": {
"tags": "string",
"normalizedTags": "string",
"rating": "general",
"order": "rank",
"random": true,
"includeCounts": true
},
"stats": {
"totalPosts": 0
}
},
"meta": {
"timestamp": "string",
"requestId": "string",
"version": "string"
}
}