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

← Arceus
Geodude

Geodude

Common #65 Pokémon Basic HP 60
Types
Fighting
Illustrator
Motofumi Fujiwara
Expansion
Arceus · Platinum
Language
English
TCGplayer
85693

Attacks

Stone Barrage 10
Fighting

Flip a coin until you get tails. This attack does 10 damage times the number of heads.

GET /api/v1/pokemon/cards/pl4-65vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-65vrh",
    "name": "Geodude",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/65vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/65vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/65vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85693",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/65vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/65vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/65vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Stone Barrage",
        "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Motofumi Fujiwara",
    "pricing": {
      "currency": "USD",
      "market": 6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6
        },
        {
          "condition": "LP",
          "price": 0.94
        },
        {
          "condition": "MP",
          "price": 0.57
        },
        {
          "condition": "HP",
          "price": 0.77
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "down",
        "percent": -33.33
      }
    }
  }
}