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

← Flashfire
Meowstic

Meowstic

Rare #43 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
5ban Graphics
Expansion
Flashfire · XY
Language
English
TCGplayer
91176

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

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

GET /api/v1/pokemon/cards/xy2-43?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-43",
    "name": "Meowstic",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/43.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91176",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/43.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": "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": 0.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.73
        },
        {
          "condition": "LP",
          "price": 0.54
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "HP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.26
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.39
      }
    }
  }
}