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

← Twilight Masquerade
Sunflora

Sunflora

Uncommon #7 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
Ounishi
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550051

Attacks

Redirected Sunlight 60
Grass

This attack does 60 damage for each Fire Energy attached to all of your opponent's Pokémon.

Mega Drain 50
Grass · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/sv6-7vrh?include=prices 200 99ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-7vrh",
    "name": "Sunflora",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/7vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/7vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/7vrh.large.png"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550051",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/7vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/7vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/7vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Redirected Sunlight",
        "text": "This attack does 60 damage for each Fire Energy attached to all of your opponent's Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mega Drain",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ounishi",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.06
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T14:21:26.774Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.5
      }
    }
  }
}