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

← Obsidian Flames
Tsareena

Tsareena

Uncommon #18 Pokémon Stage 2 HP 160
Types
Grass
Illustrator
Atsushi Furusawa
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509751

Attacks

Queenly Heel 60
Grass

During your opponent's next turn, Pokémon can't be played from your opponent's hand to evolve the Defending Pokémon.

Spinning Kick 160
Grass · Grass

This Pokémon also does 20 damage to itself.

GET /api/v1/pokemon/cards/sv3-18?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-18",
    "name": "Tsareena",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/18.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509751",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Queenly Heel",
        "text": "During your opponent's next turn, Pokémon can't be played from your opponent's hand to evolve the Defending Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Spinning Kick",
        "text": "This Pokémon also does 20 damage to itself.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsushi Furusawa",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.05
        },
        {
          "condition": "HP",
          "price": 0.03
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:40:49.313Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.88
      }
    }
  }
}