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

← Alolan Moonlight
Trubbish

Trubbish

usually #18 Pokémon Basic HP 70
Types
Psychic
Illustrator
Yuka Morii
Expansion
Alolan Moonlight · Sun & Moon
Language
Japanese
TCGplayer
571858

Attacks

Stomp Off
Psychic

Discard the top card of your opponent's deck.

Drool 30
Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/sm2l_ja-18?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2l_ja-18",
    "name": "Trubbish",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/18.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2l_ja",
      "name": "Alolan Moonlight",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2L",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2l_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2l_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Alolan Moonlight"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571858",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Stomp Off",
        "text": "Discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Drool",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 4.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.5
        },
        {
          "condition": "LP",
          "price": 3.45
        },
        {
          "condition": "MP",
          "price": 3
        },
        {
          "condition": "HP",
          "price": 2.75
        },
        {
          "condition": "DMG",
          "price": 1.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:20:59.346Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}