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
Solrock

Solrock

Uncommon #69 Pokémon Basic HP 90
Types
Fighting
Illustrator
Masakazu Fukuda
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138555

Attacks

Double Draw
Colorless

Draw 2 cards.

Solar Heat 20
Fighting

If there is any Stadium card in play, this attack does 20 more damage.

GET /api/v1/pokemon/cards/sm3-69?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-69",
    "name": "Solrock",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/69.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/69.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/69.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": "138555",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/69.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/69.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/69.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Double Draw",
        "text": "Draw 2 cards."
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Solar Heat",
        "text": "If there is any Stadium card in play, this attack does 20 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        },
        {
          "condition": "MP",
          "price": 0.04
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 72,
          "low": 61.2,
          "high": 82.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T17:53:28.138Z",
      "trend_7d": {
        "direction": "up",
        "percent": 66.67
      }
    }
  }
}