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

← Ascended Heroes
Fezandipiti ex

Fezandipiti ex

Double Rare #142 Pokémon Basicex HP 210
Types
Darkness
Illustrator
takuyoa
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675954

Attacks

Cruel Arrow
Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/me2pt5-142vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-142vh",
    "name": "Fezandipiti ex",
    "number": "142",
    "printed_number": "142",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/142vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/142vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/142vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675954",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/142vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/142vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/142vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "abilities": [
      {
        "name": "Flip the Script",
        "text": "Once during your turn, if any of your Pokémon were Knocked Out during your opponent's last turn, you may draw 3 cards. You can't use more than 1 Flip the Script Ability each turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cruel Arrow",
        "text": "This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 3.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.85
        },
        {
          "condition": "LP",
          "price": 3.42
        },
        {
          "condition": "MP",
          "price": 3.71
        },
        {
          "condition": "HP",
          "price": 2
        },
        {
          "condition": "DMG",
          "price": 2.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.9,
          "low": 19.35,
          "high": 36.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 13.5,
          "high": 13.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.95,
          "low": 10.65,
          "high": 11.41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:54:44.651Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.24
      }
    }
  }
}