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

← Stormfront
Swinub

Swinub

Common #77 Pokémon Basic HP 50
Types
Fighting
Illustrator
Yukiko Baba
Expansion
Stormfront · Diamond & Pearl
Language
English
TCGplayer
89704

Attacks

Freezing Breath
Water

Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep.

Take Down 20
Fighting

Flip a coin. If tails, Swinub does 10 damage to itself.

GET /api/v1/pokemon/cards/dp7-77?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp7-77",
    "name": "Swinub",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/77.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/77.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/77.large.webp"
      }
    ],
    "expansion": {
      "id": "dp7",
      "name": "Stormfront",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SF",
      "printed_total": 100,
      "release_date": "2008/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89704",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/77.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/77.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/77.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Freezing Breath",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Take Down",
        "text": "Flip a coin. If tails, Swinub does 10 damage to itself.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 0.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.45
        },
        {
          "condition": "LP",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.3
        },
        {
          "condition": "DMG",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.99,
          "low": 15.29,
          "high": 20.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:59.926Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.17
      }
    }
  }
}