Actions2
- Legacy Place Actions
- Legacy User Actions
Overview
This node interacts with the Roblox Legacy API, specifically providing operations related to legacy places and users on the Roblox platform. The "Get Favorites Count" operation under the "Legacy Place" resource retrieves the number of times a specific place (game or experience) has been favorited by users. This is useful for developers or analysts who want to track the popularity or engagement level of their Roblox places.
Practical examples:
- A game developer wants to monitor how many users have favorited their game to gauge its popularity.
- An analytics workflow that collects favorites count data periodically to analyze trends over time.
Properties
| Name | Meaning |
|---|---|
| Universe ID | The unique identifier of the Roblox place (universe) for which to get the favorites count. |
Output
The node outputs JSON data containing the favorites count for the specified Universe ID. The exact structure is not shown in the provided code, but typically it would include at least a numeric field representing the total number of favorites.
No binary data output is indicated.
Dependencies
- Requires access to the Roblox Legacy API.
- Needs an API key or authentication token configured in n8n to authorize requests to the Roblox Legacy API.
- No other external dependencies are explicitly mentioned.
Troubleshooting
Common issues:
- Invalid or missing Universe ID: The node requires a valid Universe ID; if omitted or incorrect, the request will fail.
- Authentication errors: If the API key or token is missing or invalid, the node will not be able to retrieve data.
- Network or API downtime: Temporary failures may occur if the Roblox Legacy API is unreachable.
Error messages:
- Errors related to invalid Universe ID usually indicate the input needs correction.
- Authentication errors suggest checking the configured credentials.
- Timeout or network errors require verifying internet connectivity or Roblox API status.
Links and References
- Roblox Developer Hub
- Roblox API Documentation (Legacy) (Note: actual URL may vary as this is a generic reference)