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 2015
Marill

Marill

Common #10 Pokémon Basic HP 70
Types
Fairy
Illustrator
Shigenori Negishi
Expansion
McDonald's Collection 2015 · Other
Language
English
TCGplayer
110430

Attacks

Tackle 10
Colorless
Rollout 20
Fairy · Colorless
GET /api/v1/pokemon/cards/mcd15-10?include=prices 200 31ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd15-10",
    "name": "Marill",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/10.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd15",
      "name": "McDonald's Collection 2015",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2015/11/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "110430",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "10"
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rollout",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 10.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.53
        },
        {
          "condition": "LP",
          "price": 7.92
        },
        {
          "condition": "MP",
          "price": 4.2
        },
        {
          "condition": "HP",
          "price": 3.08
        },
        {
          "condition": "DMG",
          "price": 1.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:09:30.416Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}