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

← Scarlet & Violet Promos
Quagsire

Quagsire

Promo #122 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Saboteri
Expansion
Scarlet & Violet Promos · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Rollout 30
Water
Soaking Headbutt 80×
Water · Colorless · Colorless

Discard the top 3 cards of your deck. This attack does 80 damage for each Energy card you discarded in this way.

GET /api/v1/pokemon/cards/svp_ja-122?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp_ja-122",
    "name": "Quagsire",
    "number": "122",
    "printed_number": "122",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/122.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/122.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/122.large.webp"
      }
    ],
    "expansion": {
      "id": "svp_ja",
      "name": "Scarlet & Violet Promos",
      "total": 303,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "PROMO",
      "printed_total": 303,
      "release_date": "2022/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet & Violet Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/122.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/122.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/122.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Rollout",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Soaking Headbutt",
        "text": "Discard the top 3 cards of your deck. This attack does 80 damage for each Energy card you discarded in this way.",
        "damage": "80×"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Saboteri",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 67.02,
          "low": 56.97,
          "high": 77.07,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 44,
          "low": 38.5,
          "high": 49.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 135.76,
          "low": 137.45,
          "high": 193.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.01,
          "low": 6.81,
          "high": 9.21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:27:14.453Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}