Skip to main content
The SquadAssist API is a REST API that returns JSON. All endpoints are served from a single base URL and use standard HTTP verbs and status codes.

Base URL

Every request path in this reference is relative to this base URL.

API version

The current version is v1.

Endpoints

These endpoints expose player and club analysis. Use them in server-to-server integrations with an API key.

Quickstart

The /health endpoint requires no credentials and confirms the API is reachable.

Response format

All responses — including errors — are JSON objects. Successful responses vary in shape per endpoint. Error responses always include an "error" key with a string description. See Errors for the full list of error codes and response bodies.