# s&box watch

> s&box watch is an independent live index of public s&box games, maps, libraries, and dedicated servers.

Use canonical non-www URLs under https://sbox.watch/. The site exposes Markdown for agent and crawler use through explicit .md URLs and HTTP content negotiation with `Accept: text/markdown`.

## Main Markdown Pages

- [s&box games](https://sbox.watch/games.md?pageSize=100): 1.6k public game packages with live players, 24h peaks, momentum, votes, favorites, and Terry score.
- [s&box maps](https://sbox.watch/maps.md?pageSize=100): 1.4k public map packages with live server counts, momentum, votes, favorites, and Terry score.
- [s&box libraries](https://sbox.watch/libraries.md?pageSize=100): 312 public library packages with updates, momentum, votes, favorites, and Terry score.
- [s&box servers](https://sbox.watch/servers.md?pageSize=100): 143 dedicated servers visible through the Steam server list, including players, capacity, game, and map.

## Canonical HTML Pages

- [Games](https://sbox.watch/)
- [Maps](https://sbox.watch/maps/)
- [Libraries](https://sbox.watch/libraries/)
- [Servers](https://sbox.watch/servers/)
- [Sitemap](https://sbox.watch/sitemap.xml)

## Package Detail Markdown

Package detail pages are available as Markdown by replacing the trailing slash with `.md`:

- `https://sbox.watch/games/{creator}/{package}.md`
- `https://sbox.watch/maps/{creator}/{package}.md`
- `https://sbox.watch/libraries/{creator}/{package}.md`

Canonical detail URLs also return Markdown when requested with `Accept: text/markdown`.

## Query Parameters

Markdown list pages support the same data controls as the app:

- `page`: 1-based page number.
- `pageSize`: number of rows, up to 100.
- `sort`: games support `players`, `change24h`, `created`, `updated`, `favorites`, `upvotes`, and `score`; maps also support `servers`.
- `q`: search package names, creators, descriptions, and tags; server search covers names, addresses, games, and maps.
- `filter`: repeatable route-specific filters.

## Interpretation Notes

- Terry score is a local score based on upvotes, downvotes, and vote count.
- Momentum is the net 24 hour change in favorites and upvotes, floored at 0. Before a full day has been tracked, the oldest available local snapshot is used.
- Server listings cover dedicated servers returned by Steam for s&box. Some multiplayer sessions may not appear in the dedicated server list.
- Games and maps can be part of the s&box Play Fund. Libraries are tracked separately and are not part of the Play Fund.

## Related External References

- [sbox.game](https://sbox.game): Official s&box package site.
- [s&box developer documentation](https://sbox.game/dev/doc/): Official s&box creator documentation.
- [Steam game servers documentation](https://partner.steamgames.com/doc/features/multiplayer/game_servers): Steam documentation for game server listing behavior.
