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 Bolt
Scolipede (Poke Ball)

Scolipede (Poke Ball)

Uncommon #59 Pokémon Stage 2 HP 160
Types
Darkness
Illustrator
okayamatakatoshi
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Venoshock 90+
Darkness · Colorless

If your opponent's Active Pokémon is Poisoned, this attack does 90 more damage.

GET /api/v1/pokemon/cards/sv11b_ja-59vph?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-59vph",
    "name": "Scolipede (Poke Ball)",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-59vph.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-59vph.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-59vph.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "pokeBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-59vph.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-59vph.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-59vph.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Poison Point",
        "text": "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Poisoned.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Venoshock",
        "text": "If your opponent's Active Pokémon is Poisoned, this attack does 90 more damage.",
        "damage": "90+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "okayamatakatoshi",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T09:34:34.787Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}