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

← Stormfront
Energy Link

Energy Link

Uncommon #83 Trainer Pokémon Tool
Illustrator
Ryo Ueda
Expansion
Stormfront · Diamond & Pearl
Language
English
TCGplayer
85214
GET /api/v1/pokemon/cards/dp7-83?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp7-83",
    "name": "Energy Link",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/83.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/83.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/83.large.webp"
      }
    ],
    "expansion": {
      "id": "dp7",
      "name": "Stormfront",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SF",
      "printed_total": 100,
      "release_date": "2008/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85214",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/83.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/83.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/83.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 0.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.41
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:59.926Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.5
      }
    }
  }
}