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

← Forbidden Light
Meowstic

Meowstic

Rare #45 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
0313
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165696

Attacks

Teleportation Burst 20
Psychic

Switch this Pokémon with 1 of your Benched Pokémon.

Psychic 30
Psychic · Colorless

This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm6-45?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-45",
    "name": "Meowstic",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/45.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165696",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Teleportation Burst",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic",
        "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "0313",
    "pricing": {
      "currency": "USD",
      "market": 0.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.89
        },
        {
          "condition": "LP",
          "price": 0.75
        },
        {
          "condition": "MP",
          "price": 0.53
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.66
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.14
      }
    }
  }
}