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

← Dragon Blast
Mareep

Mareep

usually #19 Pokémon Basic HP 60
Types
Lightning
Illustrator
sui
Expansion
Dragon Blast · Black & White
Language
Japanese
TCGplayer
601448

Attacks

Cotton Guard
Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).

Thunder Jolt 30
Lightning · Colorless

Flip a coin. If tails, this Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/bw5s_ja-19?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5s_ja-19",
    "name": "Mareep",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/19.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5s_ja",
      "name": "Dragon Blast",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW5",
      "printed_total": 50,
      "release_date": "2012/03/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Blast"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601448",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Cotton Guard",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Thunder Jolt",
        "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 3.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.52
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-23T02:20:12.337Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}