You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the entry point to search EyeEm users and albums. To paginate through the results, or refine the search, it's better to use the /users or /albums endpoints.
Available Endpoints
/search, GET
API Calls
GET /search
Retrieves an array containing a users and an albums dictionary.
Parameters
q:the string to search for
includeAlbums: (boolean, whether to include results in the albums dictionary)
includeUsers: (boolean, whether to include results in the users dictionary)
Response
200 and an array containing a users dictionary and an albums dictionary.