Public API
Fetch user events
List public events by username with filtering and pagination
GET
Endpoint
Authentication
Path parameters
Username (case-insensitive, no
@ prefix).Query parameters
Optional filter:
upcoming, past, or profile.Results per page (max 100).
Pagination offset.
Request examples
Success response
Filter semantics
upcoming
upcoming
Returns events where
start_date >= now.past
past
Returns events where
start_date < now.profile
profile
Returns profile-visible events (created by or RSVP-associated to the user).
Pagination pattern
Use cases
Organizer profiles
Show upcoming and past events on user profile pages.
Creator analytics
Build aggregate reports for event volume and cadence by organizer.
Calendar exports
Transform public schedules into external calendars and feeds.
Discovery pages
Curate creators and surface upcoming events by niche.
Next steps
Get /events/{eventId}
Retrieve a single public event.
Get /events/{eventId}/guests
Retrieve guests and RSVP statuses.