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

← Darkness, and to Light...
Dark Ursaring

Dark Ursaring

Rare #217 Pokémon Stage 1 HP 60
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Darkness, and to Light... · Neo
Language
Japanese
TCGplayer

Attacks

Provoke
Colorless

Look at your opponent's hand. If he or she has any Baby Pokémon and/or Basic Pokémon there, you may put any number of them onto your opponent's Bench (as long as there's room). Then, your opponent looks at your hand. If you have any Baby Pokémon and/or Basic Pokémon there, your opponent may put any number of them onto your Bench (as long as there's room).

Battle Frenzy
Colorless · Colorless

For each Pokémon in play (yours and your opponent's), flip a coin. For each heads, this attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack.

GET /api/v1/pokemon/cards/neo4_ja-96?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4_ja-96",
    "name": "Dark Ursaring",
    "number": "217",
    "printed_number": "217",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-96.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-96.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-96.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4_ja",
      "name": "Darkness, and to Light...",
      "total": 113,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2001/04/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness, and to Light..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-96.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-96.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-96.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Provoke",
        "text": "Look at your opponent's hand. If he or she has any Baby Pokémon and/or Basic Pokémon there, you may put any number of them onto your opponent's Bench (as long as there's room). Then, your opponent looks at your hand. If you have any Baby Pokémon and/or Basic Pokémon there, your opponent may put any number of them onto your Bench (as long as there's room)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Battle Frenzy",
        "text": "For each Pokémon in play (yours and your opponent's), flip a coin. For each heads, this attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 8.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.99
        },
        {
          "condition": "LP",
          "price": 6.43
        },
        {
          "condition": "DMG",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 57.1,
          "low": 57.1,
          "high": 61.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20.74,
          "low": 17.63,
          "high": 23.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 68.33,
          "low": 58.08,
          "high": 78.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.35,
          "low": 29,
          "high": 29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:40:02.948Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}