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

    OpeningHoursRow

    A single opening hours period. Multiple rows handle seasonal and special hours.

    {
        "day_of_week": [
            "Tuesday",
            "Wednesday",
            "Thursday"
        ],
        "opens": "09:00:00",
        "closes": "17:00:00",
        "valid_from": "06-01",
        "valid_through": "08-31",
        "closed": true,
        "is_special_hours": true,
        "notes": "string"
    }
    Built with