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

← Paldean Fates
Pelipper

Pelipper

Shiny Rare #204 Pokémon Stage 1 HP 120
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
Paldean Fates · Scarlet & Violet
Language
English
TCGplayer
535200

Attacks

Wing Attack 90
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sv4pt5-204vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4pt5-204vh",
    "name": "Pelipper",
    "number": "204",
    "printed_number": "204",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/204vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/204vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/204vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4pt5",
      "name": "Paldean Fates",
      "total": 245,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAF",
      "printed_total": 91,
      "release_date": "2024/01/26",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "535200",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/204vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/204vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4pt5/204vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Hearsay",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may choose 1: put a Supporter card from your discard pile into your hand; or search your deck for a Supporter card, reveal it, put it into your hand, and then shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wing Attack",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Shiny Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 2.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.86
        },
        {
          "condition": "LP",
          "price": 2.4
        },
        {
          "condition": "MP",
          "price": 1.9
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 55.4,
          "low": 47.09,
          "high": 63.71,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.5,
          "low": 29.5,
          "high": 36,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 72.13,
          "low": 90,
          "high": 90,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.21,
          "low": 22.27,
          "high": 29.04,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:07:25.510Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.03
      }
    }
  }
}