GET /images
Key | Description | Default |
---|---|---|
q | Text search query | [empty] |
offset | Start offset for results | 0 |
length | Maximum number of results | 10 |
orderBy | Field for ordering (prepend '-' for DESC) | -uploadTime |
since | Search images uploaded since this time | [no lower bound] |
until | Search images uploaded before this time | [no upper bound] |
Date-time values (e.g. since) can be provided in ISO format (no milliseconds), e.g. 2013-10-24T11:09:38Z
(i.e.
the same format as date-times in the documents). They can also be provided as relative durations, e.g. 7.days
.
See the routes file for more API "documentation".