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

← SM Black Star Promos
Sudowoodo

Sudowoodo

Promo #SM207 Pokémon Basic HP 110
Types
Fighting
Illustrator
Akira Komayama
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
199488

Attacks

Low Kick 20
Fighting
Territorial Strike 80
Fighting · Fighting

If you don't have a Stadium card in play, this attack does nothing.

GET /api/v1/pokemon/cards/smp-SM207vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM207vh",
    "name": "Sudowoodo",
    "number": "SM207",
    "printed_number": "SM207",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM207vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM207vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM207vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "199488",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM207vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM207vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM207vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Low Kick",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Territorial Strike",
        "text": "If you don't have a Stadium card in play, this attack does nothing.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 1.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.52
        },
        {
          "condition": "LP",
          "price": 0.99
        },
        {
          "condition": "MP",
          "price": 0.85
        },
        {
          "condition": "HP",
          "price": 0.71
        },
        {
          "condition": "DMG",
          "price": 0.73
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 277,
          "low": 235.45,
          "high": 318.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:11:32.782Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.65
      }
    }
  }
}