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

← Dragon Majesty
Milotic

Milotic

Uncommon #29 Pokémon Stage 1 HP 120
Types
Water
Illustrator
hatachu
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175412

Attacks

Aurora Wave 30
Water

Your opponent's Active Pokémon is now Confused.

Aqua Split 40
Water · Water · Water

This attack does 40 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sm75-29vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-29vrh",
    "name": "Milotic",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/29vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/29vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/29vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175412",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/29vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/29vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/29vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Aurora Wave",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Aqua Split",
        "text": "This attack does 40 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 1.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.57
        },
        {
          "condition": "LP",
          "price": 1.1
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:26:17.631Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.63
      }
    }
  }
}