PlanetSide 2 Live Population Aggreggator API
Find a file
2022-12-20 20:19:55 -05:00
.vscode full app 2022-12-20 12:50:02 -05:00
src restore connery to /all 2022-12-20 20:19:55 -05:00
.gitignore full app 2022-12-20 12:50:02 -05:00
package-lock.json full app 2022-12-20 12:50:02 -05:00
package.json full app 2022-12-20 12:50:02 -05:00
README.md README.md 2022-12-20 20:09:47 -05:00
tsconfig.json full app 2022-12-20 12:50:02 -05:00
wrangler.toml add FISU_USE_PS4EU to fuse off ps4eu fisu jank 2022-12-20 19:15:36 -05:00

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 run dev