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": {} } }
Retrieve category information for a specific item using its item ID
Show properties