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

← Space Time Creation
Marill

Marill

usually #211 Pokémon Basic HP 60
Types
Water
Illustrator
Atsuko Nishida
Expansion
Space Time Creation · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Rollout 10+
Colorless

If Marill is evolved from Azurill, this attack does 10 damage plus 20 more damage.

Splashing Turn 20
Water · Water

Switch Marill with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/dp1_ja-211?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1_ja-211",
    "name": "Marill",
    "number": "211",
    "printed_number": "211",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-211.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-211.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-211.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1_ja",
      "name": "Space Time Creation",
      "total": 130,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP1",
      "printed_total": 130,
      "release_date": "2006/11/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Time Creation"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-211.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-211.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-211.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rollout",
        "text": "If Marill is evolved from Azurill, this attack does 10 damage plus 20 more damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Splashing Turn",
        "text": "Switch Marill with 1 of your Benched Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "LP",
          "price": 3.1
        },
        {
          "condition": "HP",
          "price": 1.59
        },
        {
          "condition": "DMG",
          "price": 1.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.71,
          "low": 10.8,
          "high": 10.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 71.25,
          "low": 40,
          "high": 102.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:12:39.712Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}