explore
(optional authentication) Explore page.
This endpoint will retrieve the details to for the explore page.
get/explore
Query parameters
genre_idinteger
ID of the genre to filter on.
Response
Successful Kurozora JSON response
object required
Example response
{
"meta": {
"version": "1.0.8",
"queryCount": 0,
"isUserAuthenticated": false,
"authenticatedUserID": null
}
}