Rutter Atlas API
    • List destinations
      GET
    • List places
      GET
    • List events
      GET
    • Get place
      GET
    • Get event
      GET
    • Schemas
      • Meta
      • Pagination
      • Attribution
      • Address
      • PlaceLocation
      • Contact
      • PlaceEditorial
      • PlaceAccess
      • Sustainability
      • Provenance
      • Validity
      • Image
      • OpeningHoursRow
      • Place
      • EventClassification
      • EventLocation
      • EventOccurrence
      • EventEditorial
      • Event
      • Destination
      • ApiError

    EventOccurrence

    A single date/time occurrence of an event.

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "start_at": "2026-12-05T11:00:00+00:00",
        "end_at": "2026-12-06T17:00:00+00:00",
        "status": "scheduled",
        "recurrence_rule": "string",
        "notes": "string"
    }
    Built with