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

If there are any Fire Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Vulpix.
/api/v1/pokemon/cards/ecard3_ja-21?include=prices 200 19ms{
"success": true,
"data": {
"id": "ecard3_ja-21",
"name": "Vulpix",
"number": "21",
"printed_number": "21",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/21.large.webp"
}
],
"expansion": {
"id": "ecard3_ja",
"name": "Wind from the Sea",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "E-Card",
"printed_total": 87,
"release_date": "2002/05/24",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
"translation": {
"en": {
"name": "Wind from the Sea"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "576434",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/21.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "50",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Collect Fire",
"text": "If there are any Fire Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Vulpix.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Keiko Fukuyama",
"pricing": {
"currency": "USD",
"market": 14.03,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 14.03
},
{
"condition": "LP",
"price": 8
},
{
"condition": "MP",
"price": 6
},
{
"condition": "HP",
"price": 9.25
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 46.5,
"low": 39.53,
"high": 53.47,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 52,
"low": 44.2,
"high": 59.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 30.52,
"low": 28.34,
"high": 28.93,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-08-11T15:48:51.824Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}