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

← Temple of Anger
Piloswine

Piloswine

Non #277 Pokémon Stage 1 HP 100
Types
Water
Illustrator
Midori Harada
Expansion
Temple of Anger · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Charge Dash 30+
Fighting · Colorless

You may do 30 damage plus 30 more damage. If you do, Piloswine does 30 damage to itself.

Icy Wind 60
Water · Colorless · Colorless · Colorless

The Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/dp5t_ja-277?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5t_ja-277",
    "name": "Piloswine",
    "number": "277",
    "printed_number": "277",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-277.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-277.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-277.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5t_ja",
      "name": "Temple of Anger",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 64,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Temple of Anger"
        }
      }
    },
    "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/dp5t_ja-277.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-277.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-277.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Charge Dash",
        "text": "You may do 30 damage plus 30 more damage. If you do, Piloswine does 30 damage to itself.",
        "damage": "30+"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Icy Wind",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 2.84,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.84
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:44:22.372Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}