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-17vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-17vh",
    "name": "Weavile G",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/17vh.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": 6.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.43
        },
        {
          "condition": "LP",
          "price": 5.32
        },
        {
          "condition": "MP",
          "price": 2.44
        },
        {
          "condition": "HP",
          "price": 2.85
        },
        {
          "condition": "DMG",
          "price": 1.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 21.24,
          "low": 12.5,
          "high": 21.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 39.99,
          "low": 33.12,
          "high": 39.99,
          "confidence": "med",
          "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": 45.92,
          "low": 42.1,
          "high": 66.89,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 76.35,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "7",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:33.156Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}