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

← Spiral Force
Eevee

Eevee

usually #42 Pokémon Basic
Types
Colorless
Illustrator
Naoki Saito
Expansion
Spiral Force · Black & White
Language
Japanese
TCGplayer
602204

Attacks

Growl
Colorless

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).

Quick Attack 10+
Colorless · Colorless

Flip a coin. If heads, this attack does 10 more damage.

GET /api/v1/pokemon/cards/bw8s_ja-42?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8s_ja-42",
    "name": "Eevee",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/42.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/42.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/42.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8s_ja",
      "name": "Spiral Force",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Spiral Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602204",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/42.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/42.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/42.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Growl",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 more damage.",
        "damage": "10+"
      }
    ],
    "rarity": "usually",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 7.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.12
        },
        {
          "condition": "LP",
          "price": 4
        },
        {
          "condition": "MP",
          "price": 5
        },
        {
          "condition": "HP",
          "price": 3.19
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38.03,
          "low": 18,
          "high": 58.06,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 85,
          "low": 72.25,
          "high": 97.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.63,
          "low": 32.59,
          "high": 53.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:55:16.429Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.79
      }
    }
  }
}