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

← POP Series 6
Lucario

Lucario

Rare #2 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Kouki Saitou
Expansion
POP Series 6 · POP
Language
English
TCGplayer
86874

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/pop6-2?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-2",
    "name": "Lucario",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/2.large.webp"
      }
    ],
    "expansion": {
      "id": "pop6",
      "name": "POP Series 6",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86874",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/2.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": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 32.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 32.24
        },
        {
          "condition": "LP",
          "price": 23.14
        },
        {
          "condition": "MP",
          "price": 16.42
        },
        {
          "condition": "HP",
          "price": 16.59
        },
        {
          "condition": "DMG",
          "price": 2.39
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 88.85,
          "low": 140,
          "high": 140,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 41,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:09:48.747Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.68
      }
    }
  }
}