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

← Secret Wonders
Stantler

Stantler

Common #113 Pokémon Basic HP 70
Types
Colorless
Illustrator
Kouki Saitou
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
89504

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/dp3-113?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-113",
    "name": "Stantler",
    "number": "113",
    "printed_number": "113",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/113.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/113.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/113.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89504",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/113.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/113.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/113.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": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}