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

← Gold, Silver, to a New World...
Slowpoke

Slowpoke

Common #79 Pokémon Basic HP 50
Types
Psychic
Illustrator
Tomokazu Komiya
Expansion
Gold, Silver, to a New World... · Neo
Language
Japanese
TCGplayer

Attacks

Psyshock 10
Psychic

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Water Gun 10+
Water

Does 10 damage plus 10 more damage for each Water Energy attached to Slowpoke but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.

GET /api/v1/pokemon/cards/neo1_ja-45?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1_ja-45",
    "name": "Slowpoke",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-45.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1_ja",
      "name": "Gold, Silver, to a New World...",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 96,
      "release_date": "2000/02/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gold, Silver, to a New World..."
        }
      }
    },
    "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/neo1_ja-45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psyshock",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Gun",
        "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Slowpoke but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "LP",
          "price": 0.97
        },
        {
          "condition": "MP",
          "price": 0.73
        },
        {
          "condition": "HP",
          "price": 0.45
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 34.5,
          "low": 29.33,
          "high": 39.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 570,
          "low": 506,
          "high": 783.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 20.26,
          "low": 17.22,
          "high": 23.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 24.34,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:32:14.283Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25.06
      }
    }
  }
}