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

← Advent of Arceus
Arceus

Arceus

Rare Holo #65 Pokémon Basic HP 90
Types
Metal
Illustrator
TOKIYA
Expansion
Advent of Arceus · Platinum
Language
Japanese
TCGplayer
607648

Attacks

Metal Barrier 40
Metal · Colorless · Colorless

Prevent all effects of attacks, including damage, done to Arceus by Pokémon LV.X during your opponent's next turn.

GET /api/v1/pokemon/cards/pt4_ja-65vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt4_ja-65vh",
    "name": "Arceus",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/65vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/65vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/65vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pt4_ja",
      "name": "Advent of Arceus",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT4",
      "printed_total": 90,
      "release_date": "2009/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Advent of Arceus"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607648",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/65vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/65vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/65vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Metal Barrier",
        "text": "Prevent all effects of attacks, including damage, done to Arceus by Pokémon LV.X during your opponent's next turn.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 15.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 65.99,
          "low": 40.6,
          "high": 107.97,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "CGC",
          "grade": "4.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 112,
          "low": 101,
          "high": 112,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 13
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 30,
          "low": 28.77,
          "high": 28.77,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.5,
          "low": 28.5,
          "high": 44.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 650,
          "low": 552.5,
          "high": 747.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:15:30.122Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}