Skip to main content
GET
/
v1rc1
/
gamemeta
/
items
/
{itemId}
/
category
curl --request GET \
  --url 'https://openapi.msu.io/v1rc1/gamemeta/items/{itemId}/category' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY'
{
  "success": true,
  "data": {
    "category": {}
  }
}

Path parameters

itemId
integer
required
The item ID

Response

success
boolean
Indicates if the request was successful
data
object
curl --request GET \
  --url 'https://openapi.msu.io/v1rc1/gamemeta/items/{itemId}/category' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY'
{
  "success": true,
  "data": {
    "category": {}
  }
}