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

← Double Blaze
Meowstic

Meowstic

Non #41 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Saya Tsuruta
Expansion
Double Blaze · Sun & Moon
Language
Japanese
TCGplayer
573639

Attacks

Caturday
Colorless

Draw 3 cards. If you do, this Pokémon is now Asleep.

Perplexing Eyes 70
Psychic · Colorless · Colorless

The Defending Pokémon's Weakness is now Psychic until the end of your next turn. (The amount of Weakness doesn't change.)

GET /api/v1/pokemon/cards/sm10_ja-41?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10_ja-41",
    "name": "Meowstic",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/41.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10_ja",
      "name": "Double Blaze",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM10",
      "printed_total": 95,
      "release_date": "2019/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Double Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573639",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Caturday",
        "text": "Draw 3 cards. If you do, this Pokémon is now Asleep."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Perplexing Eyes",
        "text": "The Defending Pokémon's Weakness is now Psychic until the end of your next turn. (The amount of Weakness doesn't change.)",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.74
        },
        {
          "condition": "LP",
          "price": 0.67
        },
        {
          "condition": "HP",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:23:51.165Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.85
      }
    }
  }
}