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

← Skyridge
Piloswine

Piloswine

Uncommon #43 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Shin-ichi Yoshida
Expansion
Skyridge · E-Card
Language
English
TCGplayer
88115

Attacks

Impaling Tusk 40
Fighting · Colorless · Colorless
Continuous Charge 30
Fighting · Fighting · Colorless · Colorless

Flip 4 coins. This attack does 30 damage plus 20 more damage for each heads. Put a damage counter on Piloswine for each heads.

GET /api/v1/pokemon/cards/ecard3-43?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3-43",
    "name": "Piloswine",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/43.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3",
      "name": "Skyridge",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "SK",
      "printed_total": 144,
      "release_date": "2003/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88115",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Impaling Tusk",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Continuous Charge",
        "text": "Flip 4 coins. This attack does 30 damage plus 20 more damage for each heads. Put a damage counter on Piloswine for each heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin-ichi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 10.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.57
        },
        {
          "condition": "LP",
          "price": 7.5
        },
        {
          "condition": "MP",
          "price": 8.32
        },
        {
          "condition": "HP",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 999,
          "low": 849.15,
          "high": 1148.85,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.84,
          "low": 13.54,
          "high": 13.54,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38.5,
          "low": 33.3,
          "high": 43.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:47:10.710Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.02
      }
    }
  }
}