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

You may draw cards until you have 6 cards in your hand.
/api/v1/pokemon/cards/swsh6k_ja-53?include=prices 200 23ms{
"success": true,
"data": {
"id": "swsh6k_ja-53",
"name": "Castform",
"number": "53",
"printed_number": "53",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/53.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/53.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/53.large.webp"
}
],
"expansion": {
"id": "swsh6k_ja",
"name": "Jet-Black Spirit",
"total": 95,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S6K",
"printed_total": 70,
"release_date": "2021/04/23",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.symbol.png",
"translation": {
"en": {
"name": "Jet-Black Spirit"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "569281",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/53.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/53.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/53.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "70",
"abilities": [
{
"name": "Weather Reading",
"text": "If you have 8 or more Stadium cards in your discard pile, ignore all Energy in this Pokémon's attack costs.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Weather Force",
"text": "You may draw cards until you have 6 cards in your hand.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Asako Ito",
"pricing": {
"currency": "USD",
"market": 0.3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.3
},
{
"condition": "MP",
"price": 0.25
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:38:29.143Z",
"trend_7d": {
"direction": "down",
"percent": -9.09
}
}
}
}