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 7
Delibird

Delibird

Uncommon #6 Pokémon Basic HP 70
Types
Water
Illustrator
Masakazu Fukuda
Expansion
POP Series 7 · POP
Language
English
TCGplayer
84749

Attacks

Present

Flip a coin. If heads, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward.

Ice Ball 20
Water
GET /api/v1/pokemon/cards/pop7-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop7-6",
    "name": "Delibird",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/6.large.webp"
      }
    ],
    "expansion": {
      "id": "pop7",
      "name": "POP Series 7",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84749",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Present",
        "text": "Flip a coin. If heads, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Ice Ball",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 24.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.84
        },
        {
          "condition": "LP",
          "price": 10.8
        },
        {
          "condition": "MP",
          "price": 10.67
        },
        {
          "condition": "HP",
          "price": 9.16
        },
        {
          "condition": "DMG",
          "price": 5.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14.99,
          "low": 14.99,
          "high": 14.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:33:45.740Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.6
      }
    }
  }
}