curl --request GET \ --url 'https://openapi.msu.io/v1rc1/gamemeta/items/{itemId}/set' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "itemSet": {} } }
Retrieve set information for a specific item using its item ID
Show properties