v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
explore

(optional authentication) Explore category details.

This endpoint will retrieve the details to for the explore category.

get/explore/{exploreCategoryID}

Path parameters

exploreCategoryIDinteger required

ID of the explore category.

Response

Successful Kurozora JSON response

object required

Example response

{
  "meta": {
    "version": "1.0.8",
    "queryCount": 0,
    "isUserAuthenticated": false,
    "authenticatedUserID": null
  }
}