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

← Silver Tempest
Feebas

Feebas

Common #39 Pokémon Basic HP 30
Types
Water
Illustrator
0313
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
451674

Attacks

Ascension
Colorless

Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.

Splash 10
Water
GET /api/v1/pokemon/cards/swsh12-39?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-39",
    "name": "Feebas",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/39.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12",
      "name": "Silver Tempest",
      "total": 215,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SIT",
      "printed_total": 195,
      "release_date": "2022/11/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "451674",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ascension",
        "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Splash",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "0313",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.05
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 34.99,
          "low": 29.74,
          "high": 40.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:01:10.483Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.76
      }
    }
  }
}