FindACourt API Documentation

Base URL: https://api.findacourt.local

All API endpoints are accessed through the api subdomain. No /api prefix is needed in the paths.

Authentication Status

The FindACourt API provides both public and protected endpoints:

Public Endpoints

GET /facilities Public

Get all facilities with optional filtering

Query Parameters:

GET /facilities/:id Public

Get detailed information about a specific facility

URL Parameters:

GET /health Public

Check API health status

Protected Endpoints

The following features require authentication and will be available soon:

Authentication

Protected endpoints require a valid authentication token. Authentication details will be provided when user features are implemented.