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

← Ancient Roar
Tsareena ex

Tsareena ex

Super Rare #80 Pokémon Stage 2exTera HP 310
Types
Water
Illustrator
5ban Graphics
Expansion
Ancient Roar · Scarlet & Violet
Language
Japanese
TCGplayer
565835

Attacks

Icicle Sole
Grass

Put damage counters on 1 of your opponent's Pokémon until its remaining HP is 30.

Trop Kick 180
Grass · Grass

Heal 30 damage from this Pokémon, and it recovers from all Special Conditions.

GET /api/v1/pokemon/cards/sv4k_ja-80vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4k_ja-80vh",
    "name": "Tsareena ex",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/80vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/80vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/80vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4k_ja",
      "name": "Ancient Roar",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4K",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ancient Roar"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565835",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/80vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/80vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/80vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex",
      "Tera"
    ],
    "types": [
      "Water"
    ],
    "hp": "310",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Icicle Sole",
        "text": "Put damage counters on 1 of your opponent's Pokémon until its remaining HP is 30."
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Trop Kick",
        "text": "Heal 30 damage from this Pokémon, and it recovers from all Special Conditions.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.87
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 18.31,
          "high": 21.62,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24.41,
          "low": 18.33,
          "high": 32.96,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 19.99,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:08:17.673Z",
      "trend_7d": {
        "direction": "down",
        "percent": -32.97
      }
    }
  }
}