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

← Cry from the Mysterious
Mesprit

Mesprit

Rare #1003 ポケモン たね HP 70
Types
Illustrator
Ken Sugimori
Expansion
Cry from the Mysterious · Diamond & Pearl
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/dp5c_ja-1003?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5c_ja-1003",
    "name": "Mesprit",
    "number": "1003",
    "printed_number": "1003",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-1003.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-1003.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-1003.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5c_ja",
      "name": "Cry from the Mysterious",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 63,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cry from the Mysterious"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-1003.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-1003.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-1003.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね"
    ],
    "types": [
      "超"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Psychic Bind",
        "text": "Once during your turn, when you put Mesprit from your hand onto your Bench, you may use this power. Your opponent can't use any Poké-Powers on his or her Pokémon during your opponent's next turn.",
        "type": "ポケパワー"
      }
    ],
    "weaknesses": [
      {
        "type": "超",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.44,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-22T16:49:13.558Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}