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

← Team Rocket Returns
Slowpoke

Slowpoke

Common #76 Pokémon Basic HP 50
Types
Psychic
Illustrator
Atsuko Nishida
Expansion
Team Rocket Returns · EX
Language
English
TCGplayer
89328

Attacks

Bite 10
Colorless
GET /api/v1/pokemon/cards/ex7-76?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex7-76",
    "name": "Slowpoke",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/76.large.webp"
      }
    ],
    "expansion": {
      "id": "ex7",
      "name": "Team Rocket Returns",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "TRR",
      "printed_total": 109,
      "release_date": "2004/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89328",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Dense",
        "text": "Any damage done to Slowpoke by attacks from your opponent's Evolved Pokémon is reduced by 10 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 8.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.58
        },
        {
          "condition": "LP",
          "price": 6.91
        },
        {
          "condition": "MP",
          "price": 3.94
        },
        {
          "condition": "HP",
          "price": 3.37
        },
        {
          "condition": "DMG",
          "price": 3.63
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 31.5,
          "low": 19,
          "high": 34,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15.6,
          "low": 20,
          "high": 20,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 17,
          "low": 16,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 340,
          "low": 312,
          "high": 352,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 34.86,
          "low": 32.63,
          "high": 38.04,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 34.91,
          "low": 15.08,
          "high": 126.3,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.5,
          "low": 32.6,
          "high": 41,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:40:06.773Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.12
      }
    }
  }
}