Search photos
search_photosSearch the JENRIKS archive (one photo per day since 2006). Free-text query matches title, place, categories, tags and photographer; filters narrow by photographer, category, year and location. Returns permanent page URLs, credits, coordinates and image URLs, newest first. Page with offset, or with the opaque cursor from next_cursor (cursor wins when both are sent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Four-digit publication year | |
| limit | No | ||
| query | No | Free text, e.g. "harbour", "Barcelona", "fog" | |
| cursor | No | Opaque page token from next_cursor; overrides offset | |
| offset | No | ||
| category | No | One of: Abstract, Architecture, B&W, Humans, Landscapes, Macro, Nature, News, Street, Studio, Time exposure | |
| location | No | City or country name, e.g. "Iceland" | |
| photographer | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | No | ||
| cursor | No | Echo of the cursor this page was fetched with, when one was sent | |
| offset | Yes | Offset of the first returned row; 0 when a cursor was used | |
| photos | Yes | ||
| has_more | Yes | True when another page exists | |
| returned | Yes | ||
| next_cursor | Yes | Opaque token for the next page; null on the last page. Send it back as cursor. | |
| next_offset | No | Kept for offset paging; present when more matches exist | |
| total_matches | Yes |