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

← Darkness that Consumes Light
Sawk

Sawk

usually #30 Pokémon Basic HP 90
Types
Fighting
Illustrator
Shigenori Negishi
Expansion
Darkness that Consumes Light · Sun & Moon
Language
Japanese
TCGplayer
573495

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 other effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm3n_ja-30?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3n_ja-30",
    "name": "Sawk",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3n_ja",
      "name": "Darkness that Consumes Light",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3N",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness that Consumes Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573495",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/30.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 other effects on your opponent's Active Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:59:54.613Z",
      "trend_7d": {
        "direction": "up",
        "percent": 59.38
      }
    }
  }
}