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

← POP Series 6
Buneary

Buneary

Common #12 Pokémon Basic HP 50
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
POP Series 6 · POP
Language
English
TCGplayer
84038

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/pop6-12?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-12",
    "name": "Buneary",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/12.large.webp"
      }
    ],
    "expansion": {
      "id": "pop6",
      "name": "POP Series 6",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84038",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/12.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": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 36.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 36.99
        },
        {
          "condition": "LP",
          "price": 14.83
        },
        {
          "condition": "MP",
          "price": 15.67
        },
        {
          "condition": "HP",
          "price": 15
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-23T20:54:05.636Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}