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

← Battle Styles
Morpeko

Morpeko

Uncommon #98 Pokémon Basic HP 80
Types
Darkness
Illustrator
NC Empire
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer
234229

Attacks

Gather Food
Colorless

Put an Item card from your discard pile into your hand.

Hangry Tackle 20
Darkness

If you have no cards in your hand, this attack does 90 more damage.

GET /api/v1/pokemon/cards/swsh5-98?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-98",
    "name": "Morpeko",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/98.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/98.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/98.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5",
      "name": "Battle Styles",
      "total": 183,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BST",
      "printed_total": 163,
      "release_date": "2021/03/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "234229",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/98.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/98.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/98.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gather Food",
        "text": "Put an Item card from your discard pile into your hand."
      },
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Hangry Tackle",
        "text": "If you have no cards in your hand, this attack does 90 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "NC Empire",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:26:10.361Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.64
      }
    }
  }
}