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

# List of the top pilots in faction warfare

`GET /fw/leaderboards/characters`

Top 100 leaderboard of pilots 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

## Response `200`

OK

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

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/revisions/7bad2f0024dd/schema)
