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

← Rising Rivals
Flint's Willpower

Flint's Willpower

Uncommon #91 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
85509
GET /api/v1/pokemon/cards/pl2-91vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-91vrh",
    "name": "Flint's Willpower",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/91vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/91vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/91vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85509",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/91vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/91vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/91vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2
        },
        {
          "condition": "LP",
          "price": 0.82
        },
        {
          "condition": "MP",
          "price": 0.97
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T03:23:56.049Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}