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

← Evolving Skies
Feebas

Feebas

Common #37 Pokémon BasicRapid Strike HP 30
Types
Water
Illustrator
tetsuya koizumi
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246846

Attacks

Flail Around 10
Water

Flip 3 coins. This attack does 10 damage for each heads.

GET /api/v1/pokemon/cards/swsh7-37?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-37",
    "name": "Feebas",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/37.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7",
      "name": "Evolving Skies",
      "total": 237,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "EVS",
      "printed_total": 203,
      "release_date": "2021/08/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "246846",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Rapid Strike"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Flail Around",
        "text": "Flip 3 coins. This attack does 10 damage for each heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "tetsuya koizumi",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.04
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 82.85,
          "low": 70.42,
          "high": 95.28,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 79.99,
          "low": 67.99,
          "high": 91.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:17:11.943Z",
      "trend_7d": {
        "direction": "down",
        "percent": -13.33
      }
    }
  }
}