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

← Cosmic Eclipse
Igglybuff

Igglybuff

Uncommon #168 Pokémon Basic HP 60
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201290
GET /api/v1/pokemon/cards/sm12-168vrh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-168vrh",
    "name": "Igglybuff",
    "number": "168",
    "printed_number": "168",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/168vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/168vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/168vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201290",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/168vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/168vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/168vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Sleepy Voice",
        "text": "Once during your turn (before your attack), you may flip a coin. If heads, your opponent's Active Pokémon is now Asleep. If you use this Ability, your turn ends.",
        "type": "Ability"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 8.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.8
        },
        {
          "condition": "LP",
          "price": 6.87
        },
        {
          "condition": "MP",
          "price": 7.1
        },
        {
          "condition": "HP",
          "price": 0.34
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.79
      }
    }
  }
}