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 5
Pelipper δ

Pelipper δ

Common #14 Pokémon Stage 1 HP 70
Types
Lightning
Illustrator
Mitsuhiro Arita
Expansion
POP Series 5 · POP
Language
English
TCGplayer
87981

Attacks

Lightning Wing 50
Lightning · Colorless · Colorless

Does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pop5-14?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop5-14",
    "name": "Pelipper δ",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/14.large.webp"
      }
    ],
    "expansion": {
      "id": "pop5",
      "name": "POP Series 5",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87981",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Mist",
        "text": "Any damage done to Pelipper by attacks from Stage 2 Evolved Pokémon (both yours and your opponent's) is reduced by 30 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Lightning Wing",
        "text": "Does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 5.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.05
        },
        {
          "condition": "LP",
          "price": 1.7
        },
        {
          "condition": "MP",
          "price": 1.34
        },
        {
          "condition": "HP",
          "price": 0.85
        },
        {
          "condition": "DMG",
          "price": 1.6
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 10,
          "high": 15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.03,
          "low": 17.03,
          "high": 17.03,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:58:59.219Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}