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

← Cold Flare
Solrock

Solrock

Non #33 Pokémon Basic HP 90
Types
Fighting
Illustrator
Kouji Tajima
Expansion
Cold Flare · Black & White
Language
Japanese
TCGplayer
601672

Attacks

Heat Burn 20
Fighting · Colorless

The Defending Pokémon is now Burned.

Explosion 90
Fighting · Colorless · Colorless

This Pokémon does 90 damage to itself.

GET /api/v1/pokemon/cards/bw6c_ja-33?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6c_ja-33",
    "name": "Solrock",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/33.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6c_ja",
      "name": "Cold Flare",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cold Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601672",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Heat Burn",
        "text": "The Defending Pokémon is now Burned.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Explosion",
        "text": "This Pokémon does 90 damage to itself.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kouji Tajima",
    "pricing": {
      "currency": "USD",
      "market": 0.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:15:29.087Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}