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

← Ultra Force
Arceus ◇

Arceus ◇

Prism Rare #37 Pokémon BasicPrism Star HP 160
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
Ultra Force · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Trinity Star 30
Colorless

You can use this attack only if you have Grass, Water, and Lightning Pokémon on your Bench. Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.

GET /api/v1/pokemon/cards/sm5p_ja-37vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5p_ja-37vh",
    "name": "Arceus ◇",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/37vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/37vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/37vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5p_ja",
      "name": "Ultra Force",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5+",
      "printed_total": 50,
      "release_date": "2018/01/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Force"
        }
      }
    },
    "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/sm5p_ja/37vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/37vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/37vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Prism Star"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "First Law",
        "text": "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Trinity Star",
        "text": "You can use this attack only if you have Grass, Water, and Lightning Pokémon on your Bench. Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Prism Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 16.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 32,
          "low": 32,
          "high": 33.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 27.95,
          "low": 23.76,
          "high": 32.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 289.99,
          "low": 212.81,
          "high": 298,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.05,
          "low": 8.54,
          "high": 11.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.45,
          "low": 16.18,
          "high": 40,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:01:23.307Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.1
      }
    }
  }
}