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

← Arceus
Raticate

Raticate

Rare #29 Pokémon Stage 1 HP 70
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
Arceus · Platinum
Language
English
TCGplayer
88605

Attacks

Recruit
Colorless

Look at your opponent's hand, choose a Supporter card you find there, and discard it. Then, use the effect of that card as the effect of this attack.

Extend Fang 20
Colorless

If Raticate has a Pokémon Tool card attached to it, this attack does 20 damage plus 40 more damage.

GET /api/v1/pokemon/cards/pl4-29vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-29vrh",
    "name": "Raticate",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/29vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/29vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/29vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88605",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/29vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/29vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/29vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Recruit",
        "text": "Look at your opponent's hand, choose a Supporter card you find there, and discard it. Then, use the effect of that card as the effect of this attack."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Extend Fang",
        "text": "If Raticate has a Pokémon Tool card attached to it, this attack does 20 damage plus 40 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.79
        },
        {
          "condition": "LP",
          "price": 2.32
        },
        {
          "condition": "MP",
          "price": 1.59
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.79
      }
    }
  }
}