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

← EX Trainer Kit 2 Minun
Celio's Network

Celio's Network

Common #8 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
EX Trainer Kit 2 Minun · EX
Language
English
TCGplayer
84155
GET /api/v1/pokemon/cards/tk2b-8?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2b-8",
    "name": "Celio's Network",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/8.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2b",
      "name": "EX Trainer Kit 2 Minun",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84155",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.5
        },
        {
          "condition": "LP",
          "price": 0.41
        },
        {
          "condition": "MP",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-23T02:06:57.552Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}