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

← Crossing the Ruins...
Pupitar

Pupitar

Uncommon #247 Pokémon Stage 1 HP 70
Types
Fighting
Illustrator
Hironobu Yoshida
Expansion
Crossing the Ruins... · Neo
Language
Japanese
TCGplayer

Attacks

Skull Bash 20
Colorless · Colorless
Dust Devil
Fighting · Fighting

Does 10 damage to each non-Fighting Pokémon in play. Don't apply Weakness and Resistance.

GET /api/v1/pokemon/cards/neo2_ja-36?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2_ja-36",
    "name": "Pupitar",
    "number": "247",
    "printed_number": "247",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-36.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2_ja",
      "name": "Crossing the Ruins...",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 56,
      "release_date": "2000/07/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Crossing the Ruins..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Skull Bash",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Dust Devil",
        "text": "Does 10 damage to each non-Fighting Pokémon in play. Don't apply Weakness and Resistance."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 1.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.65
        },
        {
          "condition": "LP",
          "price": 1.09
        },
        {
          "condition": "MP",
          "price": 0.79
        },
        {
          "condition": "HP",
          "price": 0.85
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 79.99,
          "low": 67.99,
          "high": 91.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 55.15,
          "low": 69.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.77,
          "low": 48.48,
          "high": 48.48,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:18:14.013Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.33
      }
    }
  }
}