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

← Neo Destiny Unlimited
Light Piloswine

Light Piloswine

Rare #26 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Yukiko Baba
Expansion
Neo Destiny Unlimited · Neo
Language
English
TCGplayer
86747

Attacks

Knock Over 30
Colorless · Colorless · Colorless

If there is a Stadium card in play, you may discard it.

GET /api/v1/pokemon/cards/neo4-26vuu?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4-26vuu",
    "name": "Light Piloswine",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/26vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/26vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/26vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4-unlimited",
      "name": "Neo Destiny Unlimited",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2002/02/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86747",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/26vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/26vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-unlimited/26vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Fluffy Wool",
        "text": "During your opponent's turn, if Light Piloswine is your Active Pokémon and is damaged by your opponent's attack (even if it's Knocked Out), flip a coin. If heads, the attacking Pokémon is now Asleep. This power stops working if Light Piloswine is already Asleep, Confused, or Paralyzed when your opponent attacks.",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Knock Over",
        "text": "If there is a Stadium card in play, you may discard it.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 14.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.19
        },
        {
          "condition": "LP",
          "price": 13.52
        },
        {
          "condition": "MP",
          "price": 10.68
        },
        {
          "condition": "HP",
          "price": 8.99
        },
        {
          "condition": "DMG",
          "price": 5.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 13,
          "high": 15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 59.88,
          "low": 50.9,
          "high": 68.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 109.95,
          "low": 67,
          "high": 183.94,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.93,
          "low": 19.38,
          "high": 19.38,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.5,
          "low": 13,
          "high": 33.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:45:47.012Z",
      "trend_7d": {
        "direction": "up",
        "percent": 18.25
      }
    }
  }
}