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

← DP Trainer Kit Lucario
Potion

Potion

Common #9 Trainer
Illustrator
Shin-ichi Yoshikawa
Expansion
DP Trainer Kit Lucario · Diamond & Pearl
Language
English
TCGplayer
88345
GET /api/v1/pokemon/cards/tk3b-9?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3b-9",
    "name": "Potion",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-9.large.webp"
      }
    ],
    "expansion": {
      "id": "tk3b",
      "name": "DP Trainer Kit Lucario",
      "total": 11,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "printed_total": 11,
      "release_date": "2007/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88345",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Common",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        }
      ],
      "graded": []
    }
  }
}