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

← Legend Maker
Grimer

Grimer

Common #54 Pokémon Basic HP 40
Types
Grass
Illustrator
Tomokazu Komiya
Expansion
Legend Maker · EX
Language
English
TCGplayer
85910

Attacks

Ascension
Grass

Search your deck for a card that evolves from Grimer and put it onto Grimer. (This counts as evolving Grimer.) Shuffle your deck afterward.

Sludge Toss 20
Colorless · Colorless
GET /api/v1/pokemon/cards/ex12-54?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex12-54",
    "name": "Grimer",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/54.large.webp"
      }
    ],
    "expansion": {
      "id": "ex12",
      "name": "Legend Maker",
      "total": 93,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "LM",
      "printed_total": 92,
      "release_date": "2006/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85910",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Ascension",
        "text": "Search your deck for a card that evolves from Grimer and put it onto Grimer. (This counts as evolving Grimer.) Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sludge Toss",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 1.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.67
        },
        {
          "condition": "LP",
          "price": 1.23
        },
        {
          "condition": "MP",
          "price": 0.61
        },
        {
          "condition": "HP",
          "price": 0.46
        },
        {
          "condition": "DMG",
          "price": 0.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.5,
          "low": 15.38,
          "high": 78.22,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 7,
          "high": 22.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15.63,
          "low": 11.3,
          "high": 21.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 337.51,
          "low": 144.5,
          "high": 999.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 42.1,
          "low": 63,
          "high": 63,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 85.65,
          "low": 41.24,
          "high": 153.91,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:32:31.627Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.34
      }
    }
  }
}