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

← Aquapolis
Marill

Marill

Uncommon #53 Pokémon Basic HP 50
Types
Water
Illustrator
Yukiko Baba
Expansion
Aquapolis · E-Card
Language
English
TCGplayer
87212

Attacks

Headbutt 10
Colorless
Sleepy Ball 10
Water · Colorless

The Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/ecard2-53vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2-53vrh",
    "name": "Marill",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/53vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/53vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/53vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2",
      "name": "Aquapolis",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "AQ",
      "printed_total": 147,
      "release_date": "2003/01/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87212",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/53vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/53vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/53vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Headbutt",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sleepy Ball",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22
        },
        {
          "condition": "MP",
          "price": 17.21
        },
        {
          "condition": "HP",
          "price": 14.67
        },
        {
          "condition": "DMG",
          "price": 11.82
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "8",
          "value": 87.74,
          "low": 74.58,
          "high": 100.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 180,
          "low": 153,
          "high": 207,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 142.5,
          "low": 121.13,
          "high": 163.88,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 82.25,
          "low": 139.99,
          "high": 139.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 37.44,
          "low": 27.58,
          "high": 27.58,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 332.31,
          "low": 324.5,
          "high": 480.46,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-28T16:20:53.295Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}