EVE Swagger Interface
  1. Fleets
EVE Swagger Interface
  • Alliance
    • List all alliances
      GET
    • Get alliance information
      GET
    • List alliance's corporations
      GET
    • Get alliance icon
      GET
  • Contacts
    • Get alliance contacts
      GET
    • Get alliance contact labels
      GET
    • Delete contacts
      DELETE
    • Get contacts
      GET
    • Add contacts
      POST
    • Edit contacts
      PUT
    • Get contact labels
      GET
    • Get corporation contacts
      GET
    • Get corporation contact labels
      GET
  • Character
    • Character affiliation
    • Get character's public information
    • Get agents research
    • Get blueprints
    • Get corporation history
    • Calculate a CSPA charge cost
    • Get jump fatigue
    • Get medals
    • Get character notifications
    • Get new contact notifications
    • Get character portraits
    • Get character corporation roles
    • Get standings
    • Yearly aggregate stats
    • Get character corporation titles
  • Assets
    • Get character assets
    • Get character asset locations
    • Get character asset names
    • Get corporation assets
    • Get corporation asset locations
    • Get corporation asset names
  • Skills
    • Get character attributes
    • Get character's skill queue
    • Get character skills
  • Bookmarks
    • List bookmarks
    • List bookmark folders
    • List corporation bookmarks
    • List corporation bookmark folders
  • Calendar
    • List calendar event summaries
    • Get an event
    • Respond to an event
    • Get attendees
  • Clones
    • Get clones
    • Get active implants
  • Contracts
    • Get contracts
    • Get contract bids
    • Get contract items
    • Get public contract bids
    • Get public contract items
    • Get public contracts
    • Get corporation contracts
    • Get corporation contract bids
    • Get corporation contract items
  • Fittings
    • Get fittings
    • Create fitting
    • Delete fitting
  • Fleets
    • Get character fleet info
      GET
    • Get fleet information
      GET
    • Update fleet
      PUT
    • Get fleet members
      GET
    • Create fleet invitation
      POST
    • Kick fleet member
      DELETE
    • Move fleet member
      PUT
    • Delete fleet squad
      DELETE
    • Rename fleet squad
      PUT
    • Get fleet wings
      GET
    • Create fleet wing
      POST
    • Delete fleet wing
      DELETE
    • Rename fleet wing
      PUT
    • Create fleet squad
      POST
  • Faction Warfare
    • Overview of a character involved in faction warfare
    • Overview of a corporation involved in faction warfare
    • List of the top factions in faction warfare
    • List of the top pilots in faction warfare
    • List of the top corporations in faction warfare
    • An overview of statistics about factions involved in faction warfare
    • Ownership of faction warfare systems
    • Data about which NPC factions are at war
  • Industry
    • List character industry jobs
    • Character mining ledger
    • Moon extraction timers
    • Corporation mining observers
    • Observed corporation mining
    • List corporation industry jobs
    • List industry facilities
    • List solar system cost indices
  • Killmails
    • Get a character's recent kills and losses
    • Get a corporation's recent kills and losses
    • Get a single killmail
  • Location
    • Get character location
    • Get character online
    • Get current ship
  • Loyalty
    • Get loyalty points
    • List loyalty store offers
  • Mail
    • Return mail headers
    • Send a new mail
    • Get mail labels and unread counts
    • Create a mail label
    • Delete a mail label
    • Return mailing list subscriptions
    • Delete a mail
    • Return a mail
    • Update metadata about a mail
  • Opportunities
    • Get a character's completed tasks
    • Get opportunities groups
    • Get opportunities group
    • Get opportunities tasks
    • Get opportunities task
  • Market
    • List open orders from a character
    • List historical orders by a character
    • List open orders from a corporation
    • List historical orders from a corporation
    • Get item groups
    • Get item group information
    • List market prices
    • List orders in a structure
    • List historical market statistics in a region
    • List orders in a region
    • List type IDs relevant to a market
  • Planetary Interaction
    • Get colonies
    • Get colony layout
    • List corporation customs offices
    • Get schematic information
  • Search
    • Search on a string
    • Search on a string
  • Wallet
    • Get a character's wallet balance
    • Get character wallet journal
    • Get wallet transactions
    • Returns a corporation's wallet balance
    • Get corporation wallet journal
    • Get corporation wallet transactions
  • Corporation
    • Get npc corporations
    • Get corporation information
    • Get alliance history
    • Get corporation blueprints
    • Get all corporation ALSC logs
    • Get corporation divisions
    • Get corporation facilities
    • Get corporation icon
    • Get corporation medals
    • Get corporation issued medals
    • Get corporation members
    • Get corporation member limit
    • Get corporation's members' titles
    • Track corporation members
    • Get corporation member roles
    • Get corporation member roles history
    • Get corporation shareholders
    • Get corporation standings
    • Get corporation starbases (POSes)
    • Get starbase (POS) detail
    • Get corporation structures
    • Get corporation titles
  • Dogma
    • Get attributes
    • Get attribute information
    • Get dynamic item information
    • Get effects
    • Get effect information
  • Incursions
    • List incursions
  • Insurance
    • List insurance levels
  • Routes
    • Get route
  • Sovereignty
    • List sovereignty campaigns
    • List sovereignty of systems
    • List sovereignty structures
  • Status
    • Retrieve the uptime and player counts
  • User Interface
    • Set Autopilot Waypoint
    • Open Contract Window
    • Open Information Window
    • Open Market Details
    • Open New Mail Window
  • Universe
    • Get ancestries
    • Get asteroid belt information
    • Get bloodlines
    • Get item categories
    • Get item category information
    • Get constellations
    • Get constellation information
    • Get factions
    • Get graphics
    • Get graphic information
    • Get item groups
    • Get item group information
    • Bulk names to IDs
    • Get moon information
    • Get names and categories for a set of ID's
    • Get planet information
    • Get character races
    • Get regions
    • Get region information
    • Get stargate information
    • Get star information
    • Get station information
    • List all public structures
    • Get structure information
    • Get system jumps
    • Get system kills
    • Get solar systems
    • Get solar system information
    • Get types
    • Get type information
  • Wars
    • List wars
    • Get war information
    • List kills for a war
  1. Fleets

