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

← Ancient Origins
Quagsire

Quagsire

Common #39 Pokémon Stage 1 HP 110
Types
Fighting
Illustrator
Naoyo Kimura
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101461

Attacks

Wave Splash 30
Water · Colorless
Landslide 80
Water · Colorless · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/xy7-39?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-39",
    "name": "Quagsire",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/39.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101461",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wave Splash",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Landslide",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "MP",
          "price": 0.24
        },
        {
          "condition": "HP",
          "price": 0.22
        },
        {
          "condition": "DMG",
          "price": 0.28
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:21:33.519Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.56
      }
    }
  }
}