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

← Ultra Force
Palkia-GX

Palkia-GX

Hyper Rare #57 Pokémon BasicGX HP 180
Types
Water
Illustrator
5ban Graphics
Expansion
Ultra Force · Sun & Moon
Language
Japanese
TCGplayer
572390
GET /api/v1/pokemon/cards/sm5p_ja-57vh?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5p_ja-57vh",
    "name": "Palkia-GX",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/57vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/57vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/57vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5p_ja",
      "name": "Ultra Force",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5+",
      "printed_total": 50,
      "release_date": "2018/01/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572390",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/57vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/57vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/57vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Water"
    ],
    "hp": "180",
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 89.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 89.04
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 381.88,
          "low": 375,
          "high": 375,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 136.25,
          "low": 150,
          "high": 150,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:01:23.307Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}