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

← Rising Fist
Jynx

Jynx

Non #35 Pokémon Basic HP 70
Types
Psychic
Illustrator
Naoki Saito
Expansion
Rising Fist · XY
Language
Japanese
TCGplayer
603485

Attacks

Hug 30
Psychic · Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/xy3_ja-35?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3_ja-35",
    "name": "Jynx",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/35.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3_ja",
      "name": "Rising Fist",
      "total": 105,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY3",
      "printed_total": 96,
      "release_date": "2014/06/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rising Fist"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603485",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Victory Kiss",
        "text": "Once during your turn (before your attack), if this Pokémon is on your Bench, you may heal 10 damage from your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hug",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.11
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 255,
          "low": 163.8,
          "high": 273.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-07-30T02:56:06.630Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}