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

← Collection Y
Scolipede

Scolipede

Non #26 Pokémon Stage 2 HP 150
Types
Psychic
Illustrator
Mitsuhiro Arita
Expansion
Collection Y · XY
Language
Japanese
TCGplayer
603188

Attacks

Random Peck 20+
Psychic

Flip 2 coins. This attack does 20 more damage for each heads.

Poison Ring 70
Psychic · Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned. That Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/xy1y_ja-26?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1y_ja-26",
    "name": "Scolipede",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/26.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1y_ja",
      "name": "Collection Y",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1y_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1y_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Y"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603188",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1y_ja/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Random Peck",
        "text": "Flip 2 coins. This attack does 20 more damage for each heads.",
        "damage": "20+"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Poison Ring",
        "text": "Your opponent's Active Pokémon is now Poisoned. That Pokémon can't retreat during your opponent's next turn.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 3.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.59
        },
        {
          "condition": "LP",
          "price": 0.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-20T03:09:40.753Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}