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

← LEGEND Promos
Lugia

Lugia

Promo #66 Pokémon Basic
Types
Water
Illustrator
Hideaki Hakozaki
Expansion
LEGEND Promos · LEGEND
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/lp_ja-66?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "lp_ja-66",
    "name": "Lugia",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-66.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-66.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-66.large.webp"
      }
    ],
    "expansion": {
      "id": "lp_ja",
      "name": "LEGEND Promos",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "printed_total": 92,
      "release_date": "2009/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "LEGEND Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-66.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-66.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-66.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "rarity": "Promo",
    "artist": "Hideaki Hakozaki",
    "pricing": {
      "currency": "USD",
      "market": 2800,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "8",
          "value": 3500,
          "low": 2975,
          "high": 4025,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 1375,
          "low": 1168.75,
          "high": 1581.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 10250,
          "low": 8712.5,
          "high": 11787.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 630,
          "low": 535.5,
          "high": 724.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-06-09T02:35:33.899Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}