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

/api/v1/pokemon/cards/xy8b_ja-21?include=prices 200 17ms{
"success": true,
"data": {
"id": "xy8b_ja-21",
"name": "Magnemite",
"number": "21",
"printed_number": "21",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/21.large.webp"
}
],
"expansion": {
"id": "xy8b_ja",
"name": "Blue Shock",
"total": 65,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY8",
"printed_total": 59,
"release_date": "2015/09/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.symbol.png",
"translation": {
"en": {
"name": "Blue Shock"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "604022",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/21.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"abilities": [
{
"name": "Sparkling Induction",
"text": "As long as this Pokémon is your Active Pokémon, its Retreat Cost is Colorless less for each Magnemite on your Bench.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Lightning Ball",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 4.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.99
}
],
"graded": [],
"market_updated_at": "2026-08-20T02:40:19.086Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}