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

← Sword & Shield Promos
Flapple

Flapple

Promo #225 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
nagimiso
Expansion
Sword & Shield Promos · Sword & Shield
Language
Japanese
TCGplayer

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_ja-225vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp_ja-225vh",
    "name": "Flapple",
    "number": "225",
    "printed_number": "225",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/225vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/225vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/225vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp_ja",
      "name": "Sword & Shield Promos",
      "total": 340,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "PROMO",
      "printed_total": 340,
      "release_date": "2019/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swshp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swshp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword & Shield Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/225vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/225vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp_ja/225vh.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": 14.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-26T07:01:35.323Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}