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

← Surging Sparks
Mesprit

Mesprit

Common #79 Pokémon Basic HP 70
Types
Psychic
Illustrator
HYOGONOSUKE
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590002

Attacks

Full Heart
Colorless

Attach up to 2 Basic Psychic Energy cards from your hand to your Pokémon in any way you like.

Guardian Burst 160
Psychic · Psychic

If you don't have Uxie and Azelf on your Bench, this attack does nothing.

GET /api/v1/pokemon/cards/sv8-79vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-79vrh",
    "name": "Mesprit",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/79vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/79vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/79vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590002",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/79vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/79vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/79vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Full Heart",
        "text": "Attach up to 2 Basic Psychic Energy cards from your hand to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Guardian Burst",
        "text": "If you don't have Uxie and Azelf on your Bench, this attack does nothing.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": 0.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.3
        },
        {
          "condition": "LP",
          "price": 0.29
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 10,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.45
      }
    }
  }
}