Skip to content

/embed

Embeddable Pokékipe widgets

Drop live competitive Pokémon data into any site, blog, or Discord channel. Free, no API key, no signup. Updates automatically as Smogon's monthly snapshots land.

Why embed?

  • Always-fresh meta data without maintaining your own scrape pipeline.
  • Per-Pokémon click-through routes visitors to the full Pokékipe profile.
  • Works in WordPress, Ghost, Notion, Confluence, Discord channel embeds — anywhere iframes are allowed.

How

  1. 1.Pick a widget below + customise via URL parameters.
  2. 2.Copy the <iframe> snippet.
  3. 3.Paste into your site's HTML editor or embed block.

Tier — Top N Pokémon

Live ranked list of the top Pokémon in any format with usage % and per-Pokémon backlinks.

Swap `sv/ou` for any tier path (e.g. `champions/vgc2026regma`, `sv/lc`, `gen5/ou`).

Live demo

Copy iframe snippet

<iframe
  src="https://pokekipe.com/embed/tier/sv/ou?limit=10"
  width="480"
  height="480"
  loading="lazy"
  referrerpolicy="strict-origin-when-cross-origin"
  title="Tier — Top N Pokémon — Pokékipe"
  style="border: 0; border-radius: 12px; max-width: 100%;"
></iframe>

URL parameters

  • ?limit=10Number of Pokémon to display (3 to 25, default 10).
  • ?theme=autoColor theme: light, dark, or auto (follows host page).