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

← Storming Emergence (Abundant)
Mudkip

Mudkip

Common #022/151 Pokémon Basic HP 60
Types
Water
Illustrator
Shigenori Negishi
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Water Reserve
Colorless

Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.

GET /api/v1/pokemon/cards/sea-022?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-022",
    "name": "Mudkip",
    "number": "022/151",
    "printed_number": "022/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-022.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-022.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-022.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-022.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-022.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-022.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Water Reserve",
        "text": "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:23.405Z"
    }
  }
}