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

← Pokémon GO
Solrock

Solrock

Uncommon #39 Pokémon Basic HP 90
Types
Fighting
Illustrator
Sekio
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
276993

Attacks

Spinning Attack 50
Fighting · Colorless
GET /api/v1/pokemon/cards/pgo-39vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-39vrh",
    "name": "Solrock",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/39vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/39vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/39vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pgo",
      "name": "Pokémon GO",
      "total": 88,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PGO",
      "printed_total": 78,
      "release_date": "2022/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "276993",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/39vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/39vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/39vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Sun Energy",
        "text": "Once during your turn, you may attach a Psychic Energy card from your discard pile to 1 of your Lunatone.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Spinning Attack",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Sekio",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8
      }
    }
  }
}