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
Krabby

Krabby

Common #75 Pokémon Basic HP 60
Types
Water
Illustrator
Ken Sugimori
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
86526

Attacks

Irongrip 10
Colorless
Guillotine 30
Water · Colorless
GET /api/v1/pokemon/cards/dp4-75?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-75",
    "name": "Krabby",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/75.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/75.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/75.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": "86526",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/75.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/75.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/75.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Irongrip",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Guillotine",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        },
        {
          "condition": "LP",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.15
        },
        {
          "condition": "HP",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 17,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 120,
          "low": 102,
          "high": 138,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 59,
          "low": 50.15,
          "high": 67.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:18.271Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}