Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← MEGA Premium Trainer Box
Fezandipiti ex

Fezandipiti ex

Common #3 Pokémon Basicex
Types
Darkness
Illustrator
takuyoa
Expansion
MEGA Premium Trainer Box · Mega Evolution
Language
Japanese
TCGplayer

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/ma_ja-3?include=prices 200 54ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ma_ja-3",
    "name": "Fezandipiti ex",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/3.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/3.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/3.large.png"
      }
    ],
    "expansion": {
      "id": "ma_ja",
      "name": "MEGA Premium Trainer Box",
      "total": 43,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MA",
      "printed_total": 43,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Premium Trainer Box"
        }
      }
    },
    "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/ma_ja/3.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/3.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/3.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "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.)"
      }
    ],
    "rarity": "Common",
    "artist": "takuyoa",
    "pricing": {
      "currency": "USD",
      "market": 1.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.53
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:50:56.032Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}