Fixtures API
JWT token for authorization
Bearer {jwt_token}Successfully retrieved 10 random fixtures.
Unauthorized. Authentication failed or token is invalid.
Internal server error. Please try again later.
Unique identifier for the sport to filter fixtures
601JWT token for authorization
Bearer {jwt_token}Successfully retrieved 10 random fixtures filtered by sport ID.
Unauthorized. Authentication failed or token is invalid.
Internal server error. Please try again later.
JWT token for authorization
Bearer {jwt_token}Array of LSports fixture IDs to retrieve metadata for
[123456,789101]Successfully retrieved metadata for the requested fixtures.
Bad request. Please verify the input parameters.
Unauthorized. Authentication failed or token is invalid.
Internal server error. Please try again later.
Last updated
Was this helpful?