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

← Team Up
Alolan Graveler

Alolan Graveler

Uncommon #36 Pokémon Stage 1 HP 100
Types
Lightning
Illustrator
Misa Tsutsui
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183809

Attacks

Rollout 30
Electroslug 100
Lightning · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm9-36?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-36",
    "name": "Alolan Graveler",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/36.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183809",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Rollout",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Electroslug",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}