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

← Golden Sky, Silvery Ocean
Ursaring

Ursaring

Rare Holo #84 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
Golden Sky, Silvery Ocean · PCG
Language
Japanese
TCGplayer
611876

Attacks

Drag Off 20
Colorless · Colorless

Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch.

Rock Smash 40+
Colorless · Colorless · Colorless

Flip a coin. If heads, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pcg4_ja-84vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg4_ja-84vh",
    "name": "Ursaring",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/84vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/84vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/84vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg4_ja",
      "name": "Golden Sky, Silvery Ocean",
      "total": 106,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 106,
      "release_date": "2005/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Golden Sky, Silvery Ocean"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611876",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/84vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/84vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/84vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Intimidating Ring",
        "text": "As long as Ursaring is your Active Pokémon, your opponent's Basic Pokémon can't attack or use any Poké-Powers.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Drag Off",
        "text": "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rock Smash",
        "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 13.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.28
        },
        {
          "condition": "MP",
          "price": 5.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 285.01,
          "low": 393,
          "high": 393,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 56.88,
          "low": 66.7,
          "high": 80.29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:14:58.504Z",
      "trend_7d": {
        "direction": "down",
        "percent": -16.21
      }
    }
  }
}