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

← Mythical & Legendary Dream Shine Collection
Arceus

Arceus

Common #36 Pokémon Basic
Types
Colorless
Illustrator
Naoki Saito
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606023

Attacks

Type Switch
Colorless

Choose Grass, Fire, Water, Lightning, Psychic, Fighting, Darkness, Metal, Fairy, or Dragon type. Until the end of your next turn, this Pokémon is that type.

Power Blast 120
Colorless · Colorless · Colorless · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/cp5_ja-36?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-36",
    "name": "Arceus",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/36.large.webp"
      }
    ],
    "expansion": {
      "id": "cp5_ja",
      "name": "Mythical & Legendary Dream Shine Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP5",
      "printed_total": 36,
      "release_date": "2016/07/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mythical & Legendary Dream Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606023",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Type Switch",
        "text": "Choose Grass, Fire, Water, Lightning, Psychic, Fighting, Darkness, Metal, Fairy, or Dragon type. Until the end of your next turn, this Pokémon is that type."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Power Blast",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 60.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 60.17
        },
        {
          "condition": "LP",
          "price": 52.12
        },
        {
          "condition": "MP",
          "price": 50
        },
        {
          "condition": "DMG",
          "price": 40
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 165,
          "low": 120,
          "high": 210,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 70.05,
          "low": 74.99,
          "high": 74.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 382.73,
          "low": 314.8,
          "high": 414,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 17,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 69.99,
          "low": 69.12,
          "high": 69.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:55.990Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}