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

← Dark Order
Pawniard

Pawniard

usually #39 Pokémon Basic HP 60
Types
Metal
Illustrator
Masakazu Fukuda
Expansion
Dark Order · Sun & Moon
Language
Japanese
TCGplayer
573439

Attacks

Rigidify
Metal

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Scratch 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sm8a_ja-39?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8a_ja-39",
    "name": "Pawniard",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/39.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8a_ja",
      "name": "Dark Order",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8a",
      "printed_total": 52,
      "release_date": "2018/10/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Order"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573439",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8a_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Rigidify",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Scratch",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T17:33:07.168Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}