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

← Rising Rivals
Trapinch

Trapinch

Common #84 Pokémon Basic HP 50
Types
Fighting
Illustrator
Atsuko Nishida
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
90024

Attacks

Grind 10
Colorless

Does 10 damage times the amount of Energy attached to Trapinch.

GET /api/v1/pokemon/cards/pl2-84?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-84",
    "name": "Trapinch",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/84.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/84.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/84.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90024",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/84.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/84.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/84.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Gather Sand",
        "text": "Once during your turn (before your attack), if Trapinch is your Active Pokémon, you may search your discard pile for a basic Fighting card and attach it to Trapinch.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Grind",
        "text": "Does 10 damage times the amount of Energy attached to Trapinch.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.36
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.86
      }
    }
  }
}