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 2016
Vulpix

Vulpix

Common #1 Pokémon Basic HP 60
Types
Fire
Illustrator
kirisAki
Expansion
McDonald's Collection 2016 · Other
Language
English
TCGplayer
275057

Attacks

Roar
Colorless

Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.

Gnaw 10
Fire
GET /api/v1/pokemon/cards/mcd16-1?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd16-1",
    "name": "Vulpix",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/1.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd16",
      "name": "McDonald's Collection 2016",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2016/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "275057",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Roar",
        "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon."
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Gnaw",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 179.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 179.99
        },
        {
          "condition": "LP",
          "price": 139.99
        },
        {
          "condition": "MP",
          "price": 66.19
        },
        {
          "condition": "HP",
          "price": 54.99
        },
        {
          "condition": "DMG",
          "price": 42.49
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:35:08.083Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}