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

← Burning Shadows
Sawk

Sawk

Common #72 Pokémon Basic HP 90
Types
Fighting
Illustrator
Shigenori Negishi
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138558

Attacks

Quick Guard
Fighting

Prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn. This Pokémon can't use Quick Guard during your next turn.

Brick Break 40
Fighting · Colorless

This attack's damage isn't affected by Resistance or any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm3-72?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-72",
    "name": "Sawk",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/72.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138558",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Guard",
        "text": "Prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn. This Pokémon can't use Quick Guard during your next turn."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Brick Break",
        "text": "This attack's damage isn't affected by Resistance or any effects on your opponent's Active Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "MP",
          "price": 0.01
        },
        {
          "condition": "HP",
          "price": 0.05
        },
        {
          "condition": "DMG",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10
      }
    }
  }
}