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

← POP Series 8
Night Maintenance

Night Maintenance

Uncommon #9 Trainer Item
Illustrator
Ryo Ueda
Expansion
POP Series 8 · POP
Language
English
TCGplayer
87752
GET /api/v1/pokemon/cards/pop8-9?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-9",
    "name": "Night Maintenance",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/9.large.webp"
      }
    ],
    "expansion": {
      "id": "pop8",
      "name": "POP Series 8",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87752",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 3.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.04
        },
        {
          "condition": "LP",
          "price": 2.69
        },
        {
          "condition": "MP",
          "price": 1.98
        },
        {
          "condition": "HP",
          "price": 1.75
        },
        {
          "condition": "DMG",
          "price": 2.66
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.72,
          "low": 7.72,
          "high": 8.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:38:28.861Z",
      "trend_7d": {
        "direction": "up",
        "percent": 24.08
      }
    }
  }
}