Skip to main content

Overview

Returns the complete set of photos for an event as paginated image objects (large URL, thumbnail URL, image ID, width, height, and curated metadata). Use this to render an event’s gallery without filtering by BIB or selfie. Photos are ordered by capture timestamp ascending; photos with no timestamp are returned last. The order is stable across pages.
This endpoint always returns every photo mapped to the event. It does not honour internal visibility flags such as show_all_images or custom_show_images.

Endpoint

Path Parameters

Query Parameters

This endpoint returns paginated results. See the Pagination Model.

Example Request

Example Response

Response Models

original_url is null in this response. meta_info is a curated object from the mapped photo row and the matching image-processing record. It includes the photo timestamp, original filename, public source label, image path, Google Drive link when the source is Google Drive, and photographer folder name when available from the 9Pic upload path.
Use Download Original Photos with method: "bib" or method: "selfie" to fetch presigned download links for originals.

Error Responses

See Errors for canonical descriptions and retry guidance.