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

← Journey Together
Hop's Rookidee

Hop's Rookidee

Common #133 Pokémon Basic HP 60
Types
Colorless
Illustrator
Shinya Mizuno
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623560

Attacks

Intimidating Stare
Colorless

During your opponent's next turn, attacks used by the Defending Pokémon do 20 less damage (before applying Weakness and Resistance).

Peck 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sv9-133?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-133",
    "name": "Hop's Rookidee",
    "number": "133",
    "printed_number": "133",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/133.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/133.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/133.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623560",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/133.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/133.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/133.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Intimidating Stare",
        "text": "During your opponent's next turn, attacks used by the Defending Pokémon do 20 less damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Peck",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Shinya Mizuno",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.34,
          "low": 7.94,
          "high": 10.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:12:09.107Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.5
      }
    }
  }
}