x-api-key in every request shown here.
Practical cURL examples for common Velora API operations.
x-api-key in every request shown here.
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/songs?page=1&limit=20"
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/songs/SONG_ID"
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/songs/trending?limit=10"
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/playlists?page=1&limit=20"
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/playlists/PLAYLIST_ID"
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/playlists/PLAYLIST_ID/songs?page=1&limit=20"
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/artists?page=1&limit=20"
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/artists/USERNAME_OR_ID"
curl -H "x-api-key: YOUR_KEY" \
"https://api.velora.crickdevs.com/api/users/USERNAME"
Was this page helpful?