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

← Shining Synergy (Summon)
Slaking

Slaking

Rare #114/150 Pokémon Stage 2 HP 180
Types
Colorless
Illustrator
Akira Komayama
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Dynamic Swing 100
Colorless · Colorless · Colorless · Colorless

You may do 100 more damage. If you do, during your opponent's next turn, this Pokémon takes 100 more damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sssm-114?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-114",
    "name": "Slaking",
    "number": "114/150",
    "printed_number": "114/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-114.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-114.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-114.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-114.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-114.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-114.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dynamic Swing",
        "text": "You may do 100 more damage. If you do, during your opponent's next turn, this Pokémon takes 100 more damage from attacks (after applying Weakness and Resistance).",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.472Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}