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

← Silver Lance
Pyroar

Pyroar

usually #13 Pokémon Stage 1 HP 130
Types
Fire
Illustrator
Hitoshi Ariga
Expansion
Silver Lance · Sword & Shield
Language
Japanese
TCGplayer
569145

Attacks

Combustion 30
Colorless
Rip Claw 70
Fire · Colorless

Discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/swsh6h_ja-13?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6h_ja-13",
    "name": "Pyroar",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6h_ja",
      "name": "Silver Lance",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6H",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Silver Lance"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569145",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Combustion",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rip Claw",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.18
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 37.01,
          "low": 29.82,
          "high": 44.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:20:01.412Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}