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

← Ultra Sun
Lickilicky

Lickilicky

Non #47 Pokémon Stage 1 HP 130
Types
Colorless
Illustrator
Yumi
Expansion
Ultra Sun · Sun & Moon
Language
Japanese
TCGplayer
572106

Attacks

Dangerous Lick 50+
Colorless · Colorless · Colorless

Flip a coin until you get tails. This attack does 50 more damage for each heads. If the first flip is tails, your opponent's Active Pokémon is now Paralyzed.

Rolling Tackle 110
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm5s_ja-47?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5s_ja-47",
    "name": "Lickilicky",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5s_ja",
      "name": "Ultra Sun",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5S",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572106",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dangerous Lick",
        "text": "Flip a coin until you get tails. This attack does 50 more damage for each heads. If the first flip is tails, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "50+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rolling Tackle",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Yumi",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:21:32.845Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}