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

← Magma Gang VS Aqua Gang: Double Crisis
Team Aqua Admin

Team Aqua Admin

Non #27 Trainer Supporter
Illustrator
GAME FREAK inc.
Expansion
Magma Gang VS Aqua Gang: Double Crisis · XY
Language
Japanese
TCGplayer
605320
GET /api/v1/pokemon/cards/cp1_ja-27?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp1_ja-27",
    "name": "Team Aqua Admin",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "cp1_ja",
      "name": "Magma Gang VS Aqua Gang: Double Crisis",
      "total": 34,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP1",
      "printed_total": 34,
      "release_date": "2015/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Magma Gang VS Aqua Gang: Double Crisis"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605320",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Non",
    "artist": "GAME FREAK inc.",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 69.25,
          "low": 85,
          "high": 85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:58:04.306Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.55
      }
    }
  }
}