Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Surging Sparks
Vivillon

Vivillon

Uncommon #7 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Amelicart
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590089

Attacks

Evo-Powder
Colorless

For each of your Benched Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck.

Cutting Wind 90
Grass
GET /api/v1/pokemon/cards/sv8-7?include=prices 200 131ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-7",
    "name": "Vivillon",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/7.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/7.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/7.large.png"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590089",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/7.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/7.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/7.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Evo-Powder",
        "text": "For each of your Benched Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Cutting Wind",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Amelicart",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:37:53.731Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.29
      }
    }
  }
}