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
}
}
{
allWorlds {
name
population {
total
nc
tr
vs
}
}
}
{
allWorlds {
name
classes {
combatMedic {
total
nc
tr
vs
}
}
vehicles {
total
sunderer {
total
nc
tr
vs
}
}
}
}
{
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
}
}
}
}
}
This API supports two query methods, GET and POST. To view the JSON outputs, you can use a tool 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.