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

← To Have Seen the Battle Rainbow
Scolipede

Scolipede

Non #24 Pokémon Stage 2 HP 160
Types
Psychic
Illustrator
Ayaka Yoshida
Expansion
To Have Seen the Battle Rainbow · Sun & Moon
Language
Japanese
TCGplayer
572420

Attacks

Poison Horn 80
Psychic · Psychic · Colorless

Your opponent's Active Pokémon is now Poisoned.

Steamroller 140
Psychic · Psychic · Psychic · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/sm3h_ja-24?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3h_ja-24",
    "name": "Scolipede",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3h_ja",
      "name": "To Have Seen the Battle Rainbow",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3H",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "To Have Seen the Battle Rainbow"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572420",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poison Horn",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "80"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Steamroller",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:27:09.088Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}