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

← Unified Minds
Bibarel

Bibarel

Uncommon #172 Pokémon Stage 1 HP 120
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195172

Attacks

Amnesia 60
Colorless · Colorless · Colorless

Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

GET /api/v1/pokemon/cards/sm11-172?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-172",
    "name": "Bibarel",
    "number": "172",
    "printed_number": "172",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/172.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/172.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/172.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195172",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/172.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/172.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/172.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Unaware",
        "text": "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Amnesia",
        "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.08
        },
        {
          "condition": "DMG",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}