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

← Primal Clash
Trevenant-EX

Trevenant-EX

Rare Holo EX #19 Pokémon BasicEX HP 180
Types
Grass
Illustrator
Eske Yoshinob
Expansion
Primal Clash · XY
Language
English
TCGplayer
95903

Attacks

Dark Forest 20
Grass

The Defending Pokémon can't retreat during your opponent's next turn.

Wood Blast 50
Colorless · Colorless · Colorless

This attack does 20 more damage for each Grass Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy5-19vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-19vh",
    "name": "Trevenant-EX",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "95903",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Dark Forest",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wood Blast",
        "text": "This attack does 20 more damage for each Grass Energy attached to this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 2.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.88
        },
        {
          "condition": "LP",
          "price": 1.92
        },
        {
          "condition": "MP",
          "price": 1.72
        },
        {
          "condition": "HP",
          "price": 1.23
        },
        {
          "condition": "DMG",
          "price": 1.15
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.5,
          "low": 6.1,
          "high": 11.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.25,
          "low": 10,
          "high": 14.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.35
      }
    }
  }
}