Fortnite API Documentation
Complete reference for the FNRank Fortnite API
Getting Started
2. Authentication
Include your API key and secret in the request headers:
X-API-Key: YOUR_API_KEY
X-API-Secret: YOUR_API_SECRET
3. Base URL
All API requests should be made to:
https://fnrank.com/api/v1
Rate Limiting
Rate limits are enforced based on your subscription plan:
Free
10 req/min
Starter
60 req/min
Pro
300 req/min
Enterprise
1000 req/min
Response Format
All API responses follow a consistent JSON format:
{
"success": true,
"data": {
// Response data
},
"meta": {
"version": "v1",
"timestamp": "2025-01-09T12:00:00Z"
}
}