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
Life Herb

Life Herb

Uncommon #108 Trainer Item
Illustrator
Ryo Ueda
Expansion
Platinum · Platinum
Language
English
TCGplayer
86732
GET /api/v1/pokemon/cards/pl1-108?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-108",
    "name": "Life Herb",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/108.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/108.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/108.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": "86732",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/108.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/108.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/108.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.23
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.01
        },
        {
          "condition": "DMG",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:33.156Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25
      }
    }
  }
}