Get fleet members

GET
/fleets/{fleet_id}/members/
Fleets
Return information about fleet members

Alternate route: /dev/fleets/{fleet_id}/members/
Alternate route: /legacy/fleets/{fleet_id}/members/
Alternate route: /v1/fleets/{fleet_id}/members/

This route is cached for up to 5 seconds
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/fleets//members/'
Response Response Example
200 - response
[
  {
    "character_id": 93265215,
    "join_time": "2023-08-15T09:13:17.878Z",
    "role": "squad_commander",
    "role_name": "Squad Commander (Boss)",
    "ship_type_id": 33328,
    "solar_system_id": 30003729,
    "squad_id": 3129411261968,
    "station_id": 61000180,
    "takes_fleet_warp": true,
    "wing_id": 2073711261968
  }
]

Request

Path Params
fleet_id
integer 
required
ID for a fleet
Query Params
datasource
string 
optional
The server name you would like data from
language
string 
optional
Language to use in the response, takes precedence over Accept-Language
token
string 
optional
Access token to use if unable to set a header
Header Params
Accept-Language
string 
optional
Language to use in the response
If-None-Match
string 
optional
ETag from a previous request. A 304 will be returned if this matches the current ETag

Responses

🟢200A list of fleet members
application/json
Body
200 ok array
array of:
character_id
integer <int32>
get_fleets_fleet_id_members_character_id
required
character_id integer
join_time
string <date-time>
get_fleets_fleet_id_members_join_time
required
join_time string
role
enum<string> 
get_fleets_fleet_id_members_role
required
Member’s role in fleet
Allowed values:
fleet_commanderwing_commandersquad_commandersquad_member
role_name
string 
get_fleets_fleet_id_members_role_name
required
Localized role names
ship_type_id
integer <int32>
get_fleets_fleet_id_members_ship_type_id
required
ship_type_id integer
solar_system_id
integer <int32>
get_fleets_fleet_id_members_solar_system_id
required
Solar system the member is located in
squad_id
integer <int64>
get_fleets_fleet_id_members_squad_id
required
ID of the squad the member is in. If not applicable, will be set to -1
station_id
integer <int64>
get_fleets_fleet_id_members_station_id
optional
Station in which the member is docked in, if applicable
takes_fleet_warp
boolean 
get_fleets_fleet_id_members_takes_fleet_warp
required
Whether the member take fleet warps
wing_id
integer <int64>
get_fleets_fleet_id_members_wing_id
required
ID of the wing the member is in. If not applicable, will be set to -1
🔵304Not modified
🟠400Bad request
🟠401Unauthorized
🟠403Forbidden
🟠404The fleet does not exist or you don't have access to it
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:24
Previous
Update fleet
Next
Create fleet invitation
Built with