# Centrumsleja — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Query the SlayBet global leaderboard from centrumsleja.pl to view player rankings and performance metrics, with the ability to filter results by searching for specific usernames. Monitor competitive standings and track individual player positions on the worldwide leaderboard.

**Category:** Sports | **Website:** [centrumsleja.pl/](https://centrumsleja.pl/) | **Docs:** [parse.bot/marketplace/d1729e98-bed5-48b8-98c0-784a075f5c84/centrumsleja-pl-api](https://parse.bot/marketplace/d1729e98-bed5-48b8-98c0-784a075f5c84/centrumsleja-pl-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-centrumsleja-pl-api-d1729e98/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### search_ranks

Retrieve the SlayBet global leaderboard ranked by balance. Results include each player's position, balance, earned ranks, and season badge. When a query is provided, results are filtered to usernames containing the query (case-insensitive substring match). Without a query, the full leaderboard is returned.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `query` | string | No | Username substring filter (case-insensitive). Omitting returns the full leaderboard. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-centrumsleja-pl-api-d1729e98/search_ranks \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"<string>"}'
```
