v1

latestOpenAPI 3.0.12026-07-143213.0 KB
song

API endpoint to search songs from the database given a query

Endpoint for an end-user client to search songs from the database given a String query.

If you want to run the /song/search operation, you can do so via an HTTP GET command to the following URL:

https://searchly.asuarez.dev/api/v1/song/search
get/song/search

Query parameters

querystring required

Query.

Response

Standard SearchLy API v1 JSON response. You should check the error attribute to determine if there was an error.

errorboolean

Whether or not the request was successfully processed or not.

messagestring

Error message if the request was unsuccessful.