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

← Destined Rivals
Team Rocket's Mareep

Team Rocket's Mareep

Common #72 Pokémon Basic HP 60
Types
Lightning
Illustrator
Teeziro
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
630820

Attacks

Procurement
Colorless

Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck.

Tiny Bolt 10
Lightning
GET /api/v1/pokemon/cards/sv10-72vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-72vrh",
    "name": "Team Rocket's Mareep",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/72vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/72vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/72vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "630820",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/72vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/72vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/72vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Procurement",
        "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Tiny Bolt",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:35:20.355Z",
      "trend_7d": {
        "direction": "up",
        "percent": 15
      }
    }
  }
}