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/dp2_ja-1009?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp2_ja-1009",
"name": "Armor Fossil",
"number": "1009",
"printed_number": "1009",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1009.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1009.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1009.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-1009.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1009.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1009.large.webp"
}
]
}
],
"supertype": "トレーナー",
"subtypes": [
"道具"
],
"hp": "50",
"abilities": [
{
"name": "Armor Stone",
"text": "Whenever Armor Fossil would be damaged by your opponent's attack, flip a coin until you get tails. For each heads, reduce that damage by 10.",
"type": "ポケボディ"
}
],
"rarity": "Common",
"artist": "Ryo Ueda",
"pricing": {
"currency": "USD",
"market": null,
"is_stale": false,
"conditions": [],
"graded": []
}
}
}