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

← Steam Siege
Armaldo

Armaldo

Rare #57 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
Satoshi Shirai
Expansion
Steam Siege · XY
Language
English
TCGplayer
121187

Attacks

Rushing Water 40
Colorless

Move an Energy from your opponent's Active Pokémon to 1 of his or her Benched Pokémon.

Guard Claw 100
Fighting · Colorless · Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/xy11-57vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-57vrh",
    "name": "Armaldo",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/57vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/57vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/57vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121187",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/57vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/57vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/57vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rushing Water",
        "text": "Move an Energy from your opponent's Active Pokémon to 1 of his or her Benched Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Guard Claw",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.68
        },
        {
          "condition": "LP",
          "price": 0.56
        },
        {
          "condition": "MP",
          "price": 0.59
        },
        {
          "condition": "HP",
          "price": 0.46
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:53:50.880Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}