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

← McDonald's Collection 2015
Mudkip

Mudkip

Common #5 Pokémon Basic HP 60
Types
Water
Illustrator
Aya Kusube
Expansion
McDonald's Collection 2015 · Other
Language
English
TCGplayer
110427

Attacks

Tackle 10
Water
Mud-Slap 20
Water · Colorless
GET /api/v1/pokemon/cards/mcd15-5vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd15-5vh",
    "name": "Mudkip",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd15",
      "name": "McDonald's Collection 2015",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2015/11/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "110427",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mud-Slap",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 45.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 45.15
        },
        {
          "condition": "LP",
          "price": 11.94
        },
        {
          "condition": "MP",
          "price": 7.09
        },
        {
          "condition": "HP",
          "price": 3.41
        },
        {
          "condition": "DMG",
          "price": 1.57
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:09:30.416Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.14
      }
    }
  }
}