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

← POP Series 3
Marshtomp

Marshtomp

Common #15 Pokémon Stage 1 HP 70
Types
Fighting
Illustrator
Midori Harada
Expansion
POP Series 3 · POP
Language
English
TCGplayer
87236

Attacks

Mud Slap 20
Fighting
Double-edge 40
Colorless · Colorless · Colorless

Marshtomp does 10 damage to itself.

GET /api/v1/pokemon/cards/pop3-15?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop3-15",
    "name": "Marshtomp",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/15.large.webp"
      }
    ],
    "expansion": {
      "id": "pop3",
      "name": "POP Series 3",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2006/04/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87236",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Mud Slap",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double-edge",
        "text": "Marshtomp does 10 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 3.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.5
        },
        {
          "condition": "MP",
          "price": 2.66
        },
        {
          "condition": "HP",
          "price": 3.44
        },
        {
          "condition": "DMG",
          "price": 1.88
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.97,
          "low": 14,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 154,
          "low": 130.9,
          "high": 177.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 8,
          "high": 12.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 62.88,
          "low": 50.5,
          "high": 94.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:02:56.728Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}