Actions49
- NFL Actions
- NBA Actions
- MLB Actions
- NHL Actions
- Soccer Actions
- College Football Actions
- College Basketball Actions
Overview
This node interacts with the ESPN Public API to retrieve a list of athletes for the NHL (National Hockey League). It allows users to specify a maximum number of athlete results to return and optionally filter the results by week number or groups. This node is useful for applications that need up-to-date athlete information from the NHL, such as sports analytics, fantasy sports platforms, or sports news aggregators.
Use Case Examples
- Retrieve the top 50 NHL athletes for the current week.
- Get a list of NHL athletes filtered by specific groups for detailed analysis.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of athlete results to return, defaulting to 50. |
| Additional Fields | Optional filters including 'Week' to specify the week number and 'Groups' to filter athletes by comma-separated groups. |
Output
JSON
- ``
- `` - The JSON response from the ESPN API containing athlete data for NHL.
Dependencies
- Requires internet access to call the ESPN Public API endpoints.
Troubleshooting
- Common issues include network connectivity problems or invalid parameters causing API request failures.
- If the node throws errors related to HTTP requests, verify the parameters such as 'limit', 'week', and 'groups' are correctly set and the ESPN API is reachable.
- If the API changes or is unavailable, the node may fail to retrieve data.
Links
- ESPN NHL Athletes API - Official ESPN API endpoint for retrieving NHL athlete data.