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

← Obsidian Flames
Pawniard

Pawniard

Common #148 Pokémon Basic HP 70
Types
Metal
Illustrator
Hitoshi Ariga
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509935

Attacks

Triple Cutter 10
Metal

Flip 3 coins. This attack does 10 damage for each heads.

GET /api/v1/pokemon/cards/sv3-148?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-148",
    "name": "Pawniard",
    "number": "148",
    "printed_number": "148",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/148.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/148.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/148.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509935",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/148.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/148.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/148.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Triple Cutter",
        "text": "Flip 3 coins. This attack does 10 damage for each heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 69.3,
          "low": 55,
          "high": 69.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 5.5,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.75,
          "low": 9.14,
          "high": 12.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:40:49.313Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}