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

← Leaders' Stadium
Brock's Geodude

Brock's Geodude

Common #74 Pokémon Basic HP 40
Types
Fighting
Illustrator
Ken Sugimori
Expansion
Leaders' Stadium · Gym
Language
Japanese
TCGplayer

Attacks

Call for Friend
Fighting

Flip a coin. If heads, you may search your deck for a Basic Pokémon card with Brock in its name and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)

Hook Shot 20
Fighting · Colorless

Don't apply Resistance for this attack. (Any other effects that would happen after applying Resistance still happen.)

GET /api/v1/pokemon/cards/gym1_ja-47?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1_ja-47",
    "name": "Brock's Geodude",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-47.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1_ja",
      "name": "Leaders' Stadium",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 96,
      "release_date": "1998/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Leaders' Stadium"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Friend",
        "text": "Flip a coin. If heads, you may search your deck for a Basic Pokémon card with Brock in its name and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hook Shot",
        "text": "Don't apply Resistance for this attack. (Any other effects that would happen after applying Resistance still happen.)",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.83
        },
        {
          "condition": "LP",
          "price": 0.39
        },
        {
          "condition": "MP",
          "price": 0.35
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.23
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 76.02,
          "low": 74.95,
          "high": 77.08,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T22:48:55.462Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}