xivselch/api is a free, open-source REST API that lets you access live Final Fantasy XIV player and community data — no account required.
Disclaimer: This project is not affiliated with, sponsored, or endorsed by Square Enix.
- Real-time access to Lodestone character and Free Company data
- Comprehensive multi-language support (English, Japanese, French, German)
- Persistent data endpoints powered by a robust database layer
- Secure authentication and session management
- OpenAPI 3.1 documentation with integrated Scalar UI
- Advanced abuse prevention and fair usage controls
Prerequisites:
- Node.js 18+
- Vercel CLI
Install dependencies:
npm installStart the dev server:
vc devThe API and docs will be at http://localhost:3000.
npm run lint— Lint codenpm run format— Format codenpm run drizzle:generate— Generate DB migrationsnpm run drizzle:migrate— Run DB migrations
MIT — see LICENSE.md