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

← Gym Heroes 1st Edition
Brock's Sandslash

Brock's Sandslash

Rare #23 Pokémon Stage 1 HP 60
Types
Fighting
Illustrator
Ken Sugimori
Expansion
Gym Heroes 1st Edition · Gym
Language
English
TCGplayer
83983

Attacks

Needles 10
Fighting · Fighting

Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.

Sandstorm 20
Fighting · Fighting

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

GET /api/v1/pokemon/cards/gym1-23v1e?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1-23v1e",
    "name": "Brock's Sandslash",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/23v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/23v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/23v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1-1st-edition",
      "name": "Gym Heroes 1st Edition",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83983",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/23v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/23v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/23v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Needles",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.",
        "damage": "10"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Sandstorm",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 16.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.99
        },
        {
          "condition": "LP",
          "price": 10.69
        },
        {
          "condition": "MP",
          "price": 7.44
        },
        {
          "condition": "HP",
          "price": 6.01
        },
        {
          "condition": "DMG",
          "price": 3.93
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12.23,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 57,
          "low": 48.45,
          "high": 65.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22.56,
          "low": 18.25,
          "high": 24.24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26.8,
          "low": 20.16,
          "high": 30.95,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.85,
          "low": 40.49,
          "high": 44.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 30.11,
          "low": 25.59,
          "high": 34.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:41:39.429Z",
      "trend_7d": {
        "direction": "down",
        "percent": -23.36
      }
    }
  }
}