Releases: flavnat/fpl-api
Releases · flavnat/fpl-api
v1.1.0
v1.0.0 - Initial Release
FPL API v1.0.0
First official release of the unofficial Fantasy Premier League API!
Features
- GraphQL API - Flexible queries for FPL data
- REST Endpoints - Sync and health check endpoints
- API Key Authentication - Secure access to protected endpoints
- User Authentication - Sign up/sign in with Better-Auth
- Rate Limiting - Request rate limiting
- PostgreSQL - Data storage with Drizzle ORM
- Docker Support - Easy deployment with docker-compose
Endpoints
POST /graphql- GraphQL API (requires API key)GET /health- Health checkPOST /sync/all- Sync all FPL dataPOST /api/auth/sign-up/email- User registrationPOST /api/auth/sign-in/email- User login
Quick Start
See README.md for full documentation.