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

← Guardians Rising
Swellow

Swellow

Rare #104 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131022

Attacks

Agility 20
Colorless

Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.

Swallow Dive 40
Colorless

If this Pokémon used Agility during your last turn, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sm2-104?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-104",
    "name": "Swellow",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/104.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/104.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/104.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131022",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/104.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/104.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/104.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Agility",
        "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Swallow Dive",
        "text": "If this Pokémon used Agility during your last turn, this attack does 80 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}