Overview
The Schedules API provides access to Zoo Arcadia’s opening hours, including regular schedule, seasonal variations, and special event timings.Get Schedules
Returns the complete schedule information for the zoo, including opening and closing times for different periods.
Response Fields
Indicates if the request was successful
Array of schedule objects
Unique identifier for the schedule entry
Time period or day(s) this schedule applies to (e.g., “Monday-Friday”, “Weekends”, “Summer Season”)
Opening time in HH:MM:SS format
Closing time in HH:MM:SS format
Current status of the schedule: “active”, “inactive”, or “seasonal”
Example Request
Example Response
Schedule Status Values
Thestatus field indicates the current state of a schedule entry:
Active
Schedules that are currently in effect and apply to regular operations.Seasonal
Schedules that apply only during specific seasons or periods of the year.Inactive
Schedules that are no longer in use but retained for historical reference.Time Format
All times are returned in 24-hour format (HH:MM:SS). Convert to 12-hour format on the client side if needed.
Example Time Conversion
Use Cases
Display Current Hours
Filter schedules bystatus: "active" to show visitors the current operating hours.
Show Seasonal Variations
Usestatus: "seasonal" entries to inform visitors about special hours during holidays or different seasons.
Plan Visits
Allow visitors to view all schedule variations to help them plan their visit based on their preferred time period.Error Responses
Resource Not Found
When the schedules endpoint is not available:404 Not Found
Notes
Schedule information is typically updated by zoo administrators. Check the API regularly for any changes to operating hours, especially during holidays or special events.