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

← Magma vs Aqua: Two Ambitions
Mudkip

Mudkip

usually #28 Pokémon Basic HP 50
Types
Water
Illustrator
Hironobu Yoshida
Expansion
Magma vs Aqua: Two Ambitions · ADV
Language
Japanese
TCGplayer
612824

Attacks

Water Gun 10+
Colorless

Does 10 damage plus 10 more damage for each Water Energy attached to Mudkip but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.

GET /api/v1/pokemon/cards/adv4_ja-28?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv4_ja-28",
    "name": "Mudkip",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/28.large.webp"
      }
    ],
    "expansion": {
      "id": "adv4_ja",
      "name": "Magma vs Aqua: Two Ambitions",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 80,
      "release_date": "2003/10/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Magma vs Aqua: Two Ambitions"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612824",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Mudkip but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 2.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 54.15,
          "low": 69,
          "high": 69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 99.99,
          "low": 68.8,
          "high": 114.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-12T21:32:21.043Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}