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

← Pokémon GO
Pupitar

Pupitar

Non #38 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Sumiyoshi Kizuki
Expansion
Pokémon GO · Sword & Shield
Language
Japanese
TCGplayer

Attacks

Crash Bullet 20
Colorless

This attack also does 20 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)

Tackle 70
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh10b_ja-38?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10b_ja-38",
    "name": "Pupitar",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/38.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10b_ja",
      "name": "Pokémon GO",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10b",
      "printed_total": 71,
      "release_date": "2022/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon GO"
        }
      }
    },
    "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/swsh10b_ja/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Crash Bullet",
        "text": "This attack also does 20 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tackle",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:32:34.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}