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

← POP Series 1
Plusle

Plusle

Common #13 Pokémon Basic HP 50
Types
Lightning
Illustrator
Ken Sugimori
Expansion
POP Series 1 · POP
Language
English
TCGplayer
88163

Attacks

Quick Attack 10
Colorless

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

Agility 20
Lightning · Colorless

Flip a coin. If heads, prevent all effects of an attack, including damage, done to Plusle during your opponent's next turn.

GET /api/v1/pokemon/cards/pop1-13?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop1-13",
    "name": "Plusle",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/13.large.webp"
      }
    ],
    "expansion": {
      "id": "pop1",
      "name": "POP Series 1",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88163",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Agility",
        "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Plusle during your opponent's next turn.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 5.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.41
        },
        {
          "condition": "LP",
          "price": 3.82
        },
        {
          "condition": "MP",
          "price": 2.35
        },
        {
          "condition": "HP",
          "price": 0.88
        },
        {
          "condition": "DMG",
          "price": 0.88
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 27.16,
          "low": 27.16,
          "high": 27.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.5,
          "low": 20,
          "high": 32.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 22,
          "low": 22,
          "high": 22,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 3965,
          "low": 3370.25,
          "high": 4559.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 7,
          "high": 5700,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.98,
          "low": 20.5,
          "high": 20.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:51:41.782Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.85
      }
    }
  }
}