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

← Dragon Majesty
Quagsire

Quagsire

Uncommon #26 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Ken Sugimori
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175392

Attacks

Hydro Pump 60
Colorless · Colorless · Colorless

This attack does 20 more damage times the amount of Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sm75-26?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-26",
    "name": "Quagsire",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/26.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175392",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Wash Out",
        "text": "As often as you like during your turn (before your attack), you may move a Water Energy from 1 of your Benched Pokémon to your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pump",
        "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.2
        },
        {
          "condition": "LP",
          "price": 1.17
        },
        {
          "condition": "MP",
          "price": 0.78
        },
        {
          "condition": "HP",
          "price": 0.9
        },
        {
          "condition": "DMG",
          "price": 1.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.8
      }
    }
  }
}