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
Team Galactic's Invention G-101 Energy Gain

Team Galactic's Invention G-101 Energy Gain

Uncommon #116 Trainer Pokémon Tool
Illustrator
Makoto Imai
Expansion
Platinum · Platinum
Language
English
TCGplayer
89805
GET /api/v1/pokemon/cards/pl1-116?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-116",
    "name": "Team Galactic's Invention G-101 Energy Gain",
    "number": "116",
    "printed_number": "116",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/116.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/116.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/116.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": "89805",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/116.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/116.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/116.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Uncommon",
    "artist": "Makoto Imai",
    "pricing": {
      "currency": "USD",
      "market": 1.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.54
        },
        {
          "condition": "LP",
          "price": 1
        },
        {
          "condition": "MP",
          "price": 0.99
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:16:33.156Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}