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

← 151
Poliwrath

Poliwrath

Uncommon #62 Pokémon Stage 2 HP 160
Types
Water
Illustrator
Kurata So
Expansion
151 · Scarlet & Violet
Language
English
TCGplayer
516251

Attacks

Bubble Beam 50
Water

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Heroic Punch 100
Water · Colorless · Colorless

Flip a coin. If heads, this attack does 150 more damage.

GET /api/v1/pokemon/cards/sv3pt5-62vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3pt5-62vrh",
    "name": "Poliwrath",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/62vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/62vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/62vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3pt5",
      "name": "151",
      "total": 207,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "MEW",
      "printed_total": 165,
      "release_date": "2023/09/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "516251",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/62vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/62vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/62vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Bubble Beam",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heroic Punch",
        "text": "Flip a coin. If heads, this attack does 150 more damage.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kurata So",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35.5,
          "low": 26,
          "high": 45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.5,
          "low": 33.57,
          "high": 45.43,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.67,
          "low": 11.62,
          "high": 15.72,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:01.564Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10.71
      }
    }
  }
}