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

← Galactic's Conquest
Purugly G

Purugly G

usually #81 Pokémon BasicSP HP 90
Types
Colorless
Illustrator
Ryota Saito
Expansion
Galactic's Conquest · Platinum
Language
Japanese
TCGplayer
607034

Attacks

Chip Off 20
Colorless

If your opponent has 6 or more cards in his or her hand, discard a number of cards without looking until your opponent has 5 cards left in his or her hand.

Poor Sleep 50+
Colorless · Colorless · Colorless · Colorless

Flip a coin. If heads, this attack does 50 damage plus 30 more damage and Purugly G is now Asleep.

GET /api/v1/pokemon/cards/pt1_ja-81?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt1_ja-81",
    "name": "Purugly G",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/81.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/81.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/81.large.webp"
      }
    ],
    "expansion": {
      "id": "pt1_ja",
      "name": "Galactic's Conquest",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT1",
      "printed_total": 96,
      "release_date": "2008/10/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Galactic's Conquest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607034",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/81.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/81.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/81.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Chip Off",
        "text": "If your opponent has 6 or more cards in his or her hand, discard a number of cards without looking until your opponent has 5 cards left in his or her hand.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Poor Sleep",
        "text": "Flip a coin. If heads, this attack does 50 damage plus 30 more damage and Purugly G is now Asleep.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Ryota Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:58:03.845Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}