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

← Ninja Spinner
Mega Floette ex

Mega Floette ex

Special Art Rare #115 Pokémon BasicMEGAex
Types
Psychic
Illustrator
Teeziro
Expansion
Ninja Spinner · Mega Evolution
Language
Japanese
TCGplayer
683766

Attacks

Gentle Light
Psychic

Heal 30 damage from each Pokémon (both yours and your opponent's).

Eternity Bloom 200
Psychic · Psychic · Psychic

Search your deck for up to 4 Basic Psychic Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.

GET /api/v1/pokemon/cards/m4_ja-115vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m4_ja-115vh",
    "name": "Mega Floette ex",
    "number": "115",
    "printed_number": "115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/115vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/115vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/115vh.large.webp"
      }
    ],
    "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": "683766",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/115vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/115vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m4_ja/115vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "MEGA",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Gentle Light",
        "text": "Heal 30 damage from each Pokémon (both yours and your opponent's)."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Eternity Bloom",
        "text": "Search your deck for up to 4 Basic Psychic Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Special Art Rare",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 14.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.34
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 50.89,
          "low": 50.89,
          "high": 50.89,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.5,
          "low": 21.1,
          "high": 27.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.51,
          "low": 14.2,
          "high": 19.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.9,
          "low": 37.11,
          "high": 99.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 42,
          "trend": {
            "direction": "down",
            "percent": -35.7
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.5,
          "low": 31.1,
          "high": 47.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 132.85,
          "low": 126.5,
          "high": 138.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:46:30.549Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.65
      }
    }
  }
}