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

← Perfect Order
Spinarak

Spinarak

Common #1 Pokémon Basic HP 60
Types
Grass
Illustrator
Katsunori Sato
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684397

Attacks

Gooey Thread 10
Grass

During your opponent's next turn, the Defending Pokémon can't retreat.

GET /api/v1/pokemon/cards/me3-1?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-1",
    "name": "Spinarak",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-1.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684397",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Gooey Thread",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Katsunori Sato",
    "pricing": {
      "currency": "USD",
      "market": 0.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.08
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -11.11
      }
    }
  }
}