> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spellborne.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Monster Data

> Get complete monster information including stats, moves, personality, and owner

<ParamField path="id" type="string" required>Monster ID (MongoDB ObjectId or token ID)</ParamField>

<Note>Requires `x-api-token` header.</Note>

### Response Fields

| Field              | Description                                                 |
| ------------------ | ----------------------------------------------------------- |
| id                 | MongoDB ObjectId                                            |
| breedName          | Monster breed name                                          |
| tokenId            | NFT token ID (if minted)                                    |
| variant            | Base, Enchanted, Spooked, or Festived                       |
| level              | Current level                                               |
| experience         | Total XP                                                    |
| assets             | Profile picture, front/back sprite URLs                     |
| type               | Primary and secondary types                                 |
| statistics         | HP, SP, maxHP, maxSP, ATK, sATK, DEF, sDEF, SPE, trust      |
| innatePotential    | Innate IV values (HP, SP, ATK, DEF, sATK, sDEF, SPE, total) |
| visiblePotential   | Visible potential points                                    |
| movesData          | Learned moves with name, class, type, power, accuracy, cost |
| availableMovesData | All available moves                                         |
| personality        | Monster personality                                         |
| originalHunter     | First owner address                                         |
| gender             | Male or Female                                              |
| likes              | Liked food item                                             |
| dislikes           | Disliked food item                                          |
| ability            | Monster ability name                                        |
| itemHeld           | Held item code                                              |
| cosmeticItem       | Equipped cosmetic                                           |
| owner              | Current owner address                                       |
