Skip to content

Releases: flavnat/fpl-api

v1.1.0

29 Dec 13:41

Choose a tag to compare

v1.0.0 - Initial Release

26 Dec 16:30
89a1b8d

Choose a tag to compare

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 check
  • POST /sync/all - Sync all FPL data
  • POST /api/auth/sign-up/email - User registration
  • POST /api/auth/sign-in/email - User login

Quick Start

See README.md for full documentation.