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

← Great Encounters
Solrock

Solrock

Common #85 Pokémon Basic HP 70
Types
Fighting
Illustrator
Ken Sugimori
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
89428

Attacks

Sol Charge 20
Fighting

Search your discard pile for a basic Energy card and attach it to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/dp4-85?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-85",
    "name": "Solrock",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/85.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/85.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/85.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89428",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/85.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/85.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/85.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Sunlight",
        "text": "If you have Lunatone in play, damage done to your opponent's Pokémon by your Psychic or Fighting Pokémon isn't affected by resistance.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Sol Charge",
        "text": "Search your discard pile for a basic Energy card and attach it to 1 of your Benched Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.16
        },
        {
          "condition": "DMG",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:43:18.271Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.86
      }
    }
  }
}