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

← Rocket Gang Strikes Back
Mareep

Mareep

usually #36 Pokémon Basic HP 50
Types
Lightning
Illustrator
Naoyo Kimura
Expansion
Rocket Gang Strikes Back · PCG
Language
Japanese
TCGplayer
613159

Attacks

Minor Errand-Running
Colorless

Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.

Quick Attack 10+
Lightning · Colorless

Flip a coin. If heads, this attack does 10 damage plus 10 more damage.

GET /api/v1/pokemon/cards/pcg3_ja-36?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg3_ja-36",
    "name": "Mareep",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/36.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg3_ja",
      "name": "Rocket Gang Strikes Back",
      "total": 85,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 84,
      "release_date": "2004/10/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rocket Gang Strikes Back"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613159",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Minor Errand-Running",
        "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 2.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.3
        },
        {
          "condition": "HP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.6,
          "low": 8.16,
          "high": 11.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-21T03:12:45.369Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}