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

← Arceus
Buneary

Buneary

Common #55 Pokémon Basic HP 50
Types
Colorless
Illustrator
sui
Expansion
Arceus · Platinum
Language
English
TCGplayer
84044

Attacks

Bunny Hop
Colorless

Choose 1 of your opponent's Pokémon that doesn't have any damage counters on it. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pl4-55vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-55vrh",
    "name": "Buneary",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/55vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/55vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/55vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84044",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/55vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/55vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/55vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bunny Hop",
        "text": "Choose 1 of your opponent's Pokémon that doesn't have any damage counters on it. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 4.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.82
        },
        {
          "condition": "LP",
          "price": 3.28
        },
        {
          "condition": "MP",
          "price": 1.44
        },
        {
          "condition": "HP",
          "price": 0.65
        },
        {
          "condition": "DMG",
          "price": 0.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 74.95,
          "low": 63.71,
          "high": 86.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.63
      }
    }
  }
}