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

← White Flare
Sawk

Sawk

Art Rare #128 Pokémon Basic HP 110
Types
Fighting
Illustrator
nagimiso
Expansion
White Flare · Scarlet & Violet
Language
Japanese
TCGplayer
636681

Attacks

Elbow Strike 30
Fighting
Heavy Impact 90
Fighting

If your opponent's Active Pokémon isn't a Pokémon ex, this attack does nothing. This attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/sv11w_ja-128vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11w_ja-128vh",
    "name": "Sawk",
    "number": "128",
    "printed_number": "128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/128vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/128vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/128vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11w_ja",
      "name": "White Flare",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11W",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "636681",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/128vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/128vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/128vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Elbow Strike",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Heavy Impact",
        "text": "If your opponent's Active Pokémon isn't a Pokémon ex, this attack does nothing. This attack's damage isn't affected by Weakness or Resistance.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Art Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 4.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.79
        },
        {
          "condition": "LP",
          "price": 3.57
        },
        {
          "condition": "DMG",
          "price": 1.19
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 20.13,
          "low": 20.07,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.94,
          "low": 22.49,
          "high": 24.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6.5,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.5,
          "low": 5.1,
          "high": 8.54,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 51,
          "low": 21,
          "high": 54.21,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.25,
          "low": 13.19,
          "high": 15.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 42.16,
          "low": 19.45,
          "high": 51.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:19:09.346Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.35
      }
    }
  }
}