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

← Cyber Judge
Sawsbuck

Sawsbuck

Non #9 Pokémon Stage 1 HP 130
Types
Grass
Illustrator
Akira Komayama
Expansion
Cyber Judge · Scarlet & Violet
Language
Japanese
TCGplayer
566160

Attacks

Superpowered Horns 110
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/sv5m_ja-9?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5m_ja-9",
    "name": "Sawsbuck",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/9.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5m_ja",
      "name": "Cyber Judge",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5M",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cyber Judge"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566160",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Passage of the Seasons",
        "text": "Once during your turn, you may search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Superpowered Horns",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:56:49.033Z",
      "trend_7d": {
        "direction": "down",
        "percent": -83.08
      }
    }
  }
}