Overview
The Services API provides access to information about various services offered at Zoo Arcadia, including guided tours, restaurants, gift shops, and other visitor facilities.List All Services
Returns a complete list of all services and facilities available at the zoo.
Response Fields
Indicates if the request was successful
Array of service objects
Unique identifier for the service
Title/name of the service
Detailed description of the service
URL or path related to the service (e.g., booking page)
Type of service: “featured”, “service”, or “habitat”
URL path to the service’s image (original size)
URL path to the service’s medium-sized image
URL path to the service’s large-sized image
Example Request
Example Response
Service Types
Services are categorized into three types:Featured Services
Featured services are highlighted offerings displayed prominently on the homepage. These typically include:- Special tours
- Premium experiences
- Educational programs
Regular Services
Standard services and facilities available to all visitors:- Restaurants and cafes
- Gift shops
- Restrooms and facilities
- Information centers
Habitat Services
Services specific to individual habitats:- Habitat-specific guided tours
- Feeding demonstrations
- Educational presentations
Error Responses
Resource Not Found
When the services endpoint is not available:404 Not Found
Notes
The Services API returns all services regardless of type. You can filter services by type on the client side using the
type field.Service images are available in three sizes (original, medium, large) to optimize for different display contexts and screen sizes.