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

← Forbidden Light
Bonnie

Bonnie

Rare Ultra #128 Trainer Supporter
Illustrator
Hideki Ishikawa
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165767
GET /api/v1/pokemon/cards/sm6-128vh?include=prices 200 35ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-128vh",
    "name": "Bonnie",
    "number": "128",
    "printed_number": "128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/128vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/128vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/128vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165767",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/128vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/128vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/128vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Hideki Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 35.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 35.93
        },
        {
          "condition": "LP",
          "price": 26.42
        },
        {
          "condition": "MP",
          "price": 19.49
        },
        {
          "condition": "HP",
          "price": 10.53
        },
        {
          "condition": "DMG",
          "price": 10.44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 45.38,
          "low": 33,
          "high": 33,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 114.99,
          "high": 144.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.5,
          "low": 10,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.7,
          "low": 31,
          "high": 37.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.5
      }
    }
  }
}