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

← Burning Shadows
Scolipede

Scolipede

Rare #58 Pokémon Stage 2 HP 160
Types
Psychic
Illustrator
Ayaka Yoshida
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138540

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/sm3-58?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-58",
    "name": "Scolipede",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/58.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138540",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/58.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": "Rare",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.21
        },
        {
          "condition": "HP",
          "price": 0.04
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.7
      }
    }
  }
}