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

← Platinum
Weavile G

Weavile G

Rare Holo #17 Pokémon BasicSP HP 80
Types
Darkness
Illustrator
Makoto Imai
Expansion
Platinum · Platinum
Language
English
TCGplayer
90536

Attacks

Call for Family

Search your deck for up to 2 basic Pokémon SP and put them onto your Bench. Shuffle your deck afterward.

Team Attack 10
Darkness · Colorless · Colorless

Does 10 damage plus 10 more damage for each Pokémon SP you have in play.

GET /api/v1/pokemon/cards/pl1-17vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-17vrh",
    "name": "Weavile G",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90536",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Call for Family",
        "text": "Search your deck for up to 2 basic Pokémon SP and put them onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Team Attack",
        "text": "Does 10 damage plus 10 more damage for each Pokémon SP you have in play.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Makoto Imai",
    "pricing": {
      "currency": "USD",
      "market": 9.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.99
        },
        {
          "condition": "LP",
          "price": 5.32
        },
        {
          "condition": "MP",
          "price": 2.44
        },
        {
          "condition": "HP",
          "price": 2.85
        },
        {
          "condition": "DMG",
          "price": 1.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 300,
          "low": 255,
          "high": 345,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 81.15,
          "low": 107.01,
          "high": 107.01,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-19T04:41:29.788Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}