This is a GraphQL API, which means you can query for exactly the data you need. You can also use the GraphiQL interface to explore the data and build your queries.
{
health {
database
ingest
ingestReachable
worldsDisclaimer
worlds {
name
status
lastEvent
}
}
}
Run ⫸{
allWorlds {
name
population {
total
nc
tr
vs
}
}
}
Run ⫸{
allWorlds {
name
classes {
combatMedic {
total
nc
tr
vs
}
}
vehicles {
total
sunderer {
total
nc
tr
vs
}
}
}
}
Run ⫸{
zones {
all {
name
classes {
heavyAssault {
nc
tr
vs
}
lightAssault {
nc
tr
vs
}
}
vehicles {
vanguard {
total
}
prowler {
total
}
magrider {
total
}
lightning {
nc
vs
tr
}
chimera {
nc
vs
tr
}
}
}
}
}
Run ⫸This API supports two query methods, GET and POST. To view the JSON outputs without fancy UIs, you can use a browser plugin like JSONView for Firefox or JSONVue for Chrome.
All data is an aggregate of the last 15 minutes of Death and VehicleDestroy events, including both attacker and victim.
This API is provided by Genudine Dynamics.
As always, we take no
responsibility for your use of this data... or our weapons. :)
For help, please contact us in #api-dev on the PlanetSide 2 Discord.
[ingest stats] [github] [pstop]