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

← LEGEND Promos
Phanpy

Phanpy

Promo #9 Pokémon Basic HP 60
Types
Fighting
Illustrator
Ken Sugimori
Expansion
LEGEND Promos · LEGEND
Language
Japanese
TCGplayer
608556
GET /api/v1/pokemon/cards/lp_ja-9vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "lp_ja-9vh",
    "name": "Phanpy",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-9vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-9vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-9vh.large.webp"
      }
    ],
    "expansion": {
      "id": "lp_ja",
      "name": "LEGEND Promos",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "printed_total": 92,
      "release_date": "2009/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "LEGEND Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608556",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-9vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-9vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-9vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Ultra-Thick Skin",
        "text": "As long as Phanpy has any Energy attached to it, any damage done to Phanpy by attacks is reduced by 10 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 65.49,
          "low": 55.67,
          "high": 75.31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.22,
          "low": 14,
          "high": 29.19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 315.5,
          "low": 255.97,
          "high": 377.48,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 11,
          "high": 12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49.28,
          "low": 60.75,
          "high": 60.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-30T08:18:38.630Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}