Documentation Index
Fetch the complete documentation index at: https://docs.frozi.lol/llms.txt
Use this file to discover all available pages before exploring further.
The frozi.lol API lets developers access profile data, leaderboard, and profile-related content (e.g. links) via a REST API. All endpoints are protected by API keys (managed in the dashboard).
What is the frozi.lol API?
The frozi.lol API is a REST API that provides:- Leaderboard — top profiles by view count
- Lookup — profile by username, UID, or auth ID
- Profile links — public links for a profile by username
api.leaderboard, api.lookup). Rate limiting applies.
Base URL
All endpoints are relative to:GET https://frozi.lol/api/leaderboard.
Next steps
- Get an API key — request a key in the dashboard and use it in your requests.
- Authentication — how to send the API key (Bearer) and which permissions are required.
- Browse Leaderboard and Lookup endpoints in the sidebar.

