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

Endpoint: Topics

More search endpoints and options will be released in the coming days. For now, it's only possible to search for topics

Available endpoints

  • /topics, GET

Representation

The various possible representations of a photo (simple,detailed) are presented and described in the model page.

API Calls

GET /topics

Parameters

  • autoComplete: string
  • offset: (optional, default 0)
  • limit: (optional, default 20)

Response

  • 200 and an array of topics.

Examples

https://www.eyeem.com/api/v2/topics?autoComplete=berl&offset=0&limit=20

Clone this wiki locally