Raids & Eggs¶
Track raid bosses and raid eggs by level, pokemon, team, and more.
Filter syntax
Filters use key:value form — e.g. level:5, d:1000, team:valor. Legacy level5 / d1000 / bare team words (valor) are still accepted. See Pokemon Tracking — Filter Syntax for the full convention.
Raid Tracking¶
Track specific raid bosses:
Track by Level¶
!raid level:1 # Tier 1 raids
!raid level:3 # Tier 3 raids
!raid level:5 # Tier 5 (legendary) raids
!raid legendary # Alias for level:5
!raid mega # Alias for level:6 (mega raids)
!raid elite # Elite raids
!raid shadow # Shadow raids (level:15)
!raid ultra beast # Level:8 ultra beast raids
!raid primal # Level:10 primal raids
!raid everything # All raid levels
Track by Type¶
Track by Team¶
Filter to raids at gyms controlled by a specific team:
Team names: instinct/yellow, valor/red, mystic/blue, harmony/gray. The bare team word (e.g. valor) still works as a filter without team:.
Track EX-Eligible Raids¶
Track a Specific Gym¶
Track by Move¶
Track with Distance / Areas¶
See Areas & Locations for location: and area: rules.
RSVP Updates¶
Egg Tracking¶
Track raid eggs before they hatch:
Egg Options¶
Eggs support the same team, distance, area, EX, and template options as raids:
All Raid/Egg Options¶
| Option | Description | Example |
|---|---|---|
level:<n> |
Raid tier level | level:5 |
legendary / mega / elite / shadow / ultra beast / primal |
Level aliases | legendary |
ex |
EX-eligible gyms only | ex |
d:<n> |
Distance in metres | d:1000 |
location:<name> |
Distance from a named location (requires d:) |
location:Home |
area:<name>[,<name>] |
Restrict to specific areas | area:downtown |
team:instinct / valor / mystic / harmony |
Gym team filter | team:valor |
gym:<name> |
Specific gym by name | gym:Hilltop Gym |
move:<name> |
Specific move (raids only) | move:psystrike |
rsvp |
Include RSVP updates | rsvp |
rsvp_only |
Only RSVP change updates | rsvp_only |
template:<n> |
Alert template | template:2 |
clean |
Auto-delete when raid ends | clean |
edit |
Single message, edited in place | edit |
everything |
All levels | everything |
remove |
Remove tracking | remove |
Legacy no-colon forms (level5, d1000, bare team names like valor) still work.