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-7?include=prices 200 17ms{
"success": true,
"data": {
"id": "miscpt_ja-7",
"name": "Bayleef",
"number": "7",
"printed_number": "7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/7.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/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "70",
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-30"
}
],
"rarity": "Promo",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": null,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 59.99
}
],
"graded": []
}
}
}