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

← Shiny Star V
Swanna

Swanna

Common #145 Pokémon Stage 1 HP 110
Types
Colorless
Illustrator
Taira Akitsu
Expansion
Shiny Star V · Sword & Shield
Language
Japanese
TCGplayer
571060

Attacks

Feather Slice 70+
Colorless · Colorless · Colorless

You may discard a card from your hand. If you do, this attack does 70 more damage.

GET /api/v1/pokemon/cards/swsh4a_ja-145?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4a_ja-145",
    "name": "Swanna",
    "number": "145",
    "printed_number": "145",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-145.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-145.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-145.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4a_ja",
      "name": "Shiny Star V",
      "total": 330,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4a",
      "printed_total": 190,
      "release_date": "2020/11/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Star V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571060",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-145.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-145.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja-145.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Sky Circus",
        "text": "If you played Bird Keeper from your hand during this turn, ignore all Energy in this Pokémon's attack costs.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Feather Slice",
        "text": "You may discard a card from your hand. If you do, this attack does 70 more damage.",
        "damage": "70+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:09:03.251Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}