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

← Furious Fists
Poliwrath

Poliwrath

Rare Holo #17 Pokémon Stage 2 HP 140
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Furious Fists · XY
Language
English
TCGplayer
92192

Attacks

Steamroll 60
Colorless · Colorless · Colorless

This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Submission 130
Water · Water · Colorless · Colorless

This Pokémon does 30 damage to itself.

GET /api/v1/pokemon/cards/xy3-17vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-17vh",
    "name": "Poliwrath",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92192",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Steamroll",
        "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Submission",
        "text": "This Pokémon does 30 damage to itself.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.61
        },
        {
          "condition": "LP",
          "price": 0.96
        },
        {
          "condition": "MP",
          "price": 0.83
        },
        {
          "condition": "HP",
          "price": 1.01
        },
        {
          "condition": "DMG",
          "price": 0.66
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12.5,
          "low": 12.5,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.96,
          "low": 3.13,
          "high": 23.96,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.95,
          "low": 36,
          "high": 36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.62
      }
    }
  }
}