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

← Megalo Cannon
Sawk

Sawk

usually #43 Pokémon Basic HP 90
Types
Fighting
Illustrator
Naoki Saito
Expansion
Megalo Cannon · Black & White
Language
Japanese
TCGplayer
602767

Attacks

Kick of Righteousness 10+
Colorless

If the Defending Pokémon is a Team Plasma Pokémon, this attack does 40 more damage.

Low Sweep 60
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/bw9_ja-43?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9_ja-43",
    "name": "Sawk",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9_ja",
      "name": "Megalo Cannon",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW9",
      "printed_total": 76,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Megalo Cannon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602767",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Kick of Righteousness",
        "text": "If the Defending Pokémon is a Team Plasma Pokémon, this attack does 40 more damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Low Sweep",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 3.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.73
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:24:58.332Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}