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

> Retrieve the complete list of topics and chapters organized within any MOBAFire League of Legends build guide to quickly understand the guide's structure and content coverage. Navigate through detailed breakdowns of champion builds, itemization strategies, and gameplay tips by accessing the specific sections each guide contains.

**Category:** Sports | **Website:** [www.mobafire.com/league-of-legends/build/26-15-master-khazix-7-5m-points-jungle-guide-557590](https://www.mobafire.com/league-of-legends/build/26-15-master-khazix-7-5m-points-jungle-guide-557590) | **Docs:** [parse.bot/marketplace/93c3460b-6763-42e7-845f-f0967b3c9917/mobafire-com-api](https://parse.bot/marketplace/93c3460b-6763-42e7-845f-f0967b3c9917/mobafire-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-mobafire-com-api-93c3460b/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_guide_topics

Extract the chapter topics from a MOBAFire build guide page. Returns the guide title, a list of topic names in order, the count, and a pre-formatted markdown representation. Each topic corresponds to a collapsible chapter section in the guide.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `guide_url` | string | Yes | Full URL of a MOBAFire build guide page (e.g. https://www.mobafire.com/league-of-legends/build/26-15-master-khazix-7-5m-points-jungle-guide-557590). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-mobafire-com-api-93c3460b/get_guide_topics \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"guide_url":"<string>"}'
```
