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 5
Bill's Maintenance

Bill's Maintenance

Uncommon #6 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
POP Series 5 · POP
Language
English
TCGplayer
83840
GET /api/v1/pokemon/cards/pop5-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop5-6",
    "name": "Bill's Maintenance",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/6.large.webp"
      }
    ],
    "expansion": {
      "id": "pop5",
      "name": "POP Series 5",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83840",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 9.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.75
        },
        {
          "condition": "LP",
          "price": 5.19
        },
        {
          "condition": "MP",
          "price": 4.99
        },
        {
          "condition": "HP",
          "price": 3.49
        },
        {
          "condition": "DMG",
          "price": 2.34
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 600,
          "low": 468.53,
          "high": 600,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:58:59.219Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}