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

← Unified Minds
Mareanie

Mareanie

Common #96 Pokémon Basic HP 70
Types
Psychic
Illustrator
Saya Tsuruta
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195029

Attacks

Peck 10
Psychic
GET /api/v1/pokemon/cards/sm11-96?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-96",
    "name": "Mareanie",
    "number": "96",
    "printed_number": "96",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/96.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/96.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/96.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195029",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/96.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/96.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/96.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Peck",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "HP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.11,
          "low": 7.74,
          "high": 10.48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}