* {
font-family: "Inter", sans-serif;
}
.keita-margin {
margin-block-end: -0.8rem;
}
.keita-codeb {
background-color: rgba(27, 28, 30, 1);
padding: 0px 2px 0px 2px;
color: #ebe7e3c4;
border-radius: 4px;
border: 1px solid rgba(128, 128, 128, 0.48);
font-family: "Roboto Mono", monospace;
font-size: 90% !important;
}
.keita-colored-code {
color: #15f5ba;
font-size: 100% !important;
}
Combining Search Terms
Easily find the exact Pokemon you need by combining search terms.
Search Example for a Specific Pokemon:
lvl=30 shiny Rattata
Finds all shiny Rattata's at level 30.
Search for High-Level Pokemon:
lvl>70 Charizard
Finds all Charizards above level 70.
Search for Pokemon by Type and Region:
type=Water region=Hoenn
Finds all Water-type Pokemon caught in the Hoenn region.
Search for Specific Stats:
ATK>=28 SPD>=28 Garchomp
Finds all Garchomp's with both Attack and Speed IV stats at or above 28.
Replace the Pokemon name and edit the level to suit your search needs.
Supported Comparers
Equality and Inequality:
= or ==: Finds exact matches (e.g., lvl=30 finds Pokemon exactly at level 30).
!= or <>:Finds all that do not match (e.g., lvl<>30 finds Pokemon not at level 30).
Greater and Lesser:
>: Greater than (e.g., lvl>30 finds Pokemon above level 30).
<:Lesser than (e.g., lvl<30 finds Pokemon below level 30).
>=: Greater than or equal to (e.g., lvl>=30 finds Pokemon at level 30 and above).
<=:Lesser than or equal to (e.g., lvl<=30 finds Pokemon at level 30 and below).
Combining & Excluding
Combining:
space or , or &: Used as AND to combine different conditions (e.g., shiny,g=f lvl>=50 Gardevoir finds shiny female Gardevoir's at level 50 or higher).
|: Used as OR to match multiple filter sets (e.g., type=fire | type=electric finds all Fire or Electric type Pokemon).
Excluding:
!: Put ! in front of a term to exclude it (e.g., !shiny finds all non-shiny Pokemon).
Works with booleans (shiny, form, legendary, item and with bare names (!Golduck).
Multi-words
You cannot type raw spaces inside a value (e.g., m=String Shot). Spaces are parsed as AND.
In this example, it would search for m=String and then treat Shot as a separate string to look for Pokémon names.
You have to use quotes ("") or underscores (_) to search for the exact names (e.g., m="String Shot", m=String_Shot).
In most cases, you can just search for part of the name to get the results you are looking for.
Detailed Filter Options
Below are the filter options you can use to narrow your search results, along with their aliases and how to use them:
Filters Usable Without a Comparer
shiny (shiny, s) - Filter for shiny Pokemon.
form (form, f) - Filter for themed Pokemon.
Legendary (legendary, l) - Filter for Legendary Pokemon.
Pokemon Name (name, pokemon, poke) - Filter by the name of the Pokemon.
Pokedex ID (dex, d)- Filter by the Pokedex identification number.
Borrower Name (borrower, b) - Filter by the name of the Borrower.
Selected (sel, select, selected) - Filter for selected Pokemon.
item (item, i) - Filter for Pokemon with held items.
Tag (tag) - Filter for Pokemon that have at least one custom tag created and assigned by the user.
Basic Filters
UID (uid, u) - Unique identifier of a Pokemon.
Example: uid=53256
OT - Name of the person who caught the Pokemon.
Example: OT=Username
Level (level, lvl, lv) - The level of the Pokemon.
Example: lvl=100
Ability (ability, a) - The ability of the Pokemon.
Example: a=Protean
Nature (nature, n) - The nature of the Pokemon.
Example: n=Timid
Item (item, i) - The held item of the Pokemon.
Examples: i=focus_sash, i=smoke_ball
Gender (gender, g, sex) - The gender of the Pokemon.
Examples: g=m, g=f, g=none
Type (type, t) - Type of the Pokemon, such as Fire or Water.
Example: t=Fire
Region (region, r) - The region where the Pokemon was caught.
Example: r=Kanto
Hidden Power (hiddenpower, hi) - The hidden power type the Pokemon has.
Example: hi=Ground
Move (move, m, skill) - The move of the Pokemon.
Example: m=Tackle
Form (form, f) - The form of a Pokemon.
Examples: f=halloween, f=smr, f=valentine, f=shadow, f=pnk, f=chroma
Generation (generation, gen) - The generation in which the Pokemon was first released.
Examples: gen=1, gen=kanto, gen=paldea, gen=6, gen=alola
CaughtBall (caught_ball, caughtball, ball) - The ball the Pokemon was caught with.
Examples: ball=Pokeball, ball=Master_Ball
Tag (tag) - Custom tags created and assigned by the user.
Examples: tag=favorite, tag=to_level, tag=to_ev
Stats Filters
ATK (atk, attack) - ATK IV of the Pokemon.
Example: ATK>=28
DEF (def, defense, defence) - DEF IV of the Pokemon.
Example: DEF>19
SPD (spd, speed) - SPD IV of the Pokemon.
Example SPD=31
SPATK (spatk, specialattack) - SPATK IV of the Pokemon.
Example: SPATK>=28
SPDEF (spdef, specialdefense, specialdefence) - SPDEF IV of the Pokemon.
Example: SPDEF>=20
HP (hp, hitpoints) - HP IV of the Pokemon.
Example: HP=31
IVs (all, alliv, allivs, ivs) - Every IV of the Pokemon.
Example: ivs>20, all>=10
ATKEV (atkev, attackev) - ATK EV of the Pokemon.
Example: ATKEV=252
DEFEV (defev, defenseev, defenceev) - DEF EV of the Pokemon.
Example: DEFEV=0
SPDEV (spdev, speedev) - SPD EV of the Pokemon.
Example SPDEV=252
SPATKEV (spatkev, specialattackev) - SPATK EV of the Pokemon.
Example: SPATKEV>=140
SPDEFEV (spdefev, specialdefenseev, specialdefenceev) - SPDEF EV of the Pokemon.
Example: SPDEFEV>=100
HPEV (hpev, hitpointsev) - HP EV of the Pokemon.
Example: HPEV=6
Expiration Time for Borrowed Pokemon
Expiration (expiration, expires, expire, e) - Remaining time before a borrowed Pokemon will automatically return.
Units: days (d), hours (h), minutes (m), and seconds (s).
Examples: e<1d1h1m1s, e<1d3h, e>40s