Endpoints
Events in a collection
List events belonging to a collection, with the collection membership metadata and an inline event summary for each row.
GET
/collections/:slug/eventsPath Parameters
slugstringrequiredThe collection slug
Query Parameters
limitnumberrequiredItems per page (1-100, default 50).
afterstringOpaque cursor from a previous response's `cursor` field; returns the next page.
Authorization
read:collectionsResponse — Membership
collectionIdstringrequiredCollection ID
eventIdstringrequiredEvent ID
displayOrdernumberDisplay order within the collection
eventobjectrequiredMember event details
Response — Event
idstringrequiredEvent ID
namestringrequiredEvent name
slugstringrequiredURL slug
typeenum<string>requiredEvent type
Available options: race,runClub,timeTrial,other
datestringrequiredEvent date (YYYY-MM-DD)
organizationIdstringrequiredOwning organization ID
startTimestringStart time (HH:MM)
addressobjectEvent location
latnumberLatitude
lngnumberLongitude
descriptionstringEvent description
websiteUrlstringEvent website URL
cardImageUrlstringCard image URL (grid/list thumbnails).
coverImageUrlstringCover/hero image URL (event pages).
registrationUrlstringRegistration page URL
temporalStatusenum<string>requiredDerived from the event's dates: past | in_progress | future.
Available options: past,in_progress,future