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

← Explosive Walker
Morelull

Morelull

usually #34 Pokémon Basic HP 60
Types
Psychic
Illustrator
Suwama Chiaki
Expansion
Explosive Walker · Sword & Shield
Language
Japanese
TCGplayer
570307

Attacks

Spore
Colorless

Your opponent's Active Pokémon is now Asleep.

Flop 20
Psychic · Colorless
GET /api/v1/pokemon/cards/swsh2a_ja-34?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2a_ja-34",
    "name": "Morelull",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2a_ja",
      "name": "Explosive Walker",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2a",
      "printed_total": 70,
      "release_date": "2020/04/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Explosive Walker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570307",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spore",
        "text": "Your opponent's Active Pokémon is now Asleep."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flop",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:32:22.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}