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

← Space Time Creation
Buneary

Buneary

usually #492 Pokémon Basic HP 50
Types
Colorless
Illustrator
Ken Sugimori
Expansion
Space Time Creation · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Splash 10
Colorless
Jump Kick 10
Colorless · Colorless

Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/dp1_ja-492?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1_ja-492",
    "name": "Buneary",
    "number": "492",
    "printed_number": "492",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-492.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-492.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-492.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1_ja",
      "name": "Space Time Creation",
      "total": 130,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP1",
      "printed_total": 130,
      "release_date": "2006/11/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Time Creation"
        }
      }
    },
    "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/dp1_ja-492.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-492.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-492.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Splash",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Jump Kick",
        "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "usually",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        },
        {
          "condition": "MP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-30T02:24:01.671Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}