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

← Dragons Exalted
Milotic

Milotic

Rare Holo #28 Pokémon Stage 1 HP 110
Types
Water
Illustrator
Mizue
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
87457

Attacks

Clear Search
Water

Search your deck for any 3 cards and put them into your hand. Shuffle your deck afterward.

Water Pulse 60
Water · Colorless · Colorless

The Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/bw6-28vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-28vrh",
    "name": "Milotic",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/28vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/28vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/28vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87457",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/28vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/28vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/28vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Clear Search",
        "text": "Search your deck for any 3 cards and put them into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Water Pulse",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 6.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.3
        },
        {
          "condition": "LP",
          "price": 4.32
        },
        {
          "condition": "MP",
          "price": 1.49
        },
        {
          "condition": "HP",
          "price": 0.96
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 600,
          "low": 510,
          "high": 690,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25,
          "low": 10,
          "high": 40,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.93,
          "low": 20.5,
          "high": 20.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 116.5,
          "low": 30,
          "high": 116.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}