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 2021
Popplio

Popplio

Common #23 Pokémon Basic HP 70
Types
Water
Illustrator
Kouki Saitou
Expansion
McDonald's Collection 2021 · Other
Language
English
TCGplayer
232337

Attacks

Pound 10
Water
Water Gun 20
Water · Colorless
GET /api/v1/pokemon/cards/mcd21-23?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd21-23",
    "name": "Popplio",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/23.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd21",
      "name": "McDonald's Collection 2021",
      "total": 25,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 25,
      "release_date": "2021/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd21.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd21.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "232337",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd21/23.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": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "HP",
          "price": 0.27
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 101.6,
          "low": 96.9,
          "high": 144.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.14,
          "low": 8.35,
          "high": 23.14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:52:20.601Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.56
      }
    }
  }
}