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

← Galactic's Conquest
Cranidos

Cranidos

Non #55 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Galactic's Conquest · Platinum
Language
Japanese
TCGplayer
607092

Attacks

Rock Smash 20+
Fighting

Flip a coin. If heads, this attack does 20 damage plus 20 more damage.

Knock Over 40
Fighting · Colorless

You may discard any Stadium card in play.

GET /api/v1/pokemon/cards/pt1_ja-55?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt1_ja-55",
    "name": "Cranidos",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/55.large.webp"
      }
    ],
    "expansion": {
      "id": "pt1_ja",
      "name": "Galactic's Conquest",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT1",
      "printed_total": 96,
      "release_date": "2008/10/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Galactic's Conquest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607092",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt1_ja/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Rock Smash",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
        "damage": "20+"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Knock Over",
        "text": "You may discard any Stadium card in play.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+20"
      }
    ],
    "rarity": "Non",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        },
        {
          "condition": "LP",
          "price": 2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:58:03.845Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}