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

← Ultra Moon
Cranidos

Cranidos

Non #34 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Ultra Moon · Sun & Moon
Language
Japanese
TCGplayer
572288

Attacks

Corkscrew Punch 30
Fighting
Headstrike 50
Fighting · Fighting
GET /api/v1/pokemon/cards/sm5m_ja-34?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5m_ja-34",
    "name": "Cranidos",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5m_ja",
      "name": "Ultra Moon",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5M",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572288",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Corkscrew Punch",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Headstrike",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-22T02:40:25.267Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}