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
Vivillon

Vivillon

Uncommon #9 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
mingo
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684366

Attacks

Blow Through 60+
Grass

If a Stadium is in play, this attack does 60 more damage.

GET /api/v1/pokemon/cards/me3-9?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-9",
    "name": "Vivillon",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-9.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": "684366",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Grand Wing",
        "text": "Once during your turn, you may use this Ability. Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 4 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Blow Through",
        "text": "If a Stadium is in play, this attack does 60 more damage.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "mingo",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "DMG",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-10T06:15:22.512Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}