FMPadel Players API
Available endpoints:
GET /api/players- Get all players with optional search and pagination?search=name- Search by player name or ID (case-insensitive, supports multiple space-separated terms)?limit=50- Maximum number of results (default: 50)?offset=0- Pagination offset (default: 0)
GET /api/players/[id]- Get a single player by ID, including social media infoGET /api/players/[id]/history- Get player tournament history and computed stats (titles, matches won/lost, games won/lost)GET /api/players/[id]/tournament/[tournamentId]/matches- Get a player's matches in a specific tournament