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

← Emerald
Marshtomp

Marshtomp

Uncommon #36 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Atsuko Nishida
Expansion
Emerald · EX
Language
English
TCGplayer
87235

Attacks

Super Hypno Wave 10
Colorless

The Defending Pokémon is now Asleep.

Surf 50
Water · Water · Colorless
GET /api/v1/pokemon/cards/ex9-36?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex9-36",
    "name": "Marshtomp",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/36.large.webp"
      }
    ],
    "expansion": {
      "id": "ex9",
      "name": "Emerald",
      "total": 107,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "EM",
      "printed_total": 106,
      "release_date": "2005/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87235",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Super Hypno Wave",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Surf",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.63,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.63
        },
        {
          "condition": "LP",
          "price": 1.27
        },
        {
          "condition": "MP",
          "price": 1.17
        },
        {
          "condition": "HP",
          "price": 0.91
        },
        {
          "condition": "DMG",
          "price": 0.68
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 92.61,
          "low": 78.72,
          "high": 106.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 35.5,
          "low": 30.18,
          "high": 40.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 77.5,
          "low": 65.88,
          "high": 89.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:15:03.020Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}