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
Sentret

Sentret

Promo #22 Pokémon Basic HP 50
Types
Colorless
Illustrator
MAHOU
Expansion
LEGEND Promos · LEGEND
Language
Japanese
TCGplayer
608561
GET /api/v1/pokemon/cards/lp_ja-22vh?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "lp_ja-22vh",
    "name": "Sentret",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-22vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-22vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-22vh.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": "608561",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-22vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-22vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-22vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 52.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 52.24
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 47,
          "low": 39.95,
          "high": 54.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 68.28,
          "low": 79,
          "high": 79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 115,
          "low": 115,
          "high": 115,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 384,
          "low": 314.7,
          "high": 417.55,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 72.13,
          "low": 117.5,
          "high": 117.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-10T04:19:39.699Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}