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

← Mega Brave
Solrock

Solrock

Non #27 Pokémon Basic HP 110
Types
Fighting
Illustrator
Whisker
Expansion
Mega Brave · Mega Evolution
Language
Japanese
TCGplayer
647136

Attacks

Cosmo Beam 70
Fighting

If you don't have Lunatone on your Bench, this attack does nothing. This attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/m1l_ja-27?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m1l_ja-27",
    "name": "Solrock",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "m1l_ja",
      "name": "Mega Brave",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M1L",
      "printed_total": 63,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1l_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1l_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Brave"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "647136",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Cosmo Beam",
        "text": "If you don't have Lunatone on your Bench, this attack does nothing. This attack's damage isn't affected by Weakness or Resistance.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Whisker",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:53:27.619Z",
      "trend_7d": {
        "direction": "down",
        "percent": -33.33
      }
    }
  }
}