REC: Get Location Availability
REC via Parse · sports
Get court availability (open time slots) for an organization's locations from the Book Now reservation flow. Optionally filter to a single location by its UUID or name, to courts for a specific sport, and/or to courts matching a specific court name. Returns one entry per court with the list of available reservation start times within the booking window. Access public reservation information from Rec.us including organizations, locations, court availability, instructors, and sports/activities. Fulfilled by Parse from rec.us.
- entertainment
- maps-geo
- parse
- platform-key
- rec
- rec-us
- sports
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/53ee12ed-bd2a-4e29-89e9-a6ecfca029dd/get_location_availability
- Interface artifact
- sha256:7eb9d16407ffbb04d20784276a2a7f5eb8be6198143cf88cccdd89b12e48bd73
- Manifest digest
- sha256:9e22c5b1e526d71eaba979bb1864b0c27782b1e9a683b2ba0c4fffc6c4de2a7b
Request fields
- sport (string): Sport name to filter courts by (case-insensitive, e.g. 'tennis', 'pickleball', 'badminton'). Only courts associated with the specified sport are returned. Omit to return courts for all sports.
- court_name (string): Court name to filter by (case-insensitive, e.g. 'Court 3'). Only courts whose name matches exactly are returned. Omit to return all courts.
- location_id (string): UUID of a specific location to filter results. Omit to get availability across all locations.
- location_name (string): Human-readable location/facility name to filter by (case-insensitive substring match, e.g. 'Alice Marble', 'Jackson', 'Lafayette Park'). Omit to return all locations.
- organization_slug (string, required): URL slug of the organization (e.g. san-francisco-rec-park).
Example queries
- {"organization_slug":"san-francisco-rec-park"}