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

← Chaos Rising
Trevenant

Trevenant

Rare #39 Pokémon Stage 1 HP 130
Types
Psychic
Illustrator
Uninori
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693556

Attacks

Cursed Roots 30
Psychic

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

Overwhelming Pain 60+
Psychic · Psychic

This attack does 10 more damage for each damage counter on all of your opponent's Pokémon.

GET /api/v1/pokemon/cards/me4-39vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-39vh",
    "name": "Trevenant",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-39vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-39vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-39vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693556",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-39vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-39vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-39vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Cursed Roots",
        "text": "During your opponent's next turn, Energy can't be attached from your opponent's hand to the Defending Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Overwhelming Pain",
        "text": "This attack does 10 more damage for each damage counter on all of your opponent's Pokémon.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Uninori",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -31.82
      }
    }
  }
}