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

← Offense and Defense of the Furthest Ends
Togepi δ

Togepi δ

Non #16 Pokémon BasicDelta Species HP 40
Types
Water
Illustrator
Miki Tanaka
Expansion
Offense and Defense of the Furthest Ends · PCG
Language
Japanese
TCGplayer

Attacks

Charm
Water

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/pcg9_ja-16?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg9_ja-16",
    "name": "Togepi δ",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg9_ja",
      "name": "Offense and Defense of the Furthest Ends",
      "total": 68,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 68,
      "release_date": "2006/06/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Offense and Defense of the Furthest Ends"
        }
      }
    },
    "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/pcg9_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg9_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Delta Species"
    ],
    "types": [
      "Water"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Charm",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 5.5,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.5
        },
        {
          "condition": "LP",
          "price": 5
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:08:26.542Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}