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

← BREAKpoint
Delinquent

Delinquent

Uncommon #98a Trainer Supporter
Illustrator
Megumi Mizutani
Expansion
BREAKpoint · XY
Language
English
TCGplayer
177167
GET /api/v1/pokemon/cards/xy9-98avh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-98avh",
    "name": "Delinquent",
    "number": "98a",
    "printed_number": "98a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/98avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/98avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/98avh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "177167",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/98avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/98avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/98avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 13.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.66
        },
        {
          "condition": "LP",
          "price": 13.55
        },
        {
          "condition": "MP",
          "price": 9.74
        },
        {
          "condition": "HP",
          "price": 6.6
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:00.680Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.12
      }
    }
  }
}