curl --request GET \ --url 'https://openapi.msu.io/v1rc1/gamemeta/vmatrix/{nodeId}?level=1' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "nodeId": 0, "nodeName": "string", "nodeDesc": "string", "nodeLevel": 0, "nodeImageUrl": "string", "skills": [] } }
Retrieve metadata for a specific V-Matrix node skill using its node ID
Documentation IndexFetch the complete documentation index at: https://docs.msu.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.msu.io/llms.txt
Use this file to discover all available pages before exploring further.
Show properties