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

← SM Trainer Kit Alolan Raichu
Grubbin

Grubbin

Common #16 Pokémon Basic HP 70
Types
Grass
Illustrator
Akira Komayama
Expansion
SM Trainer Kit Alolan Raichu · Sun & Moon
Language
English
TCGplayer
152871

Attacks

Vice Grip 20
Colorless · Colorless
GET /api/v1/pokemon/cards/tk10b-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10b-16",
    "name": "Grubbin",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-16.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10b",
      "name": "SM Trainer Kit Alolan Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152871",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Vice Grip",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "LP",
          "price": 0.02
        },
        {
          "condition": "MP",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:28:15.313Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.26
      }
    }
  }
}