Planetside-2-API-Tracker
Planetside-2-API-Tracker copied to clipboard
An unofficial repository for Planetside 2 (PS2) Census API Examples, Issues, and Wiki. Collected and Maintained by members of the PS2 API Community.
This PR adds Auraxis-rs, a Rust Census library to the readme. At this point the only documentation is a couple of examples and the auto generated Rust API docs, not...
Minor issue of annoyance, but I have the following facilities that are referenced by `FacilityControl` events during continent locks. I cannot find any definition or reference to these facilities from...
It appears that world-level events are not working reliably if you subscribe with `"worlds": [ "all" ]`, instead you must subscribe with `"worlds":["1","9","10","11","13","17","18","19","25","1000","1001"]`. I tested several variations and further testing...
I didn’t see an issue for this and I am not sure if it is already addressed, but for completeness sake ayway. When you have an active connection to the...
Occasionally, Census REST responds with nonsence or a ECONNRESET (also known as a peer connection reset). In my very detailed monitoring, I've calculated on average this happens is ~50 a...
### NSO Issues Megathread A compliation of know NSO based issues also combining older issues from #4 and #6. ### ~~NSO Current Faction (Streaming)~~ ~~Its not currently possible to know...
The Following list of achievement/IDs are missing from the achievements collection. | `Missing IDs` | |-| | 92223 | | 92234 | | 92235 | | 92236 | | 92820...
From the [Global Server Collection](https://census.daybreakgames.com/s:example/json/get/global/game_server_status?game_code=ps2&c:limit=100) for PS2 we've seen the following issues: - During server maintenance `last_reported_state` reports as `low`. The desired behaviour would be for it to report `down`....
None of the desolation facilities seem to be included in map-specific collections like `ps2/map_region`. The following table came up in the API Discord channel a while ago (this is provided...
`ContinentUnlock` events don't get sent when a continent unlocks and have been missing for years. The corresponding `ContinentLock` events are fine and healthy though.