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

← Unified Minds
Lucario

Lucario

Rare #117 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
kirisAki
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195072

Attacks

Mach Cross 90
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/sm11-117?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-117",
    "name": "Lucario",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/117.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/117.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/117.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195072",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/117.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/117.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/117.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Tag Coach",
        "text": "Your TAG TEAM Pokémon take 20 less damage from your opponent's attacks (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mach Cross",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 5.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.18
        },
        {
          "condition": "LP",
          "price": 4.73
        },
        {
          "condition": "MP",
          "price": 2.48
        },
        {
          "condition": "HP",
          "price": 2.75
        },
        {
          "condition": "DMG",
          "price": 2.19
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.5,
          "low": 36.13,
          "high": 48.87,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.95
      }
    }
  }
}