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

← PLAY Promos
Jolteon ☆

Jolteon ☆

Promo #23 Pokémon Basic
Types
Lightning
Illustrator
Masakazu Fukuda
Expansion
PLAY Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/playp_ja-23?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "playp_ja-23",
    "name": "Jolteon ☆",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/23.large.webp"
      }
    ],
    "expansion": {
      "id": "playp_ja",
      "name": "PLAY Promos",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 32,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/playp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/playp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PLAY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/playp_ja/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "abilities": [
      {
        "name": "Yellow Ray",
        "text": "Once during your turn, when you put Jolteon ☆ from your hand onto your Bench, you may put 1 damage counter on each Active Pokémon (both yours and your opponent's).",
        "type": "Poké-Power"
      }
    ],
    "rarity": "Promo",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 4316,
          "low": 3668.6,
          "high": 4963.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 3960,
          "low": 3366,
          "high": 4554,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 11531,
          "low": 19099,
          "high": 19099,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 1472.5,
          "low": 1251.63,
          "high": 1693.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 1218,
          "low": 1035.3,
          "high": 1400.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ]
    }
  }
}