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

← Intro Pack (Squirtle)
Squirtle

Squirtle

Common #37 ポケモン たね HP 50
Types
Illustrator
Sumiyoshi Kizuki
Expansion
Intro Pack (Squirtle) · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/ips_ja-37?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ips_ja-37",
    "name": "Squirtle",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-37.large.webp"
      }
    ],
    "expansion": {
      "id": "ips_ja",
      "name": "Intro Pack (Squirtle)",
      "total": 41,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 40,
      "release_date": "1999/07/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ips_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ips_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intro Pack (Squirtle)"
        }
      }
    },
    "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/ips_ja-37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-37.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね"
    ],
    "types": [
      "水"
    ],
    "hp": "50",
    "weaknesses": [
      {
        "type": "雷",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 120,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "7",
          "value": 64,
          "low": 54.4,
          "high": 73.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 48,
          "low": 40.8,
          "high": 55.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 74.2,
          "low": 63.07,
          "high": 85.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 60,
          "low": 42,
          "high": 60,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1497.5,
          "low": 750,
          "high": 1662.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 105.38,
          "low": 75.25,
          "high": 135.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 42.5,
          "low": 29,
          "high": 222.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 299,
          "low": 263.8,
          "high": 319.79,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:27:51.875Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}