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

← Collection X
Trevenant

Trevenant

Rare #29 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
5ban Graphics
Expansion
Collection X · XY
Language
Japanese
TCGplayer
603107

Attacks

Tree Slam 60
Psychic · Colorless · Colorless

This attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/xy1x_ja-29vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1x_ja-29vh",
    "name": "Trevenant",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/29vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/29vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/29vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1x_ja",
      "name": "Collection X",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603107",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/29vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/29vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/29vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Forest's Curse",
        "text": "As long as this Pokémon is your Active Pokémon, your opponent's can't play any Item cards from his or her hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tree Slam",
        "text": "This attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:44:33.870Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}