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

← Burning Shadows
Alolan Grimer

Alolan Grimer

Common #83 Pokémon Basic HP 80
Types
Darkness
Illustrator
Kouki Saitou
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138571

Attacks

Division

Search your deck for Alolan Grimer and put it onto your Bench. Then, shuffle your deck.

Slippery Sludge
Colorless · Colorless

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

GET /api/v1/pokemon/cards/sm3-83?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-83",
    "name": "Alolan Grimer",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/83.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/83.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/83.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138571",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/83.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/83.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/83.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Division",
        "text": "Search your deck for Alolan Grimer and put it onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slippery Sludge",
        "text": "Your opponent's Active Pokémon is now Confused."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-25T06:23:01.483Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}