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

← Pokémon Rumble
Bibarel

Bibarel

Common #16 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Pokemon Rumble
Expansion
Pokémon Rumble · Other
Language
English
TCGplayer
83820

Attacks

Rollout 50
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/ru1-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ru1-16",
    "name": "Bibarel",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/16.large.webp"
      }
    ],
    "expansion": {
      "id": "ru1",
      "name": "Pokémon Rumble",
      "total": 16,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 16,
      "release_date": "2009/12/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ru1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ru1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83820",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rollout",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Pokemon Rumble",
    "pricing": {
      "currency": "USD",
      "market": 41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 41
        },
        {
          "condition": "HP",
          "price": 33.07
        },
        {
          "condition": "DMG",
          "price": 27.8
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 109.5,
          "low": 109.5,
          "high": 109.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 189.99,
          "low": 189.99,
          "high": 189.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 60,
          "low": 57.49,
          "high": 60,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 92.75,
          "low": 103,
          "high": 107,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 124.5,
          "low": 109.25,
          "high": 159.13,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "down",
            "percent": -21.2
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40.5,
          "low": 34.42,
          "high": 46.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-06T04:08:36.308Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}