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

← Pokémon GO
Slowpoke

Slowpoke

Common #19 Pokémon Basic HP 70
Types
Water
Illustrator
N-DESIGN Inc.
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
276949

Attacks

Hold Still
Colorless

Heal 30 damage from this Pokémon.

Ideal Fishing Day
Water

Put an Item card from your discard pile into your hand.

GET /api/v1/pokemon/cards/pgo-19?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-19",
    "name": "Slowpoke",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/19.large.webp"
      }
    ],
    "expansion": {
      "id": "pgo",
      "name": "Pokémon GO",
      "total": 88,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PGO",
      "printed_total": 78,
      "release_date": "2022/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "276949",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hold Still",
        "text": "Heal 30 damage from this Pokémon."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Ideal Fishing Day",
        "text": "Put an Item card from your discard pile into your hand."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24.71,
          "low": 24.71,
          "high": 24.71,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 29.4,
          "low": 49.44,
          "high": 49.44,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5
      }
    }
  }
}