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

← Team Rocket Returns
Rattata

Rattata

Common #71 Pokémon Basic HP 40
Types
Colorless
Illustrator
Aya Kusube
Expansion
Team Rocket Returns · EX
Language
English
TCGplayer
88616

Attacks

Fury Swipes 10
Colorless

Flip 3 coins. This attack does 10 damage times the number of heads.

GET /api/v1/pokemon/cards/ex7-71?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex7-71",
    "name": "Rattata",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/71.large.webp"
      }
    ],
    "expansion": {
      "id": "ex7",
      "name": "Team Rocket Returns",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "TRR",
      "printed_total": 109,
      "release_date": "2004/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88616",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex7/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Scramble",
        "text": "As long as your opponent has any Pokémon-ex as his or her Active Pokémon, the Retreat Cost for Rattata is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 10 damage times the number of heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 1.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.26
        },
        {
          "condition": "LP",
          "price": 0.67
        },
        {
          "condition": "MP",
          "price": 0.58
        },
        {
          "condition": "HP",
          "price": 0.45
        },
        {
          "condition": "DMG",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.5,
          "low": 16,
          "high": 21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 6.5,
          "high": 7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7.98,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 74.99,
          "low": 68,
          "high": 94.21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.75,
          "low": 10.1,
          "high": 79.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.5,
          "low": 14.92,
          "high": 19.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "TAG",
          "grade": "8.5",
          "value": 1.99,
          "low": 1.69,
          "high": 2.29,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 13.5,
          "low": 13.5,
          "high": 13.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:29:19.522Z",
      "trend_7d": {
        "direction": "down",
        "percent": -15.44
      }
    }
  }
}