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

← Forbidden Light
Pancham

Pancham

Common #65 Pokémon Basic HP 70
Types
Fighting
Illustrator
Midori Harada
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165717

Attacks

Act Tough 10
Fighting

If this Pokémon has any Darkness Energy attached to it, this attack does 30 more damage.

GET /api/v1/pokemon/cards/sm6-65?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-65",
    "name": "Pancham",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/65.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/65.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/65.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165717",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/65.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/65.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/65.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Act Tough",
        "text": "If this Pokémon has any Darkness Energy attached to it, this attack does 30 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.15
        },
        {
          "condition": "MP",
          "price": 0.11
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}