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

← Legendary Shine Collection
Froakie

Froakie

usually #6 Pokémon Basic
Types
Water
Illustrator
Masakazu Fukuda
Expansion
Legendary Shine Collection · XY
Language
Japanese
TCGplayer
605336

Attacks

Pound 10
Colorless
GET /api/v1/pokemon/cards/cp2_ja-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp2_ja-6",
    "name": "Froakie",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/6.large.webp"
      }
    ],
    "expansion": {
      "id": "cp2_ja",
      "name": "Legendary Shine Collection",
      "total": 27,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP2",
      "printed_total": 27,
      "release_date": "2015/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605336",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "10"
      }
    ],
    "rarity": "usually",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 95,
          "low": 80.6,
          "high": 99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:58:23.918Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.55
      }
    }
  }
}