# Piggy Fandom — 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 all available character skins from the Piggy Roblox game with their names and thumbnail images to plan your in-game cosmetics. Browse the complete skin collection to find and compare all playable characters you can unlock.

**Category:** Entertainment | **Website:** [piggy.fandom.com/wiki/Category:Skins](https://piggy.fandom.com/wiki/Category:Skins) | **Docs:** [parse.bot/marketplace/efa49bee-a465-49c2-ba80-f45add617f28/piggy-fandom-com-api](https://parse.bot/marketplace/efa49bee-a465-49c2-ba80-f45add617f28/piggy-fandom-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-piggy-fandom-com-api-efa49bee/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_skins

Get all Piggy skins from the Skins navigation dropdown on the Category:Skins page. Returns each skin's name, thumbnail image URL, book (e.g. Skins | Book 1, Skins | Book 2, Skins | Extra, Skins | Community, Other Skins, PIGGY: Hunt Exclusive), and subcategory tab (e.g. Main, Alternate, Daily Quests, User Exclusive - Main, User Exclusive - Alternate). Results are returned in the order they appear in the navigation template.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `limit` | integer | No | Maximum number of skins to return. |
| `thumb_size` | integer | No | Thumbnail image width in pixels for scaling. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-piggy-fandom-com-api-efa49bee/get_skins \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"limit":"<integer>","thumb_size":"<integer>"}'
```
