Free, open-source Clash Royale API - No authentication required
Royale API Free is a public REST API for Clash Royale that provides player stats, card data, and analytics without requiring API keys or authentication.
- No Auth Required - Just hit the endpoint, no API key needed
- Free Forever - Completely free to use
- Fast Response - Optimized for speed
- Well Documented - Clear API documentation
- Open Source - Community-driven
- API Documentation: Visit
/api-docswhen running locally or check the deployed API - API Base URL:
https://your-api-url.com/api/v1 - Health Check:
/health
- Player data endpoint
- Player card statistics endpoint
- Player card collections endpoint
- Health check endpoint
- Error handling
- API documentation
- Battle history endpoint
- All cards endpoint
- Meta decks endpoint
- Clan endpoints
- Rate limiting
- Caching
- API key system (optional)
- Visit the API documentation at
/api-docs(when running) or check the deployed API - Use the endpoints listed above
- No authentication required - just make requests!
- Clone the repository
- Install dependencies:
bun install - Run development server:
bun dev - Visit
http://localhost:3000/api-docsfor API documentation
Contributions welcome! Please:
- Fork the repo
- Create feature branch
- Make changes
- Submit PR
MIT License
- Data Source: RoyaleAPI.com
- Author: codewithwan
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Made with ⚔️ for the Clash Royale community