---
title: "List of the top factions in faction warfare"
method: GET
path: "/fw/leaderboards"
tags: ["Faction Warfare"]
---

# List of the top factions in faction warfare

`GET /fw/leaderboards`

Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday

This route expires daily at 11:05

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string
- `If-Modified-Since` string

## Response `200`

OK

- FwLeaderboardsGet
  - `kills` object, required — Top 4 rankings of factions by number of kills from yesterday, last week and in total
    - `active_total` object[], required — Top 4 ranking of factions active in faction warfare by total kills. A faction is considered "active" if they have participated in faction warfare in the past 14 days
      - `amount` integer — Amount of kills
      - `faction_id` integer
    - `last_week` object[], required — Top 4 ranking of factions by kills in the past week
      - `amount` integer — Amount of kills
      - `faction_id` integer
    - `yesterday` object[], required — Top 4 ranking of factions by kills in the past day
      - `amount` integer — Amount of kills
      - `faction_id` integer
  - `victory_points` object, required — Top 4 rankings of factions by victory points from yesterday, last week and in total
    - `active_total` object[], required — Top 4 ranking of factions active in faction warfare by total victory points. A faction is considered "active" if they have participated in faction warfare in the past 14 days
      - `amount` integer — Amount of victory points
      - `faction_id` integer
    - `last_week` object[], required — Top 4 ranking of factions by victory points in the past week
      - `amount` integer — Amount of victory points
      - `faction_id` integer
    - `yesterday` object[], required — Top 4 ranking of factions by victory points in the past day
      - `amount` integer — Amount of victory points
      - `faction_id` integer

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility.md) · [All operations](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evetech/eve-spring-inebriation-esi-tranquility/revisions/780531a22906/schema)
