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

← HS—Unleashed
Chinchou

Chinchou

Common #48 Pokémon Basic HP 60
Types
Lightning
Illustrator
sui
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
84310

Attacks

Ram 10
Colorless
Lightning Ball 20
Lightning · Colorless
GET /api/v1/pokemon/cards/hgss2-48vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-48vrh",
    "name": "Chinchou",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/48vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/48vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/48vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss2",
      "name": "HS—Unleashed",
      "total": 96,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UL",
      "printed_total": 95,
      "release_date": "2010/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84310",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/48vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/48vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/48vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ram",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lightning Ball",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.99
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "4",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 26,
          "low": 26,
          "high": 26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:49:53.759Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}