PlanetSide 2 Live Population Aggreggator API
.vscode | ||
hack/kiwitest | ||
src | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
wrangler.toml |
https://agg.ps2.live/population
A Planetside 2 population aggreggation API between
Has some jank filters and will average between all 4 sources with as much data as can be used.
If you have a population API to add to this aggreggator, open an issue with your API details. The more sources, the merrier, but we usually need to make some performance considerations.
This API is hosted on Cloudflare Workers, and makes use of aggressive caching with a 3 minute TTL.
Need help? Talk to us on the Planetside Community Developers Discord in #ps2live
API
- /$worldID - Single world
- /all - All worlds at once
- ~/flags - Feature flags that help limit useless requests and add speed.
- ~/health - Tests reachability
Developing
npm install
npm start