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

← Brilliant Stars
Grimer

Grimer

Common #84 Pokémon Basic HP 80
Types
Darkness
Illustrator
Masakazu Fukuda
Expansion
Brilliant Stars · Sword & Shield
Language
English
TCGplayer
263800

Attacks

Poison Gas
Darkness

Your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/swsh9-84?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9-84",
    "name": "Grimer",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/84.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/84.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/84.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9",
      "name": "Brilliant Stars",
      "total": 186,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BRS",
      "printed_total": 172,
      "release_date": "2022/02/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "263800",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/84.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/84.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/84.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Gas",
        "text": "Your opponent's Active Pokémon is now Poisoned."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T18:50:43.184Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}