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
Pyukumuku

Pyukumuku

Uncommon #53 Pokémon Basic HP 70
Types
Water
Illustrator
Asako Ito
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189152

Attacks

Call for Family
Colorless

Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.

Surprise Fist 60
Water · Colorless · Colorless

You and your opponent play Rock-Paper-Scissors. If you win, this attack does 60 more damage.

GET /api/v1/pokemon/cards/sm10-53?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-53",
    "name": "Pyukumuku",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/53.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/53.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/53.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": "189152",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/53.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/53.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/53.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Surprise Fist",
        "text": "You and your opponent play Rock-Paper-Scissors. If you win, this attack does 60 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Asako Ito",
    "pricing": {
      "currency": "USD",
      "market": 4.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.32
        },
        {
          "condition": "LP",
          "price": 3.16
        },
        {
          "condition": "MP",
          "price": 2.86
        },
        {
          "condition": "HP",
          "price": 1.26
        },
        {
          "condition": "DMG",
          "price": 1.88
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:06.336Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.14
      }
    }
  }
}