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

← McDonald's Collection 2015
Rhyhorn

Rhyhorn

Common #8 Pokémon Basic HP 80
Types
Fighting
Illustrator
Midori Harada
Expansion
McDonald's Collection 2015 · Other
Language
English
TCGplayer
110426

Attacks

Take Down 40
Fighting · Fighting

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/mcd15-8?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd15-8",
    "name": "Rhyhorn",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/8.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd15",
      "name": "McDonald's Collection 2015",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2015/11/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "110426",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd15/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Take Down",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "LP",
          "price": 3.36
        },
        {
          "condition": "MP",
          "price": 1.72
        },
        {
          "condition": "HP",
          "price": 1.04
        },
        {
          "condition": "DMG",
          "price": 0.66
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "3",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:09:30.416Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}