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

← Secret of the Lakes
Uxie

Uxie

Rare Holo #519 Pokémon Basic HP 60
Types
Psychic
Illustrator
Ryo Ueda
Expansion
Secret of the Lakes · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Mind Off 10+
Psychic

If you have Mesprit and Azelf in play, this attack does 10 damage plus 20 more damage and the Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/dp2_ja-519vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2_ja-519vh",
    "name": "Uxie",
    "number": "519",
    "printed_number": "519",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-519vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-519vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-519vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2_ja",
      "name": "Secret of the Lakes",
      "total": 123,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP2",
      "printed_total": 123,
      "release_date": "2007/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Secret of the Lakes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-519vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-519vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-519vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Memory Out",
        "text": "Once during your opponent's turn, if Uxie is damaged by an opponent's attack (even if Uxie is Knocked Out), you may use this power. The Attacking Pokémon can't use that attack during your opponent's next turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Mind Off",
        "text": "If you have Mesprit and Azelf in play, this attack does 10 damage plus 20 more damage and the Defending Pokémon is now Asleep.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 95,
          "low": 80.75,
          "high": 109.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 30.4,
          "low": 47.99,
          "high": 47.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 12,
          "high": 21.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T03:46:43.732Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.97
      }
    }
  }
}