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

← Moonlit Pursuit
Lunatone

Lunatone

usually #390 Pokémon Basic HP 60
Types
Fighting
Illustrator
Ken Sugimori
Expansion
Moonlit Pursuit · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Knock Over 20
Colorless

You may discard any Stadium card in play.

GET /api/v1/pokemon/cards/dp4m_ja-390?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4m_ja-390",
    "name": "Lunatone",
    "number": "390",
    "printed_number": "390",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-390.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-390.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-390.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4m_ja",
      "name": "Moonlit Pursuit",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Moonlit Pursuit"
        }
      }
    },
    "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/dp4m_ja-390.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-390.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-390.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Gravity Change",
        "text": "Once during your turn (before your attack), you may discard a card from your hand. Then, if you have Solrock in play, draw a card. This power can't be used if Lunatone is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Knock Over",
        "text": "You may discard any Stadium card in play.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "usually",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T10:46:36.242Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}