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

← Platinum
Squirtle

Squirtle

Common #96 Pokémon Basic HP 60
Types
Water
Illustrator
Masakazu Fukuda
Expansion
Platinum · Platinum
Language
English
TCGplayer
89495

Attacks

Skull Bash 10
Colorless
Bite 20
Water · Colorless
GET /api/v1/pokemon/cards/pl1-96?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-96",
    "name": "Squirtle",
    "number": "96",
    "printed_number": "96",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/96.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/96.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/96.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89495",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/96.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/96.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/96.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Skull Bash",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 7.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.37
        },
        {
          "condition": "LP",
          "price": 4.09
        },
        {
          "condition": "MP",
          "price": 1.43
        },
        {
          "condition": "HP",
          "price": 1.05
        },
        {
          "condition": "DMG",
          "price": 1.23
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 51.75,
          "low": 60,
          "high": 60,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 460,
          "low": 391,
          "high": 529,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 53.75,
          "low": 50.29,
          "high": 57.2,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27,
          "low": 26.65,
          "high": 27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.5,
          "low": 25,
          "high": 37.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:59:05.959Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.59
      }
    }
  }
}