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

← HeartGold & SoulSilver
Mareep

Mareep

Common #73 Pokémon Basic HP 40
Types
Lightning
Illustrator
Masakazu Fukuda
Expansion
HeartGold & SoulSilver · HeartGold & SoulSilver
Language
English
TCGplayer
87204

Attacks

Static Electricity
Colorless

Search your deck for a number of Lightning Energy cards up to the number of Mareep in play (both yours and your opponent's) and attach them to Mareep. Shuffle your deck afterward.

Ram 20
Colorless · Colorless
GET /api/v1/pokemon/cards/hgss1-73?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss1-73",
    "name": "Mareep",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/73.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/73.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/73.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss1",
      "name": "HeartGold & SoulSilver",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "HS",
      "printed_total": 123,
      "release_date": "2010/02/10",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87204",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/73.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/73.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/73.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Static Electricity",
        "text": "Search your deck for a number of Lightning Energy cards up to the number of Mareep in play (both yours and your opponent's) and attach them to Mareep. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ram",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.59
        },
        {
          "condition": "LP",
          "price": 0.56
        },
        {
          "condition": "MP",
          "price": 0.37
        },
        {
          "condition": "HP",
          "price": 0.27
        },
        {
          "condition": "DMG",
          "price": 0.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:33:23.964Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.69
      }
    }
  }
}