Skip to content
eyeem edited this page Feb 8, 2012 · 2 revisions

Endpoint: Search

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.

Examples

https://www.eyeem.com/api/v2/search?q=berlin&includeAlbums=1

Clone this wiki locally