List of the top corporations in faction warfare
GET {{baseUrl}}/fw/leaderboards/corporations/?datasource=tranquility
Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday
Alternate route: /dev/fw/leaderboards/corporations/
Alternate route: /legacy/fw/leaderboards/corporations/
Alternate route: /v1/fw/leaderboards/corporations/
Alternate route: /v2/fw/leaderboards/corporations/
This route expires daily at 11:05
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
RESPONSES
status: OK
{"kills":{"active_total":[{"amount":81692,"corporation_id":1000180},{"amount":76793,"corporation_id":1000182}],"last_week":[{"amount":290,"corporation_id":1000180},{"amount":169,"corporation_id":1000182}],"yesterday":[{"amount":51,"corporation_id":1000180},{"amount":39,"corporation_id":1000182}]},"victory_points":{"active_total":[{"amount":18640927,"corporation_id":1000180},{"amount":18078265,"corporation_id":1000181}],"last_week":[{"amount":91980,"corporation_id":1000180},{"amount":58920,"corporation_id":1000181}],"yesterday":[{"amount":12600,"corporation_id":1000180},{"amount":8240,"corporation_id":1000181}]}}