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

← The Town on No Map
Quagsire

Quagsire

Non #29 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
The Town on No Map · E-Card
Language
Japanese
TCGplayer
576320

Attacks

Water Gun 20+
Water

This attack does 20 damage plus 10 more damage for each Water Energy attached to Quagsire but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.

Slam 50×
Colorless · Colorless · Colorless · Colorless

Flip 2 coins. This attack does 50 damage times the number of heads.

GET /api/v1/pokemon/cards/ecard2_ja-29?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2_ja-29",
    "name": "Quagsire",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/29.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2_ja",
      "name": "The Town on No Map",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 92,
      "release_date": "2002/03/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Town on No Map"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576320",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "text": "This attack does 20 damage plus 10 more damage for each Water Energy attached to Quagsire but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.",
        "damage": "20+"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Slam",
        "text": "Flip 2 coins. This attack does 50 damage times the number of heads.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 60,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 60
        },
        {
          "condition": "LP",
          "price": 49.99
        },
        {
          "condition": "MP",
          "price": 59.99
        },
        {
          "condition": "HP",
          "price": 20
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.99,
          "low": 59.99,
          "high": 111.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-16T03:55:07.662Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}