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

← Moonlit Pursuit
Milotic

Milotic

Rare #403 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Suwama Chiaki
Expansion
Moonlit Pursuit · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Twister 50
Water · Colorless · Colorless

Flip 2 coins. If both are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/dp4m_ja-403?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4m_ja-403",
    "name": "Milotic",
    "number": "403",
    "printed_number": "403",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-403.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-403.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-403.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4m_ja",
      "name": "Moonlit Pursuit",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Moonlit Pursuit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-403.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-403.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-403.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Marvel Scale",
        "text": "Prevent all effects of attacks, including damage, done to Milotic by your opponent's Pokémon LV.X.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Twister",
        "text": "Flip 2 coins. If both are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 7.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.99
        },
        {
          "condition": "LP",
          "price": 4.98
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 145.93,
          "low": 144.4,
          "high": 215.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:56:30.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}