# Fmdatalab — 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.

> Discover the top-rated Football Manager 2024 players across 117 different playable roles by accessing FMDataLab's comprehensive player ratings and role performance scores. Find the best-performing player for any specific position or role to optimize your team strategy.

**Category:** Sports | **Website:** [www.fmdatalab.com/](https://www.fmdatalab.com/) | **Docs:** [parse.bot/marketplace/22107f8e-8edc-4632-999e-8f650879a79d/fmdatalab-com-api](https://parse.bot/marketplace/22107f8e-8edc-4632-999e-8f650879a79d/fmdatalab-com-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-fmdatalab-com-api-22107f8e/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_top_role_scores

Returns the highest-scoring Football Manager 2024 player for each of 117 playable roles. Each entry includes the player's role score, biographical details, club, and transfer value from the start of an FM24 save. Results can be filtered by position code or player name substring.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `name` | string | No | Filter by player name substring (case-insensitive). Returns all roles where the matching player is the top-rated. |
| `position` | string | No | Filter by position code substring (e.g. 'GK', 'DM', 'ST'). Matches against the position field or role_code. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-fmdatalab-com-api-22107f8e/get_top_role_scores \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"<string>","position":"<string>"}'
```
