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
Lucario

Lucario

Common #3 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Kent Kanetsuna
Expansion
DP Trainer Kit Lucario · Diamond & Pearl
Language
English
TCGplayer
86875

Attacks

Feint 30
Colorless

This attack's damage isn't affected by Resistance.

Aura Sphere 40
Fighting · Fighting

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

GET /api/v1/pokemon/cards/tk3b-3vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3b-3vh",
    "name": "Lucario",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-3vh.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": "86875",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Feint",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Aura Sphere",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 13.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.89
        },
        {
          "condition": "LP",
          "price": 8.02
        },
        {
          "condition": "MP",
          "price": 3.36
        },
        {
          "condition": "HP",
          "price": 1.72
        },
        {
          "condition": "DMG",
          "price": 1.07
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 16.5,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 290.88,
          "low": 274.18,
          "high": 301.58,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:54:52.136Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25.7
      }
    }
  }
}