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

← Ruby & Sapphire
Marshtomp

Marshtomp

Uncommon #40 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Ruby & Sapphire · EX
Language
English
TCGplayer
87232

Attacks

Bubble 10
Water

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Slash 40
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/ex1-40vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex1-40vrh",
    "name": "Marshtomp",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/40vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/40vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/40vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex1",
      "name": "Ruby & Sapphire",
      "total": 109,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RS",
      "printed_total": 109,
      "release_date": "2003/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87232",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/40vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/40vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/40vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Bubble",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slash",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15
        },
        {
          "condition": "LP",
          "price": 14
        },
        {
          "condition": "MP",
          "price": 8.46
        },
        {
          "condition": "HP",
          "price": 9
        },
        {
          "condition": "DMG",
          "price": 5.66
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 39.99,
          "low": 39.99,
          "high": 39.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25.8,
          "low": 25.8,
          "high": 32.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 74.99,
          "low": 63.74,
          "high": 86.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 45,
          "low": 41.74,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 44.44,
          "low": 21,
          "high": 60,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:46.056Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.23
      }
    }
  }
}