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

← Crystal Guardians
Bill's Maintenance

Bill's Maintenance

Uncommon #71 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Crystal Guardians · EX
Language
English
TCGplayer
83839
GET /api/v1/pokemon/cards/ex14-71vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex14-71vrh",
    "name": "Bill's Maintenance",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/71vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/71vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/71vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex14",
      "name": "Crystal Guardians",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "CG",
      "printed_total": 100,
      "release_date": "2006/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83839",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/71vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/71vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/71vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 5.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.96
        },
        {
          "condition": "LP",
          "price": 2.94
        },
        {
          "condition": "MP",
          "price": 1.82
        },
        {
          "condition": "HP",
          "price": 1.09
        },
        {
          "condition": "DMG",
          "price": 1.98
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 112.2,
          "low": 44.4,
          "high": 500,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:29:46.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}