https://api.findacourt.local
All API endpoints are accessed through the api subdomain. No /api prefix is needed in the paths.
The FindACourt API provides both public and protected endpoints:
/facilities
Public
Get all facilities with optional filtering
type - Filter by court type (tennis, pickleball, padel, racquetball)city - Filter by cityisReservableOnline - Filter by online booking availabilitymemberOnly - Filter by member-only facilitieshasCoaching - Filter by coaching availabilityq or keyword - Search by keyword/facilities/:id
Public
Get detailed information about a specific facility
id - The unique identifier of the facility/health
Public
Check API health status
The following features require authentication and will be available soon:
/auth/*)/reservations)/favorites)/users)/facilities POST/PUT/DELETE methods)Protected endpoints require a valid authentication token. Authentication details will be provided when user features are implemented.