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

← Challenge from the Darkness
Saffron City Gym

Saffron City Gym

Uncommon #90 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Challenge from the Darkness · Gym
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/gym2_ja-90?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2_ja-90",
    "name": "Saffron City Gym",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-90.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-90.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-90.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2_ja",
      "name": "Challenge from the Darkness",
      "total": 98,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 98,
      "release_date": "1999/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Challenge from the Darkness"
        }
      }
    },
    "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/gym2_ja-90.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-90.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-90.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Uncommon",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 1.83,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-28T22:48:21.926Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}