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

← POP Series 7
Kirlia

Kirlia

Uncommon #8 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Masakazu Fukuda
Expansion
POP Series 7 · POP
Language
English
TCGplayer
86467

Attacks

Psychic Research
Psychic

Search your discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your discard pile.)

Telekinesis
Psychic · Colorless · Colorless

Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/pop7-8vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop7-8vh",
    "name": "Kirlia",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/8vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/8vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/8vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pop7",
      "name": "POP Series 7",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86467",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/8vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/8vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/8vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psychic Research",
        "text": "Search your discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your discard pile.)"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Telekinesis",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 4.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.76
        },
        {
          "condition": "LP",
          "price": 4.44
        },
        {
          "condition": "MP",
          "price": 2.95
        },
        {
          "condition": "HP",
          "price": 1.2
        },
        {
          "condition": "DMG",
          "price": 1.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "4",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 25.5,
          "low": 25,
          "high": 25.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:33:45.740Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}