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

← Gold, Silver, to a New World...
Piloswine

Piloswine

Uncommon #221 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Ken Sugimori
Expansion
Gold, Silver, to a New World... · Neo
Language
Japanese
TCGplayer

Attacks

Freeze 10
Water · Water

Flip a coin. If heads, the Defending Pokémon can't attack. (Benching or evolving the Defending Pokémon ends this effect.)

Blizzard 30
Water · Water · Water

Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/neo1_ja-32?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1_ja-32",
    "name": "Piloswine",
    "number": "221",
    "printed_number": "221",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-32.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-32.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-32.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1_ja",
      "name": "Gold, Silver, to a New World...",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 96,
      "release_date": "2000/02/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gold, Silver, to a New World..."
        }
      }
    },
    "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/neo1_ja-32.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-32.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-32.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Freeze",
        "text": "Flip a coin. If heads, the Defending Pokémon can't attack. (Benching or evolving the Defending Pokémon ends this effect.)",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Blizzard",
        "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.22
        },
        {
          "condition": "LP",
          "price": 0.87
        },
        {
          "condition": "MP",
          "price": 0.57
        },
        {
          "condition": "HP",
          "price": 0.49
        },
        {
          "condition": "DMG",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T22:48:44.963Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}