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

← Pikachu's New Friends
Litten

Litten

Common #2 Pokémon Basic
Types
Fire
Illustrator
Megumi Mizutani
Expansion
Pikachu's New Friends · Sun & Moon
Language
Japanese
TCGplayer
576607

Attacks

Combustion 30
Fire · Colorless
GET /api/v1/pokemon/cards/sm0_ja-2?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm0_ja-2",
    "name": "Litten",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "sm0_ja",
      "name": "Pikachu's New Friends",
      "total": 4,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM0",
      "printed_total": 4,
      "release_date": "2018/11/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm0_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm0_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pikachu's New Friends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576607",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm0_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Combustion",
        "damage": "30"
      }
    ],
    "rarity": "Common",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 261.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 261.85
        },
        {
          "condition": "LP",
          "price": 4.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 61,
          "low": 42.8,
          "high": 74.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.01,
          "low": 20.41,
          "high": 27.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-23T02:50:15.191Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}