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

← Guardians Rising
Garbodor

Garbodor

Rare #51 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Mitsuhiro Arita
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
130957

Attacks

Trashalanche 20
Psychic

This attack does 20 damage for each Item card in your opponent's discard pile.

Acid Spray 70
Psychic · Colorless · Colorless

Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm2-51?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-51",
    "name": "Garbodor",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/51.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/51.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/51.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "130957",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/51.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/51.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/51.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Trashalanche",
        "text": "This attack does 20 damage for each Item card in your opponent's discard pile.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Acid Spray",
        "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.49
        },
        {
          "condition": "LP",
          "price": 0.44
        },
        {
          "condition": "MP",
          "price": 0.28
        },
        {
          "condition": "HP",
          "price": 0.24
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:14.459Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.89
      }
    }
  }
}