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 2018
Horsea

Horsea

Common #3 Pokémon Basic HP 60
Types
Water
Illustrator
Saya Tsuruta
Expansion
McDonald's Collection 2018 · Other
Language
English
TCGplayer
180449

Attacks

Water Arrow
Water

This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/mcd18-3?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd18-3",
    "name": "Horsea",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/3.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd18",
      "name": "McDonald's Collection 2018",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2018/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "180449",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Arrow",
        "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 14.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.44
        },
        {
          "condition": "LP",
          "price": 9.16
        },
        {
          "condition": "MP",
          "price": 4.81
        },
        {
          "condition": "HP",
          "price": 3.22
        },
        {
          "condition": "DMG",
          "price": 2.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:52.734Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.77
      }
    }
  }
}