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

← Collection Sun
Lillipup

Lillipup

usually #46 Pokémon Basic HP 60
Types
Colorless
Illustrator
MAHOU
Expansion
Collection Sun · Sun & Moon
Language
Japanese
TCGplayer
573261

Attacks

Work Up
Colorless

During your next turn, this Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).

Bite 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sm1s_ja-46?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1s_ja-46",
    "name": "Lillipup",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/46.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1s_ja",
      "name": "Collection Sun",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1S",
      "printed_total": 60,
      "release_date": "2016/12/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573261",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Work Up",
        "text": "During your next turn, this Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 2.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.51
        },
        {
          "condition": "LP",
          "price": 1.99
        },
        {
          "condition": "MP",
          "price": 0.35
        },
        {
          "condition": "HP",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:25:19.269Z",
      "trend_7d": {
        "direction": "up",
        "percent": 286.15
      }
    }
  }
}