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

← Holon Research Tower
Swellow

Swellow

Rare #65 Pokémon Stage 1 HP 70
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
Holon Research Tower · PCG
Language
Japanese
TCGplayer
611412

Attacks

Steep Dive
Colorless

Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swellow during your opponent's next turn. If tails, during your next turn, Swellow's Glide attack's base damage is 100.

Glide 40
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/pcg6_ja-65?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg6_ja-65",
    "name": "Swellow",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/65.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/65.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/65.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg6_ja",
      "name": "Holon Research Tower",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Holon Research Tower"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611412",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/65.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/65.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/65.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Steep Dive",
        "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swellow during your opponent's next turn. If tails, during your next turn, Swellow's Glide attack's base damage is 100."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Glide",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.82,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.82
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T16:18:32.796Z",
      "trend_7d": {
        "direction": "down",
        "percent": -55.17
      }
    }
  }
}