GET
SoundCloud Track Search
Search SoundCloud tracks and return title, creator, play count, duration, artwork, and stream endpoint URL.
Endpoint
https://api.seaavey.com/search/soundcloud Parameters
query string required The search keyword for the SoundCloud track or artist.
limit number Maximum number of tracks to return (1-20). Defaults to 5.
Response
-
status— number -
success— boolean -
latency— string -
data— object[]-
title— string -
artist— string -
plays— number -
duration— number -
artwork— string -
url— string -
streamUrl— string
-
Errors
401 Invalid or expired API key 400 Missing or invalid query parameter query or limit 429 Too many requests 500 Failed to search SoundCloud