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

← Intro Pack (Squirtle)
Fighting Energy

Fighting Energy

Common #17 エネルギー たね
Illustrator
Keiji Kinebuchi
Expansion
Intro Pack (Squirtle) · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/ips_ja-17?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ips_ja-17",
    "name": "Fighting Energy",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-17.large.webp"
      }
    ],
    "expansion": {
      "id": "ips_ja",
      "name": "Intro Pack (Squirtle)",
      "total": 41,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 40,
      "release_date": "1999/07/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ips_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ips_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intro Pack (Squirtle)"
        }
      }
    },
    "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/ips_ja-17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-17.large.webp"
          }
        ]
      }
    ],
    "supertype": "エネルギー",
    "subtypes": [
      "たね"
    ],
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 10.01,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:27:51.875Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.97
      }
    }
  }
}