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

← SWSH Black Star Promos
Flapple

Flapple

Promo #SWSH189 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
nagimiso
Expansion
SWSH Black Star Promos · Sword & Shield
Language
English
TCGplayer
264282

Attacks

Flight Up
Fire

Attach up to 3 basic Energy cards from your discard pile to 1 of your Benched Pokémon.

Corrosive Acid 70
Grass · Fire

Your opponent's Active Pokémon is now Burned.

GET /api/v1/pokemon/cards/swshp-SWSH189vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp-SWSH189vh",
    "name": "Flapple",
    "number": "SWSH189",
    "printed_number": "SWSH189",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH189vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH189vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH189vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp",
      "name": "SWSH Black Star Promos",
      "total": 307,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PR-SW",
      "printed_total": 307,
      "release_date": "2019/11/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "264282",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH189vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH189vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH189vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flight Up",
        "text": "Attach up to 3 basic Energy cards from your discard pile to 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Corrosive Acid",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "70"
      }
    ],
    "rarity": "Promo",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.46
        },
        {
          "condition": "LP",
          "price": 0.42
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.21
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:07:39.302Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.17
      }
    }
  }
}