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
Sliggoo

Sliggoo

usually #39 Pokémon Stage 1 HP 70
Types
Dragon
Illustrator
Tomokazu Komiya
Expansion
Alolan Moonlight · Sun & Moon
Language
Japanese
TCGplayer
571879

Attacks

Division
Colorless

Search your deck for up to 2 Sliggoo and put them onto your Bench. Then, shuffle your deck.

Tackle 20
Water · Fairy
GET /api/v1/pokemon/cards/sm2l_ja-39?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2l_ja-39",
    "name": "Sliggoo",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/39.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": "571879",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Division",
        "text": "Search your deck for up to 2 Sliggoo and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Fairy"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 4.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.48
        },
        {
          "condition": "LP",
          "price": 4
        },
        {
          "condition": "MP",
          "price": 3
        },
        {
          "condition": "HP",
          "price": 2.75
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 106.08,
          "low": 102.5,
          "high": 102.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:20:59.346Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.44
      }
    }
  }
}