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

← Wild Blaze
Meowstic

Meowstic

Rare #38 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
5ban Graphics
Expansion
Wild Blaze · XY
Language
Japanese
TCGplayer
603377

Attacks

Ear Influence
Psychic

Move as many damage counters on your opponent's Pokémon as you like to any of your opponent's other Pokémon in any way you like.

Psychic 60+
Psychic · Psychic · Psychic

This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy2_ja-38vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2_ja-38vh",
    "name": "Meowstic",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/38vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/38vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/38vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2_ja",
      "name": "Wild Blaze",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY2",
      "printed_total": 80,
      "release_date": "2014/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603377",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/38vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/38vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/38vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Ear Influence",
        "text": "Move as many damage counters on your opponent's Pokémon as you like to any of your opponent's other Pokémon in any way you like."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.57
        },
        {
          "condition": "LP",
          "price": 3.58
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.95,
          "low": 16.96,
          "high": 22.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-07T03:13:44.393Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}