List of the top factions in faction warfare
GET
/fw/leaderboards/
Faction Warfare
/dev/fw/leaderboards/
/legacy/fw/leaderboards/
/v1/fw/leaderboards/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/fw/leaderboards/'
Response Response Example
200 - response
{
"kills": {
"active_total": [
{
"amount": 832273,
"faction_id": 500004
},
{
"amount": 687915,
"faction_id": 500001
}
],
"last_week": [
{
"amount": 730,
"faction_id": 500001
},
{
"amount": 671,
"faction_id": 500004
}
],
"yesterday": [
{
"amount": 100,
"faction_id": 500001
},
{
"amount": 50,
"faction_id": 500004
}
]
},
"victory_points": {
"active_total": [
{
"amount": 53130500,
"faction_id": 500001
},
{
"amount": 50964263,
"faction_id": 500004
}
],
"last_week": [
{
"amount": 97360,
"faction_id": 500001
},
{
"amount": 84980,
"faction_id": 500004
}
],
"yesterday": [
{
"amount": 5000,
"faction_id": 500002
},
{
"amount": 3500,
"faction_id": 500003
}
]
}
}
Request
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:24