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

← Collect 151 Journey
Jynx Ex

Jynx Ex

Rare #183/151 Pokémon Basic HP 200
Types
Water
Illustrator
Ayaka Yoshida
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Heart-Stopping Kiss
Colorless · Colorless · Colorless

If your opponent's Active Pokémon is Asleep, it is Knocked Out.

Icy Wind 120
Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/c151j-183?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-183",
    "name": "Jynx Ex",
    "number": "183/151",
    "printed_number": "183/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-183.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-183.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-183.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-183.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-183.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-183.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heart-Stopping Kiss",
        "text": "If your opponent's Active Pokémon is Asleep, it is Knocked Out."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Icy Wind",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 2.51,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 52,
          "low": 51.25,
          "high": 54.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 24,
          "low": 24,
          "high": 25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "8",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 14.14,
          "low": 13.9,
          "high": 14.37,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 15.5,
          "low": 15.25,
          "high": 15.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.12,
          "low": 39.23,
          "high": 42.39,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.67,
          "low": 13.32,
          "high": 14.39,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 24,
          "low": 24,
          "high": 25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:26:21.699Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}