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

← Sky-Splitting Charisma
Deoxys

Deoxys

Rare #42 Pokémon Basic HP 120
Types
Psychic
Illustrator
Masakazu Fukuda
Expansion
Sky-Splitting Charisma · Sun & Moon
Language
Japanese
TCGplayer
573330

Attacks

Psychic 20+
Colorless · Colorless

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

Power Blast 120
Psychic · Psychic · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm7_ja-42vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7_ja-42vh",
    "name": "Deoxys",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/42vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/42vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/42vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7_ja",
      "name": "Sky-Splitting Charisma",
      "total": 112,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7",
      "printed_total": 96,
      "release_date": "2018/06/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky-Splitting Charisma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573330",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/42vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/42vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/42vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic",
        "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon.",
        "damage": "20+"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Blast",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27,
          "low": 19,
          "high": 27,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.55,
          "low": 59,
          "high": 59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22,
          "low": 21.6,
          "high": 22.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:18:07.771Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}