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

← Crimson Haze
Spinarak

Spinarak

usually #4 Pokémon Basic HP 60
Types
Grass
Illustrator
Saya Tsuruta
Expansion
Crimson Haze · Scarlet & Violet
Language
Japanese
TCGplayer
566059

Attacks

Bug Bite 20
Grass
GET /api/v1/pokemon/cards/sv5a_ja-4?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5a_ja-4",
    "name": "Spinarak",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5a_ja",
      "name": "Crimson Haze",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5a",
      "printed_total": 66,
      "release_date": "2024/03/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Crimson Haze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566059",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Bug Bite",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:15:00.849Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.09
      }
    }
  }
}