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/miscpt_ja-15?include=prices 200 18ms{
"success": true,
"data": {
"id": "miscpt_ja-15",
"name": "Zapdos",
"number": "15",
"printed_number": "15",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/15.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/15.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/15.large.webp"
}
],
"expansion": {
"id": "miscpt_ja",
"name": "T Promos",
"total": 24,
"language": "Japanese",
"language_code": "ja",
"series": "Other",
"printed_total": 24,
"release_date": "2002/01/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.symbol.png",
"translation": {
"en": {
"name": "T Promos"
}
}
},
"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/miscpt_ja/15.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/15.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/15.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "80",
"abilities": [
{
"name": "Anti-Lightning",
"text": "You can't attach Lightning Energy cards from your hand to Zapdos.",
"type": "Poké-Body"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Promo",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": null,
"is_stale": false,
"conditions": [],
"graded": []
}
}
}