Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Unbroken Bonds
Purugly

Purugly

Rare #160 Pokémon Stage 1 HP 120
Types
Colorless
Illustrator
Tomokazu Komiya
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189262

Attacks

Stray Cat Dash 30
Colorless · Colorless

Discard a random card from your opponent's hand. If this Pokémon evolved from Glameow during this turn, discard 2 cards instead of 1.

Lunge Out 80
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm10-160?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-160",
    "name": "Purugly",
    "number": "160",
    "printed_number": "160",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/160.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/160.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/160.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189262",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/160.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/160.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/160.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Stray Cat Dash",
        "text": "Discard a random card from your opponent's hand. If this Pokémon evolved from Glameow during this turn, discard 2 cards instead of 1.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Lunge Out",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 0.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.7
        },
        {
          "condition": "DMG",
          "price": 0.51
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:23:44.093Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.45
      }
    }
  }
}