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)
Spearow

Spearow

Common #13 ポケモン たね HP 40
Types
Illustrator
Shin-ichi Yoshida
Expansion
Intro Pack (Squirtle) · Other
Language
Japanese
TCGplayer
614663
GET /api/v1/pokemon/cards/ips_ja-13?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ips_ja-13",
    "name": "Spearow",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-13.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": "614663",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-13.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね"
    ],
    "types": [
      "無"
    ],
    "hp": "40",
    "weaknesses": [
      {
        "type": "雷",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Shin-ichi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 8.08,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.1,
          "low": 29.55,
          "high": 38.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15.49,
          "low": 13.17,
          "high": 17.81,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 105.25,
          "low": 100,
          "high": 141.65,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.75,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-16T03:24:56.103Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}