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

← Single Strike Master
Galarian Slowbro

Galarian Slowbro

Non #41 Pokémon Stage 1 HP 130
Types
Darkness
Illustrator
Mitsuhiro Arita
Expansion
Single Strike Master · Sword & Shield
Language
Japanese
TCGplayer
568990

Attacks

Splattering Poison
Darkness

Both Active Pokémon are now Poisoned.

Hysterical Hammer 100+
Darkness · Colorless · Colorless

If this Pokémon is affected by a Special Condition, this attack does 120 more damage.

GET /api/v1/pokemon/cards/swsh5i_ja-41?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5i_ja-41",
    "name": "Galarian Slowbro",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/41.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5i_ja",
      "name": "Single Strike Master",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5I",
      "printed_total": 70,
      "release_date": "2021/01/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5i_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5i_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Single Strike Master"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568990",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Splattering Poison",
        "text": "Both Active Pokémon are now Poisoned."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hysterical Hammer",
        "text": "If this Pokémon is affected by a Special Condition, this attack does 120 more damage.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:28:46.044Z",
      "trend_7d": {
        "direction": "up",
        "percent": 21.88
      }
    }
  }
}