# frozi.lol Help > Need assistance? Start by browsing answers to frequently asked questions. Whether you're configuring an integration, managing user data, or exploring API capabilities — we’ve got your back. ## Docs - [API keys](https://docs.frozi.lol/api-reference/api-keys.md): How to request and manage API keys for the frozi.lol API - [Authentication](https://docs.frozi.lol/api-reference/authentication.md): How to authenticate with the frozi.lol API using API keys - [Leaderboard](https://docs.frozi.lol/api-reference/endpoint/leaderboard.md): Returns top profiles by view count. **Permission required:** `api.leaderboard`. Data may be cached (e.g. Redis). - [Profile by auth ID](https://docs.frozi.lol/api-reference/endpoint/lookup-auth-id.md): Returns a simplified profile by auth UUID. **Permission required:** `api.lookup`. - [Profile links by username](https://docs.frozi.lol/api-reference/endpoint/lookup-links.md): Returns the public links array for the profile identified by username. **Permission required:** `api.lookup`. - [Profile by UID](https://docs.frozi.lol/api-reference/endpoint/lookup-uid.md): Returns a simplified profile by numeric profile ID (UID). **Permission required:** `api.lookup`. - [Profile by username](https://docs.frozi.lol/api-reference/endpoint/lookup-username.md): Returns a simplified profile by primary username or alias. **Permission required:** `api.lookup`. - [Errors](https://docs.frozi.lol/api-reference/errors.md): Error response format and status codes for the frozi.lol API - [Introduction](https://docs.frozi.lol/api-reference/introduction.md): frozi.lol API Reference — profile data, leaderboard, and links - [Run the docs locally](https://docs.frozi.lol/development.md): Preview documentation changes locally before contributing - [Welcome](https://docs.frozi.lol/index.md): Help and documentation for frozi.lol — profiles, dashboard, API, and more ## OpenAPI Specs - [openapi](https://docs.frozi.lol/api-reference/openapi.json)