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

← Base Set 2
Jynx

Jynx

Uncommon #45 Pokémon Basic HP 70
Types
Psychic
Illustrator
Ken Sugimori
Expansion
Base Set 2 · Base
Language
English
TCGplayer
42508

Attacks

Doubleslap 10
Psychic

Flip 2 coins. This attack does 10 damage times the number of heads.

Meditate 20
Psychic · Psychic · Colorless

Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon.

GET /api/v1/pokemon/cards/base4-45?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base4-45",
    "name": "Jynx",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/45.large.webp"
      }
    ],
    "expansion": {
      "id": "base4",
      "name": "Base Set 2",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Base",
      "code": "B2",
      "printed_total": 130,
      "release_date": "2000/02/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "42508",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Doubleslap",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Meditate",
        "text": "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.14
        },
        {
          "condition": "LP",
          "price": 0.6
        },
        {
          "condition": "MP",
          "price": 0.44
        },
        {
          "condition": "HP",
          "price": 0.37
        },
        {
          "condition": "DMG",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 32.95,
          "low": 28.01,
          "high": 37.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 144.99,
          "low": 121.15,
          "high": 190.35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.95,
          "low": 16.6,
          "high": 29.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.5,
          "low": 11.59,
          "high": 19.9,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:30:41.709Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.59
      }
    }
  }
}