cURL
curl --request GET \ --url https://www.beatsfoundation.com/api/songs/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "audio_url": "<string>", "streams": 123, "upvote_count": 123, "song_url": "<string>", "username": "<string>" }
Retrieve details of a specific song
Enter your API key as the bearer token
Song ID
Successfully retrieved song