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 Promos
Trevenant

Trevenant

Promo #285 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
Midori Harada
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Energy Press 70+
Psychic · Colorless · Colorless

This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xyp_ja-285?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-285",
    "name": "Trevenant",
    "number": "285",
    "printed_number": "285",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/285.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/285.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/285.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/285.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/285.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/285.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Nervous Seed",
        "text": "As long as this Pokémon is your Active Pokémon, the attacks of your opponent's Basic Pokémon cost Colorless more.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Energy Press",
        "text": "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "70+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 18.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.82
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-14T02:14:27.145Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}