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

← Perfect Order
Chien-Pao

Chien-Pao

Rare #54 Pokémon Basic HP 120
Types
Darkness
Illustrator
Satoshi Ito
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684435

Attacks

Strafe 20
Darkness

You may switch this Pokémon with 1 of your Benched Pokémon.

Rising Blade 80+
Darkness · Darkness · Colorless

If your opponent's Active Pokémon is a Pokémon ex, this attack does 80 more damage.

GET /api/v1/pokemon/cards/me3-54vrh?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-54vrh",
    "name": "Chien-Pao",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-54vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-54vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-54vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684435",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-54vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-54vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-54vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Strafe",
        "text": "You may switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rising Blade",
        "text": "If your opponent's Active Pokémon is a Pokémon ex, this attack does 80 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Satoshi Ito",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}