Endpoint
Authentication and Scope
This endpoint requires thefixtures scope. Include your API key in the X-API-Key header.
Query Parameters
The league id to list teams for. Obtain this value from
GET /leagues. The league must belong to a sport in your account’s enabled allowlist; otherwise the response is empty.Number of teams to return per page. Default
100, maximum 200. Values above 200 are clamped to 200.Number of teams to skip before returning results. Default
0. Use with limit to page through results.Response
Returns a pagination envelope. Each item initems is a team object with the following fields:
| Field | Type | Description |
|---|---|---|
name | string | Team name |
silk_url | string | Public CDN URL of the team silk (kit thumbnail). Empty string ("") if the silk has not been resolved yet. |
silk_url may be an empty string for newly discovered teams while the silk resolution pipeline is still running. Treat an empty value as “not yet available” and fall back to a placeholder in your UI — the field will populate on a later request once the silk is resolved.