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

← Platinum Promos
Arceus

Arceus

Common #40 Pokémon Basic HP 80
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Platinum Promos · Platinum
Language
Japanese
TCGplayer

Attacks

Ripple Swell

If you have 6 Arceus in play and each of them is a different type, search your deck for up to 6 basic Energy cards. Attach each of those Energy cards to a different Pokémon you have in play. Shuffle your deck afterward.

Sky Spear
Colorless · Colorless · Colorless

Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon). Remove all Energy cards attached to Arceus and put them in the Lost Zone.

GET /api/v1/pokemon/cards/ptp_ja-40vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ptp_ja-40vh",
    "name": "Arceus",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/40vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/40vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/40vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ptp_ja",
      "name": "Platinum Promos",
      "total": 51,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "printed_total": 51,
      "release_date": "2008/10/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Platinum Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/40vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/40vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/40vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Ripple Swell",
        "text": "If you have 6 Arceus in play and each of them is a different type, search your deck for up to 6 basic Energy cards. Attach each of those Energy cards to a different Pokémon you have in play. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sky Spear",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon). Remove all Energy cards attached to Arceus and put them in the Lost Zone."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 61.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 61.1
        },
        {
          "condition": "LP",
          "price": 30
        },
        {
          "condition": "MP",
          "price": 35
        },
        {
          "condition": "HP",
          "price": 20
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 143.48,
          "low": 106.71,
          "high": 180.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 267.59,
          "low": 256.78,
          "high": 278.39,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 717,
          "low": 609.45,
          "high": 824.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 120.24,
          "low": 199.99,
          "high": 199.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-28T21:32:17.944Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}