Skip to main content

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
Every request must include a valid API key. Keys are created and managed in the frozi.lol dashboard and are assigned permissions (api.leaderboard, api.lookup). Rate limiting applies.

Base URL

All endpoints are relative to:
https://frozi.lol/api
Example: the leaderboard endpoint is GET https://frozi.lol/api/leaderboard.

Next steps

  1. Get an API key — request a key in the dashboard and use it in your requests.
  2. Authentication — how to send the API key (Bearer) and which permissions are required.
  3. Browse Leaderboard and Lookup endpoints in the sidebar.