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

← Intense Fight in the Destroyed Sky
Piloswine

Piloswine

Non #55 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Mitsuhiro Arita
Expansion
Intense Fight in the Destroyed Sky · Diamond & Pearl
Language
Japanese
TCGplayer
608198

Attacks

Rouse 20+
Fighting · Colorless · Colorless

Does 20 damage plus 10 more damage for each damage counter on Piloswine. Then, remove 4 damage counters from Piloswine.

Overrun 60
Fighting · Colorless · Colorless · Colorless

Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/dp6_ja-55?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6_ja-55",
    "name": "Piloswine",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/55.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6_ja",
      "name": "Intense Fight in the Destroyed Sky",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP6",
      "printed_total": 92,
      "release_date": "2008/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intense Fight in the Destroyed Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608198",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rouse",
        "text": "Does 20 damage plus 10 more damage for each damage counter on Piloswine. Then, remove 4 damage counters from Piloswine.",
        "damage": "20+"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Overrun",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-06-18T04:45:31.318Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}