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

Aron does 10 damage to itself.
/api/v1/pokemon/cards/dp2_ja-355?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp2_ja-355",
"name": "Aron",
"number": "355",
"printed_number": "355",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-355.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-355.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-355.large.webp"
}
],
"expansion": {
"id": "dp2_ja",
"name": "Secret of the Lakes",
"total": 123,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP2",
"printed_total": 123,
"release_date": "2007/03/02",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.symbol.png",
"translation": {
"en": {
"name": "Secret of the Lakes"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-355.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-355.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-355.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "50",
"attacks": [
{
"cost": [
"Metal",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Steel Tackle",
"text": "Aron does 10 damage to itself.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 0.75,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.75
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:46:43.732Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}