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

← Detective Pikachu
Morelull

Morelull

Common #3 Pokémon Basic HP 50
Types
Grass
Illustrator
MPC Film
Expansion
Detective Pikachu · Sun & Moon
Language
English
TCGplayer
186004

Attacks

Sleep Spore 10
Grass

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/det1-3vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "det1-3vh",
    "name": "Morelull",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "det1",
      "name": "Detective Pikachu",
      "total": 18,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DET",
      "printed_total": 18,
      "release_date": "2019/04/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/det1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/det1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "186004",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/det1/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Sleep Spore",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "MPC Film",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "HP",
          "price": 0.19
        },
        {
          "condition": "DMG",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 24,
          "low": 24,
          "high": 24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "7.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.05,
          "low": 40.45,
          "high": 40.45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14,
          "low": 12.75,
          "high": 14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7.38,
          "low": 7,
          "high": 8.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:21.207Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.7
      }
    }
  }
}