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

← Black & White
Lillipup

Lillipup

Common #81 Pokémon Basic HP 60
Types
Colorless
Illustrator
sui
Expansion
Black & White · Black & White
Language
English
TCGplayer
86798

Attacks

Collect
Colorless

Draw a card.

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/bw1-81?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-81",
    "name": "Lillipup",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/81.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/81.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/81.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86798",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/81.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/81.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/81.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Collect",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.09
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.85,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 8,
          "high": 8.38,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 108,
          "low": 91.8,
          "high": 124.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:55:59.457Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}