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

← Guardians Rising
Field Blower

Field Blower

Uncommon #125a Trainer Item
Illustrator
Toyste Beach
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131045
GET /api/v1/pokemon/cards/sm2-125a?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-125a",
    "name": "Field Blower",
    "number": "125a",
    "printed_number": "125a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/125a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/125a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/125a.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131045",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/125a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/125a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/125a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 1.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.59
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.05
      }
    }
  }
}