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

← Ninja Spinner
Ampharos

Ampharos

Rare #29 Pokémon Stage 2
Types
Lightning
Illustrator
CHORISO
Expansion
Ninja Spinner · Mega Evolution
Language
Japanese
TCGplayer
683680

Attacks

Flashing Bolt
Lightning · Colorless

During your next turn, this Pokémon can't use Flashing Bolt.

GET /api/v1/pokemon/cards/m4_ja-29vh?include=prices 200 94ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m4_ja-29vh",
    "name": "Ampharos",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/29vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/29vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/29vh.large.png"
      }
    ],
    "expansion": {
      "id": "m4_ja",
      "name": "Ninja Spinner",
      "total": 120,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M4",
      "printed_total": 83,
      "release_date": "2026/03/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ninja Spinner"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "683680",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/29vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/29vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/29vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "abilities": [
      {
        "name": "Synchro Pulse",
        "text": "If you have the same number of cards in your hand as your opponent, attacks used by this Pokémon do 80 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flashing Bolt",
        "text": "During your next turn, this Pokémon can't use Flashing Bolt."
      }
    ],
    "rarity": "Rare",
    "artist": "CHORISO",
    "pricing": {
      "currency": "USD",
      "market": 0.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.92
        },
        {
          "condition": "LP",
          "price": 0.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 33,
          "low": 31.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T16:05:35.519Z",
      "trend_7d": {
        "direction": "up",
        "percent": 196.77
      }
    }
  }
}