Actions43
- Album Actions
- Artist Actions
- Chart Actions
- Playlist Actions
- Podcast Actions
- Track Actions
- User Actions
Overview
This node integrates with the Deezer API to retrieve detailed information about music tracks. Specifically, the "Track" resource with the "Get" operation allows users to fetch metadata for a single track by its unique identifier. This is useful in scenarios where you want to enrich your workflow with specific track details such as title, artist, album, duration, and more.
Practical examples include:
- Fetching track details to display in a music app or dashboard.
- Enriching user playlists with additional track metadata.
- Integrating track information into marketing or analytics workflows.
Properties
| Name | Meaning |
|---|---|
| Resource ID | The unique identifier of the track to retrieve from Deezer (e.g., "1234567"). |
Note: For this operation, only the "Resource ID" property is required and used.
Output
The node outputs JSON data representing the track's metadata as returned by the Deezer API. This typically includes fields such as:
- Track ID
- Title
- Artist information
- Album information
- Duration
- Link to Deezer page
- Preview URL (30-second audio preview)
- Other relevant track attributes
No binary data output is produced by this operation.
Dependencies
- Requires an OAuth2 API credential configured for Deezer to authenticate requests.
- Uses the Deezer public API endpoint
https://api.deezer.com. - The node internally obtains an access token via the provided credentials before making API calls.
Troubleshooting
- Invalid or missing Resource ID: Ensure that the "Resource ID" field is correctly filled with a valid Deezer track ID. An empty or incorrect ID will cause the request to fail.
- Authentication errors: If the OAuth2 credentials are not set up properly or have expired, the node will fail to authenticate. Reconfigure or refresh the credentials as needed.
- API rate limits or network issues: Deezer API may impose rate limits or experience downtime. In such cases, retry after some time or check network connectivity.
- Error messages: Errors returned from the Deezer API will be included in the output if "Continue On Fail" is enabled; otherwise, they will stop execution. Common error messages relate to invalid IDs, unauthorized access, or malformed requests.
Links and References
- Deezer API Documentation: https://developers.deezer.com/api
- Deezer Track Object Reference: https://developers.deezer.com/api/track