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/pt3_ja-2?include=prices 200 19ms{
"success": true,
"data": {
"id": "pt3_ja-2",
"name": "Ivysaur",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/2.large.webp"
}
],
"expansion": {
"id": "pt3_ja",
"name": "Beat of the Frontier",
"total": 100,
"language": "Japanese",
"language_code": "ja",
"series": "Platinum",
"code": "PT3",
"printed_total": 100,
"release_date": "2009/03/06",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.symbol.png",
"translation": {
"en": {
"name": "Beat of the Frontier"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "607451",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/2.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"abilities": [
{
"name": "Evolutionary Pollen",
"text": "Once during your turn, when you play Ivysaur from your hand to evolve 1 of your Pokémon, you may use this power. Your opponent's Active Pokémon is now Asleep.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Cut",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+20"
}
],
"rarity": "Non",
"artist": "Kanako Eo",
"pricing": {
"currency": "USD",
"market": 4.33,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.33
},
{
"condition": "LP",
"price": 3.75
},
{
"condition": "MP",
"price": 0.5
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 74.18,
"low": 102.5,
"high": 102.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-07-16T02:54:31.669Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}