Query parameters
-
nsfw boolean
Include NSFW content
Default value is
false
.
GET
/v1/neko
curl \
-X GET https://api.rimunace.xyz/v1/neko
Response examples (200)
{
"url": "https://example.com",
"pre_existing": true,
"category": "string",
"tags": [
"string"
],
"rating": "string",
"anime": {
"title": "string",
"character": "string"
},
"source": {
"url": "https://example.com",
"direct": "https://example.com",
"metadata": {
"width": 42.0,
"height": 42.0,
"format": "string",
"size": 42.0,
"score": 42.0,
"created_at": "2024-05-04T09:42:00+00:00"
}
},
"attribution": {
"artist": {
"username": "string",
"profile": "https://example.com"
},
"copyright": "string"
}
}