v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBstore
Fetch store products.
This endpoint will retrieve the available products from the store
get/store
Query parameters
type0 | 1 | 2 | 3
The set of available store product types.
- 0: Consumable
- 1: Non-Consumable
- 2: Non-Renewing Subscription
- 3: Auto-Renewing Subscription
The type of products to fetch.
- 0: Consumable
- 1: Non-Consumable
- 2: Non-Renewing Subscription
- 3: Auto-Renewing Subscription
Response
Successful Kurozora JSON response
object required
Example response
{
"meta": {
"version": "1.0.8",
"queryCount": 0,
"isUserAuthenticated": false,
"authenticatedUserID": null
}
}