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

← Generations
Espurr

Espurr

Common #RC14 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kanako Eo
Expansion
Generations · XY
Language
English
TCGplayer
113756

Attacks

Twinkle
Psychic

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/g1-RC14?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-RC14",
    "name": "Espurr",
    "number": "RC14",
    "printed_number": "RC14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC14.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113756",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Twinkle",
        "text": "Your opponent's Active Pokémon is now Asleep."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 21.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 21.08
        },
        {
          "condition": "LP",
          "price": 16.63
        },
        {
          "condition": "MP",
          "price": 16.38
        },
        {
          "condition": "HP",
          "price": 11.64
        },
        {
          "condition": "DMG",
          "price": 9.08
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 24.07,
          "low": 20.46,
          "high": 27.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 212.5,
          "low": 180.63,
          "high": 244.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.28,
          "low": 18.5,
          "high": 18.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.75,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T04:00:11.003Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.53
      }
    }
  }
}