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

← Next Destinies
Hippopotas

Hippopotas

Common #65 Pokémon Basic HP 90
Types
Fighting
Illustrator
match
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
86082

Attacks

Sand Jet
Fighting

Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Bite 30
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/bw4-65?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-65",
    "name": "Hippopotas",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/65.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/65.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/65.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86082",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/65.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/65.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/65.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Sand Jet",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bite",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "HP",
          "price": 0.01
        },
        {
          "condition": "DMG",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:44:23.806Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.52
      }
    }
  }
}