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

← McDonald's Collection 2017
Popplio

Popplio

Common #4 Pokémon Basic HP 70
Types
Water
Illustrator
Kouki Saitou
Expansion
McDonald's Collection 2017 · Other
Language
English
TCGplayer
152684

Attacks

Pound 10
Water
Water Gun 20
Water · Colorless
GET /api/v1/pokemon/cards/mcd17-4vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd17-4vh",
    "name": "Popplio",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd17",
      "name": "McDonald's Collection 2017",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2017/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152684",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Gun",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.83
        },
        {
          "condition": "MP",
          "price": 1.74
        },
        {
          "condition": "HP",
          "price": 1.35
        },
        {
          "condition": "DMG",
          "price": 0.82
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:27:45.293Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.52
      }
    }
  }
}