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

← Chaos Rising
Deoxys

Deoxys

Uncommon #31 Pokémon Basic HP 110
Types
Psychic
Illustrator
Shiburingaru
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693474

Attacks

Genome Charge
Colorless

Search your deck for up to 2 Basic Psychic Energy cards and attach them to this Pokémon. Then, shuffle your deck.

Psychic 80+
Psychic · Psychic · Colorless

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

GET /api/v1/pokemon/cards/me4-31?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-31",
    "name": "Deoxys",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-31.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693474",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-31.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Genome Charge",
        "text": "Search your deck for up to 2 Basic Psychic Energy cards and attach them to this Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shiburingaru",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 1109.29,
          "low": 942.9,
          "high": 1275.68,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}