Getting an API key
API keys are requested through the frozi.lol dashboard and approved by an admin. Permissions and rate limits are set when your key is approved.Step 1: Sign in and open API Keys
- Sign in at frozi.lol.
- Go to Dashboard → Developer Platform → API Keys.
Step 2: Request a key
- Click Request API key.
-
In the modal, fill in:
- Name (required, max 255 characters)
- Description (required, 80–2000 characters)
- Permissions — select at least one:
- Leaderboard — for
GET /api/leaderboard - Lookup — for profile and links lookup endpoints
- Leaderboard — for
- Optional: project URL, expected usage.
- Submit the request. Your key will appear as pending until an admin approves it.
Step 3: After approval
- When an admin approves your request, the secret key is generated and sent to you once in an email. Store it securely; it cannot be shown again.
- In the dashboard, the key appears as Active. You will see a key identifier (e.g. prefix/suffix) for reference — not the secret itself.
Authorization: Bearer <API_KEY> header for your requests.
Key management
- You can have up to 3 API keys per profile.
- You can edit the key name from the dashboard.
- Permissions and rate limits are set by the admin when approving the key.
If you lose your secret key, you must create a new key request; the original secret cannot be retrieved.
Summary
For how to send the key in requests and which permissions apply to which endpoints, see Authentication.

