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

← Great Encounters
Zangoose

Zangoose

Uncommon #59 Pokémon Basic HP 70
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
90706

Attacks

Slash 20
Colorless
Cutting Claw 40
Colorless · Colorless · Colorless

If your opponent has Seviper in play, this attack does 40 damage plus 50 more damage.

GET /api/v1/pokemon/cards/dp4-59?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-59",
    "name": "Zangoose",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/59.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90706",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Slash",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cutting Claw",
        "text": "If your opponent has Seviper in play, this attack does 40 damage plus 50 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.74
        },
        {
          "condition": "LP",
          "price": 0.4
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.19
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 36.5,
          "low": 26,
          "high": 47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:18.271Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10.45
      }
    }
  }
}