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
Chikorita

Chikorita

Promo #5 Pokémon Basic HP 50
Types
Grass
Illustrator
Ken Sugimori
Expansion
LEGEND Promos · LEGEND
Language
Japanese
TCGplayer
608552
GET /api/v1/pokemon/cards/lp_ja-5vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "lp_ja-5vh",
    "name": "Chikorita",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-5vh.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": "608552",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 30.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 78,
          "low": 53.5,
          "high": 305.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 31.38,
          "low": 27.5,
          "high": 47.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 62.49,
          "low": 89.99,
          "high": 89.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 125,
          "low": 112.5,
          "high": 137.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 535,
          "low": 320.88,
          "high": 606,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 44,
          "low": 37.4,
          "high": 50.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 74.99,
          "low": 67,
          "high": 121.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:29:52.977Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}