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

← Golden Sky, Silvery Ocean
Teddiursa

Teddiursa

usually #83 Pokémon Basic HP 40
Types
Colorless
Illustrator
Naoyo Kimura
Expansion
Golden Sky, Silvery Ocean · PCG
Language
Japanese
TCGplayer
611850

Attacks

Teary Eyes
Colorless

During your opponent's next turn, any damage done to Teddiursa by attacks is reduced by 20 (after applying Weakness and Resistance).

Scratch 10
Colorless
GET /api/v1/pokemon/cards/pcg4_ja-83?include=prices 200 43ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg4_ja-83",
    "name": "Teddiursa",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/83.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/83.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/83.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg4_ja",
      "name": "Golden Sky, Silvery Ocean",
      "total": 106,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 106,
      "release_date": "2005/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Golden Sky, Silvery Ocean"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611850",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/83.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/83.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/83.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Teary Eyes",
        "text": "During your opponent's next turn, any damage done to Teddiursa by attacks is reduced by 20 (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6
        },
        {
          "condition": "LP",
          "price": 3
        },
        {
          "condition": "MP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:59:11.390Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}