-
Notifications
You must be signed in to change notification settings - Fork 10
Search
eyeem edited this page Feb 8, 2012
·
2 revisions
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.
- /search, GET
Retrieves an array containing a users and an albums dictionary.
- 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)
- 200 and an array containing a
users
dictionary and analbums
dictionary.
https://www.eyeem.com/api/v2/search?q=berlin&includeAlbums=1