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

← Scarlet & Violet
Slowpoke

Slowpoke

Common #42 Pokémon Basic HP 70
Types
Water
Illustrator
Narumi Sato
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
487885

Attacks

Rest
Colorless

This Pokémon is now Asleep. Heal 30 damage from it.

Headbutt 20
Water · Colorless
GET /api/v1/pokemon/cards/sv1-42?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-42",
    "name": "Slowpoke",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/42.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/42.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/42.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "487885",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/42.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/42.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/42.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rest",
        "text": "This Pokémon is now Asleep. Heal 30 damage from it."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Headbutt",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Narumi Sato",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "DMG",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.71,
          "low": 24.71,
          "high": 24.71,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 599.99,
          "low": 509.99,
          "high": 689.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:13:49.240Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.25
      }
    }
  }
}