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

← Platinum
Lickitung

Lickitung

Common #80 Pokémon Basic HP 90
Types
Colorless
Illustrator
Yuka Morii
Expansion
Platinum · Platinum
Language
English
TCGplayer
86722

Attacks

Stretch Tongue
Colorless

Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance.

Knock Off 40
Colorless · Colorless · Colorless

Choose 1 card from your opponent's hand without looking and discard it.

GET /api/v1/pokemon/cards/pl1-80?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-80",
    "name": "Lickitung",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/80.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/80.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/80.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86722",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/80.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/80.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/80.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Stretch Tongue",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Knock Off",
        "text": "Choose 1 card from your opponent's hand without looking and discard it.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 9.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.57
        },
        {
          "condition": "LP",
          "price": 6.57
        },
        {
          "condition": "MP",
          "price": 4.88
        },
        {
          "condition": "HP",
          "price": 3.18
        },
        {
          "condition": "DMG",
          "price": 2.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 52,
          "low": 44.2,
          "high": 59.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:59:05.959Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.53
      }
    }
  }
}