offlinewebtools.com browser-local workbench

Pokemon Showdown Set Parser

Parse a single Pokemon Showdown set into structured JSON with EVs, IVs, ability, item, nature, Tera type, and moves.

Shipped
Browser local

Structured set JSON

Garchomp with 4 parsed moves.

{
  "name": "Garchomp",
  "species": "Garchomp",
  "item": "Rocky Helmet",
  "evs": {
    "hp": 252,
    "atk": 4,
    "spe": 252
  },
  "ivs": {},
  "moves": [
    "Earthquake",
    "Dragon Claw",
    "Protect",
    "Swords Dance"
  ],
  "unparsedLines": [],
  "ability": "Rough Skin",
  "level": 50,
  "teraType": "Steel",
  "nature": "Jolly"
}

What this tool does

Pokemon Showdown Set Parser helps you parse a single Pokemon Showdown set into structured JSON with EVs, IVs, ability, item, nature, Tera type, and moves.

What you get

Pokemon Showdown Set Parser produces a direct output in this page and keeps all processing on your device, with nothing uploaded to our servers.

Report a bug

If this tool misbehaves, share a quick summary so we can investigate. We include the tool URL automatically—no need to copy and paste.