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

← Power Keepers
Kirlia

Kirlia

Uncommon #31 Pokémon Stage 1 HP 70
Types
Psychic
Illustrator
Sachiko Adachi
Expansion
Power Keepers · EX
Language
English
TCGplayer
86465

Attacks

Hypnosis
Colorless

The Defending Pokémon is now Asleep.

Dream Eater 50
Psychic · Colorless

If the Defending Pokémon is not Asleep, this attack does nothing.

GET /api/v1/pokemon/cards/ex16-31?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex16-31",
    "name": "Kirlia",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/31.large.webp"
      }
    ],
    "expansion": {
      "id": "ex16",
      "name": "Power Keepers",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "PK",
      "printed_total": 108,
      "release_date": "2007/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86465",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/31.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnosis",
        "text": "The Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dream Eater",
        "text": "If the Defending Pokémon is not Asleep, this attack does nothing.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Sachiko Adachi",
    "pricing": {
      "currency": "USD",
      "market": 2.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.32
        },
        {
          "condition": "LP",
          "price": 1.09
        },
        {
          "condition": "MP",
          "price": 0.54
        },
        {
          "condition": "HP",
          "price": 0.58
        },
        {
          "condition": "DMG",
          "price": 0.58
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.95,
          "low": 27.16,
          "high": 36.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:09:57.202Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.2
      }
    }
  }
}