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

← POP Series 7
Stantler

Stantler

Uncommon #9 Pokémon Basic HP 70
Types
Colorless
Illustrator
Kouki Saitou
Expansion
POP Series 7 · POP
Language
English
TCGplayer
89505

Attacks

Lead

Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.

Frighten Horn 20
Colorless · Colorless

If the Defending Pokémon isn't an Evolved Pokémon, that Pokémon is now Confused.

GET /api/v1/pokemon/cards/pop7-9?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop7-9",
    "name": "Stantler",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/9.large.webp"
      }
    ],
    "expansion": {
      "id": "pop7",
      "name": "POP Series 7",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89505",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Lead",
        "text": "Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Frighten Horn",
        "text": "If the Defending Pokémon isn't an Evolved Pokémon, that Pokémon is now Confused.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 14.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.86
        },
        {
          "condition": "LP",
          "price": 6.73
        },
        {
          "condition": "MP",
          "price": 3.32
        },
        {
          "condition": "HP",
          "price": 2.05
        },
        {
          "condition": "DMG",
          "price": 2.37
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:40:56.311Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.13
      }
    }
  }
}