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

← DP Trainer Kit Lucario
Graveler

Graveler

Common #2 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Mitsuhiro Arita
Expansion
DP Trainer Kit Lucario · Diamond & Pearl
Language
English
TCGplayer
85893

Attacks

Rock Cannon 30×
Fighting · Colorless

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

Rock Slide 40
Fighting · Colorless · Colorless

Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/tk3b-2?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3b-2",
    "name": "Graveler",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-2.large.webp"
      }
    ],
    "expansion": {
      "id": "tk3b",
      "name": "DP Trainer Kit Lucario",
      "total": 11,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "printed_total": 11,
      "release_date": "2007/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85893",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rock Cannon",
        "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rock Slide",
        "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 0.39
        },
        {
          "condition": "MP",
          "price": 0.41
        },
        {
          "condition": "HP",
          "price": 0.41
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T02:29:27.300Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}