Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack
Sudowoodo

Sudowoodo

Common #1101/05 Pokémon Basic HP 110
Types
Fighting
Illustrator
Jerky
Expansion
Gem Pack · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Hit and Hide 20
Colorless

Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.

Elbow Strike 90
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/gem1-1101?include=prices 200 54ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem1-1101",
    "name": "Sudowoodo",
    "number": "1101/05",
    "printed_number": "1101/05",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1101.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1101.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1101.large.webp"
      }
    ],
    "expansion": {
      "id": "gem1",
      "name": "Gem Pack",
      "total": 115,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 115,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem1.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1101.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1101.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-1101.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hit and Hide",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Elbow Strike",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Jerky",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:40:45.052Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}