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

← Evolving Skies
Flaaffy

Flaaffy

Uncommon #55
Illustrator
OKACHEKE
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246897
GET /api/v1/pokemon/cards/swsh7-55vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-55vh",
    "name": "Flaaffy",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/55vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/55vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/55vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7",
      "name": "Evolving Skies",
      "total": 237,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "EVS",
      "printed_total": 203,
      "release_date": "2021/08/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "246897",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/55vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/55vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/55vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "OKACHEKE",
    "pricing": {
      "currency": "USD",
      "market": 1.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.23
        },
        {
          "condition": "LP",
          "price": 0.78
        },
        {
          "condition": "MP",
          "price": 0.72
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T04:44:54.163Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}