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 Moon
Buneary

Buneary

usually #47 Pokémon Basic HP 60
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Ultra Moon · Sun & Moon
Language
Japanese
TCGplayer
572301

Attacks

Weak Kneed
Colorless

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Skip 10
Colorless
GET /api/v1/pokemon/cards/sm5m_ja-47?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5m_ja-47",
    "name": "Buneary",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5m_ja",
      "name": "Ultra Moon",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5M",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572301",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Weak Kneed",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Skip",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "MP",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-22T02:40:25.267Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}