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

← Black & White
Sawsbuck

Sawsbuck

Rare #14 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Naoyo Kimura
Expansion
Black & White · Black & White
Language
English
TCGplayer
88941

Attacks

Nature Power 20
Colorless

Does 10 more damage for each Grass Energy attached to both your and your opponent's Pokémon.

Horn Leech 60
Grass · Colorless · Colorless

Heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/bw1-14?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-14",
    "name": "Sawsbuck",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/14.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88941",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Nature Power",
        "text": "Does 10 more damage for each Grass Energy attached to both your and your opponent's Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Horn Leech",
        "text": "Heal 20 damage from this Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 7.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.16
        },
        {
          "condition": "LP",
          "price": 5.32
        },
        {
          "condition": "MP",
          "price": 3.08
        },
        {
          "condition": "HP",
          "price": 1.98
        },
        {
          "condition": "DMG",
          "price": 2.27
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:55:59.457Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.24
      }
    }
  }
}