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

← Collection Y
Bibarel

Bibarel

usually #51 Pokémon Stage 1 HP 100
Types
Colorless
Illustrator
Kyoko Umemoto
Expansion
Collection Y · XY
Language
Japanese
TCGplayer
603146

Attacks

Double Headbutt 30×
Colorless · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

Hypno Headbutt 60+
Colorless · Colorless · Colorless

You may do 30 more damage. If you do, this Pokémon is now Asleep.

GET /api/v1/pokemon/cards/xy1y_ja-51?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1y_ja-51",
    "name": "Bibarel",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/51.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1y_ja",
      "name": "Collection Y",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1y_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1y_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Y"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603146",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Headbutt",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hypno Headbutt",
        "text": "You may do 30 more damage. If you do, this Pokémon is now Asleep.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 2.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 64,
          "low": 54.4,
          "high": 78.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-07-16T03:24:22.253Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}