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

← XY
Trevenant

Trevenant

Rare Holo #55 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
5ban Graphics
Expansion
XY · XY
Language
English
TCGplayer
90047

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/xy1-55vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-55vh",
    "name": "Trevenant",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/55vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/55vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/55vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90047",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/55vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/55vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/55vh.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 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 Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.17
        },
        {
          "condition": "LP",
          "price": 3.08
        },
        {
          "condition": "MP",
          "price": 2.68
        },
        {
          "condition": "HP",
          "price": 1.83
        },
        {
          "condition": "DMG",
          "price": 1.6
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 2.35,
          "low": 2.35,
          "high": 2.35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:06:09.122Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.87
      }
    }
  }
}