Global

Members

# DeleteCharactersCharacterIdContacts

Delete contacts

Bulk delete contacts --- Alternate route: /dev/characters/{character_id}/contacts/ Alternate route: /legacy/characters/{character_id}/contacts/ Alternate route: /v1/characters/{character_id}/contacts/ Alternate route: /v2/characters/{character_id}/contacts/

View Source public/esi-client.js, line 2914

# DeleteCharactersCharacterIdFittingsFittingId

Delete fitting

Delete a fitting from a character --- Alternate route: /dev/characters/{character_id}/fittings/{fitting_id}/ Alternate route: /legacy/characters/{character_id}/fittings/{fitting_id}/ Alternate route: /v1/characters/{character_id}/fittings/{fitting_id}/

View Source public/esi-client.js, line 3139

# DeleteCharactersCharacterIdMailLabelsLabelId

Delete a mail label

Delete a mail label --- Alternate route: /dev/characters/{character_id}/mail/labels/{label_id}/ Alternate route: /legacy/characters/{character_id}/mail/labels/{label_id}/ Alternate route: /v1/characters/{character_id}/mail/labels/{label_id}/

View Source public/esi-client.js, line 3346

# DeleteCharactersCharacterIdMailMailId

Delete a mail

Delete a mail --- Alternate route: /dev/characters/{character_id}/mail/{mail_id}/ Alternate route: /legacy/characters/{character_id}/mail/{mail_id}/ Alternate route: /v1/characters/{character_id}/mail/{mail_id}/

View Source public/esi-client.js, line 3379

# DeleteFleetsFleetIdMembersMemberId

Kick fleet member

Kick a fleet member --- Alternate route: /dev/fleets/{fleet_id}/members/{member_id}/ Alternate route: /legacy/fleets/{fleet_id}/members/{member_id}/ Alternate route: /v1/fleets/{fleet_id}/members/{member_id}/

View Source public/esi-client.js, line 4678

# DeleteFleetsFleetIdSquadsSquadId

Delete fleet squad

Delete a fleet squad, only empty squads can be deleted --- Alternate route: /dev/fleets/{fleet_id}/squads/{squad_id}/ Alternate route: /legacy/fleets/{fleet_id}/squads/{squad_id}/ Alternate route: /v1/fleets/{fleet_id}/squads/{squad_id}/

View Source public/esi-client.js, line 4712

# DeleteFleetsFleetIdWingsWingId

Delete fleet wing

Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty --- Alternate route: /dev/fleets/{fleet_id}/wings/{wing_id}/ Alternate route: /legacy/fleets/{fleet_id}/wings/{wing_id}/ Alternate route: /v1/fleets/{fleet_id}/wings/{wing_id}/

View Source public/esi-client.js, line 4780

# GetAlliances

List all alliances

List all active player alliances --- Alternate route: /dev/alliances/ Alternate route: /legacy/alliances/ Alternate route: /v1/alliances/ Alternate route: /v2/alliances/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 2594

# GetAlliancesAllianceId

Get alliance information

Public information about an alliance --- Alternate route: /dev/alliances/{alliance_id}/ Alternate route: /legacy/alliances/{alliance_id}/ Alternate route: /v3/alliances/{alliance_id}/ Alternate route: /v4/alliances/{alliance_id}/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 2609

# GetAlliancesAllianceIdContacts

Get alliance contacts

Return contacts of an alliance --- Alternate route: /dev/alliances/{alliance_id}/contacts/ Alternate route: /v2/alliances/{alliance_id}/contacts/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 2624

# GetAlliancesAllianceIdContactsLabels

Get alliance contact labels

Return custom labels for an alliance's contacts --- Alternate route: /dev/alliances/{alliance_id}/contacts/labels/ Alternate route: /legacy/alliances/{alliance_id}/contacts/labels/ Alternate route: /v1/alliances/{alliance_id}/contacts/labels/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 2641

# GetAlliancesAllianceIdCorporations

List alliance's corporations

List all current member corporations of an alliance --- Alternate route: /dev/alliances/{alliance_id}/corporations/ Alternate route: /legacy/alliances/{alliance_id}/corporations/ Alternate route: /v1/alliances/{alliance_id}/corporations/ Alternate route: /v2/alliances/{alliance_id}/corporations/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 2658

# GetAlliancesAllianceIdIcons

Get alliance icon

Get the icon urls for a alliance --- Alternate route: /dev/alliances/{alliance_id}/icons/ Alternate route: /legacy/alliances/{alliance_id}/icons/ Alternate route: /v1/alliances/{alliance_id}/icons/ Alternate route: /v2/alliances/{alliance_id}/icons/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 2673

# GetCharactersCharacterId

Get character's public information

Public information about a character --- Alternate route: /dev/characters/{character_id}/ Alternate route: /legacy/characters/{character_id}/ Alternate route: /v5/characters/{character_id}/ --- This route is cached for up to 604800 seconds

View Source public/esi-client.js, line 2707

# GetCharactersCharacterIdAgentsResearch

Get agents research

Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate) --- Alternate route: /dev/characters/{character_id}/agents_research/ Alternate route: /v2/characters/{character_id}/agents_research/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 2722

# GetCharactersCharacterIdAssets

Get character assets

Return a list of the characters assets --- Alternate route: /dev/characters/{character_id}/assets/ Alternate route: /legacy/characters/{character_id}/assets/ Alternate route: /v4/characters/{character_id}/assets/ Alternate route: /v5/characters/{character_id}/assets/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 2739

# GetCharactersCharacterIdAttributes

Get character attributes

Return attributes of a character --- Alternate route: /dev/characters/{character_id}/attributes/ Alternate route: /legacy/characters/{character_id}/attributes/ Alternate route: /v1/characters/{character_id}/attributes/ --- This route is cached for up to 120 seconds

View Source public/esi-client.js, line 2794

# GetCharactersCharacterIdBlueprints

Get blueprints

Return a list of blueprints the character owns --- Alternate route: /dev/characters/{character_id}/blueprints/ Alternate route: /v3/characters/{character_id}/blueprints/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 2811

# GetCharactersCharacterIdCalendar

List calendar event summaries

Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event --- Alternate route: /dev/characters/{character_id}/calendar/ Alternate route: /legacy/characters/{character_id}/calendar/ Alternate route: /v1/characters/{character_id}/calendar/ Alternate route: /v2/characters/{character_id}/calendar/ --- This route is cached for up to 5 seconds

View Source public/esi-client.js, line 2828

# GetCharactersCharacterIdCalendarEventId

Get an event

Get all the information for a specific event --- Alternate route: /dev/characters/{character_id}/calendar/{event_id}/ Alternate route: /legacy/characters/{character_id}/calendar/{event_id}/ Alternate route: /v3/characters/{character_id}/calendar/{event_id}/ Alternate route: /v4/characters/{character_id}/calendar/{event_id}/ --- This route is cached for up to 5 seconds

View Source public/esi-client.js, line 2845

# GetCharactersCharacterIdCalendarEventIdAttendees

Get attendees

Get all invited attendees for a given event --- Alternate route: /dev/characters/{character_id}/calendar/{event_id}/attendees/ Alternate route: /legacy/characters/{character_id}/calendar/{event_id}/attendees/ Alternate route: /v1/characters/{character_id}/calendar/{event_id}/attendees/ Alternate route: /v2/characters/{character_id}/calendar/{event_id}/attendees/ --- This route is cached for up to 600 seconds

View Source public/esi-client.js, line 2880

# GetCharactersCharacterIdClones

Get clones

A list of the character's clones --- Alternate route: /dev/characters/{character_id}/clones/ Alternate route: /legacy/characters/{character_id}/clones/ Alternate route: /v2/characters/{character_id}/clones/ Alternate route: /v3/characters/{character_id}/clones/ Alternate route: /v4/characters/{character_id}/clones/ --- This route is cached for up to 120 seconds

View Source public/esi-client.js, line 2897

# GetCharactersCharacterIdContacts

Get contacts

Return contacts of a character --- Alternate route: /dev/characters/{character_id}/contacts/ Alternate route: /v2/characters/{character_id}/contacts/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 2930

# GetCharactersCharacterIdContactsLabels

Get contact labels

Return custom labels for a character's contacts --- Alternate route: /dev/characters/{character_id}/contacts/labels/ Alternate route: /legacy/characters/{character_id}/contacts/labels/ Alternate route: /v1/characters/{character_id}/contacts/labels/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 2984

# GetCharactersCharacterIdContracts

Get contracts

Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress". --- Alternate route: /dev/characters/{character_id}/contracts/ Alternate route: /legacy/characters/{character_id}/contracts/ Alternate route: /v1/characters/{character_id}/contracts/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 3001

# GetCharactersCharacterIdContractsContractIdBids

Get contract bids

Lists bids on a particular auction contract --- Alternate route: /dev/characters/{character_id}/contracts/{contract_id}/bids/ Alternate route: /legacy/characters/{character_id}/contracts/{contract_id}/bids/ Alternate route: /v1/characters/{character_id}/contracts/{contract_id}/bids/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 3018

# GetCharactersCharacterIdContractsContractIdItems

Get contract items

Lists items of a particular contract --- Alternate route: /dev/characters/{character_id}/contracts/{contract_id}/items/ Alternate route: /legacy/characters/{character_id}/contracts/{contract_id}/items/ Alternate route: /v1/characters/{character_id}/contracts/{contract_id}/items/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3035

# GetCharactersCharacterIdCorporationhistory

Get corporation history

Get a list of all the corporations a character has been a member of --- Alternate route: /dev/characters/{character_id}/corporationhistory/ Alternate route: /v2/characters/{character_id}/corporationhistory/ --- This route is cached for up to 86400 seconds

View Source public/esi-client.js, line 3052

# GetCharactersCharacterIdFatigue

Get jump fatigue

Return a character's jump activation and fatigue information --- Alternate route: /dev/characters/{character_id}/fatigue/ Alternate route: /v2/characters/{character_id}/fatigue/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 3086

# GetCharactersCharacterIdFittings

Get fittings

Return fittings of a character --- Alternate route: /dev/characters/{character_id}/fittings/ Alternate route: /v2/characters/{character_id}/fittings/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 3103

# GetCharactersCharacterIdFleet

Get character fleet info

Return the fleet ID the character is in, if any. --- Alternate route: /dev/characters/{character_id}/fleet/ Alternate route: /legacy/characters/{character_id}/fleet/ Alternate route: /v1/characters/{character_id}/fleet/ Alternate route: /v2/characters/{character_id}/fleet/ --- This route is cached for up to 60 seconds

View Source public/esi-client.js, line 3155

# GetCharactersCharacterIdFwStats

Overview of a character involved in faction warfare

Statistical overview of a character involved in faction warfare --- Alternate route: /dev/characters/{character_id}/fw/stats/ Alternate route: /legacy/characters/{character_id}/fw/stats/ Alternate route: /v1/characters/{character_id}/fw/stats/ Alternate route: /v2/characters/{character_id}/fw/stats/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 3172

# GetCharactersCharacterIdImplants

Get active implants

Return implants on the active clone of a character --- Alternate route: /dev/characters/{character_id}/implants/ Alternate route: /legacy/characters/{character_id}/implants/ Alternate route: /v1/characters/{character_id}/implants/ Alternate route: /v2/characters/{character_id}/implants/ --- This route is cached for up to 120 seconds

View Source public/esi-client.js, line 3189

# GetCharactersCharacterIdIndustryJobs

List character industry jobs

List industry jobs placed by a character --- Alternate route: /dev/characters/{character_id}/industry/jobs/ Alternate route: /legacy/characters/{character_id}/industry/jobs/ Alternate route: /v1/characters/{character_id}/industry/jobs/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 3206

# GetCharactersCharacterIdKillmailsRecent

Get a character's recent kills and losses

Return a list of a character's kills and losses going back 90 days --- Alternate route: /dev/characters/{character_id}/killmails/recent/ Alternate route: /legacy/characters/{character_id}/killmails/recent/ Alternate route: /v1/characters/{character_id}/killmails/recent/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 3223

# GetCharactersCharacterIdLocation

Get character location

Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable --- Alternate route: /dev/characters/{character_id}/location/ Alternate route: /legacy/characters/{character_id}/location/ Alternate route: /v1/characters/{character_id}/location/ Alternate route: /v2/characters/{character_id}/location/ --- This route is cached for up to 5 seconds

View Source public/esi-client.js, line 3240

# GetCharactersCharacterIdLoyaltyPoints

Get loyalty points

Return a list of loyalty points for all corporations the character has worked for --- Alternate route: /dev/characters/{character_id}/loyalty/points/ Alternate route: /legacy/characters/{character_id}/loyalty/points/ Alternate route: /v1/characters/{character_id}/loyalty/points/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3257

# GetCharactersCharacterIdMail

Return mail headers

Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards --- Alternate route: /dev/characters/{character_id}/mail/ Alternate route: /legacy/characters/{character_id}/mail/ Alternate route: /v1/characters/{character_id}/mail/ --- This route is cached for up to 30 seconds

View Source public/esi-client.js, line 3274

# GetCharactersCharacterIdMailLabels

Get mail labels and unread counts

Return a list of the users mail labels, unread counts for each label and a total unread count. --- Alternate route: /dev/characters/{character_id}/mail/labels/ Alternate route: /v3/characters/{character_id}/mail/labels/ --- This route is cached for up to 30 seconds

View Source public/esi-client.js, line 3310

# GetCharactersCharacterIdMailLists

Return mailing list subscriptions

Return all mailing lists that the character is subscribed to --- Alternate route: /dev/characters/{character_id}/mail/lists/ Alternate route: /legacy/characters/{character_id}/mail/lists/ Alternate route: /v1/characters/{character_id}/mail/lists/ --- This route is cached for up to 120 seconds

View Source public/esi-client.js, line 3362

# GetCharactersCharacterIdMailMailId

Return a mail

Return the contents of an EVE mail --- Alternate route: /dev/characters/{character_id}/mail/{mail_id}/ Alternate route: /legacy/characters/{character_id}/mail/{mail_id}/ Alternate route: /v1/characters/{character_id}/mail/{mail_id}/ --- This route is cached for up to 30 seconds

View Source public/esi-client.js, line 3395

# GetCharactersCharacterIdMedals

Get medals

Return a list of medals the character has --- Alternate route: /dev/characters/{character_id}/medals/ Alternate route: /v2/characters/{character_id}/medals/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3430

# GetCharactersCharacterIdMining

Character mining ledger

Paginated record of all mining done by a character for the past 30 days --- Alternate route: /dev/characters/{character_id}/mining/ Alternate route: /legacy/characters/{character_id}/mining/ Alternate route: /v1/characters/{character_id}/mining/ --- This route is cached for up to 600 seconds

View Source public/esi-client.js, line 3447

# GetCharactersCharacterIdNotifications

Get character notifications

Return character notifications --- Alternate route: /dev/characters/{character_id}/notifications/ Alternate route: /legacy/characters/{character_id}/notifications/ Alternate route: /v4/characters/{character_id}/notifications/ Alternate route: /v5/characters/{character_id}/notifications/ Alternate route: /v6/characters/{character_id}/notifications/ --- This route is cached for up to 600 seconds

View Source public/esi-client.js, line 3464

# GetCharactersCharacterIdNotificationsContacts

Get new contact notifications

Return notifications about having been added to someone's contact list --- Alternate route: /dev/characters/{character_id}/notifications/contacts/ Alternate route: /v2/characters/{character_id}/notifications/contacts/ --- This route is cached for up to 600 seconds

View Source public/esi-client.js, line 3481

# GetCharactersCharacterIdOnline

Get character online

Checks if the character is currently online --- Alternate route: /dev/characters/{character_id}/online/ Alternate route: /v2/characters/{character_id}/online/ Alternate route: /v3/characters/{character_id}/online/ --- This route is cached for up to 60 seconds

View Source public/esi-client.js, line 3498

# GetCharactersCharacterIdOrders

List open orders from a character

List open market orders placed by a character --- Alternate route: /dev/characters/{character_id}/orders/ Alternate route: /v2/characters/{character_id}/orders/ --- This route is cached for up to 1200 seconds

View Source public/esi-client.js, line 3515

# GetCharactersCharacterIdOrdersHistory

List historical orders by a character

List cancelled and expired market orders placed by a character up to 90 days in the past. --- Alternate route: /dev/characters/{character_id}/orders/history/ Alternate route: /legacy/characters/{character_id}/orders/history/ Alternate route: /v1/characters/{character_id}/orders/history/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3532

# GetCharactersCharacterIdPlanets

Get colonies

Returns a list of all planetary colonies owned by a character. --- Alternate route: /dev/characters/{character_id}/planets/ Alternate route: /legacy/characters/{character_id}/planets/ Alternate route: /v1/characters/{character_id}/planets/ --- This route is cached for up to 600 seconds

View Source public/esi-client.js, line 3549

# GetCharactersCharacterIdPlanetsPlanetId

Get colony layout

Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met. --- Alternate route: /dev/characters/{character_id}/planets/{planet_id}/ Alternate route: /v3/characters/{character_id}/planets/{planet_id}/

View Source public/esi-client.js, line 3566

# GetCharactersCharacterIdPortrait

Get character portraits

Get portrait urls for a character --- Alternate route: /dev/characters/{character_id}/portrait/ Alternate route: /v2/characters/{character_id}/portrait/ Alternate route: /v3/characters/{character_id}/portrait/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 3583

# GetCharactersCharacterIdRoles

Get character corporation roles

Returns a character's corporation roles --- Alternate route: /dev/characters/{character_id}/roles/ Alternate route: /v3/characters/{character_id}/roles/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3598

# GetCharactersCharacterIdSearch

Search on a string

Search for entities that match a given sub-string. --- Alternate route: /dev/characters/{character_id}/search/ Alternate route: /legacy/characters/{character_id}/search/ Alternate route: /v3/characters/{character_id}/search/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3615

# GetCharactersCharacterIdShip

Get current ship

Get the current ship type, name and id --- Alternate route: /dev/characters/{character_id}/ship/ Alternate route: /legacy/characters/{character_id}/ship/ Alternate route: /v1/characters/{character_id}/ship/ Alternate route: /v2/characters/{character_id}/ship/ --- This route is cached for up to 5 seconds

View Source public/esi-client.js, line 3632

# GetCharactersCharacterIdSkillqueue

Get character's skill queue

List the configured skill queue for the given character --- Alternate route: /dev/characters/{character_id}/skillqueue/ Alternate route: /legacy/characters/{character_id}/skillqueue/ Alternate route: /v2/characters/{character_id}/skillqueue/ --- This route is cached for up to 120 seconds

View Source public/esi-client.js, line 3649

# GetCharactersCharacterIdSkills

Get character skills

List all trained skills for the given character --- Alternate route: /dev/characters/{character_id}/skills/ Alternate route: /v4/characters/{character_id}/skills/ --- This route is cached for up to 120 seconds

View Source public/esi-client.js, line 3666

# GetCharactersCharacterIdStandings

Get standings

Return character standings from agents, NPC corporations, and factions --- Alternate route: /dev/characters/{character_id}/standings/ Alternate route: /v2/characters/{character_id}/standings/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3683

# GetCharactersCharacterIdTitles

Get character corporation titles

Returns a character's titles --- Alternate route: /dev/characters/{character_id}/titles/ Alternate route: /v2/characters/{character_id}/titles/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3700

# GetCharactersCharacterIdWallet

Get a character's wallet balance

Returns a character's wallet balance --- Alternate route: /legacy/characters/{character_id}/wallet/ Alternate route: /v1/characters/{character_id}/wallet/ --- This route is cached for up to 120 seconds --- Diff of the upcoming changes

View Source public/esi-client.js, line 3717

# GetCharactersCharacterIdWalletJournal

Get character wallet journal

Retrieve the given character's wallet journal going 30 days back --- Alternate route: /dev/characters/{character_id}/wallet/journal/ Alternate route: /legacy/characters/{character_id}/wallet/journal/ Alternate route: /v5/characters/{character_id}/wallet/journal/ Alternate route: /v6/characters/{character_id}/wallet/journal/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3734

# GetCharactersCharacterIdWalletTransactions

Get wallet transactions

Get wallet transactions of a character --- Alternate route: /dev/characters/{character_id}/wallet/transactions/ Alternate route: /legacy/characters/{character_id}/wallet/transactions/ Alternate route: /v1/characters/{character_id}/wallet/transactions/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3751

# GetContractsPublicBidsContractId

Get public contract bids

Lists bids on a public auction contract --- Alternate route: /dev/contracts/public/bids/{contract_id}/ Alternate route: /legacy/contracts/public/bids/{contract_id}/ Alternate route: /v1/contracts/public/bids/{contract_id}/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 3770

# GetContractsPublicItemsContractId

Get public contract items

Lists items of a public contract --- Alternate route: /dev/contracts/public/items/{contract_id}/ Alternate route: /legacy/contracts/public/items/{contract_id}/ Alternate route: /v1/contracts/public/items/{contract_id}/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3785

# GetContractsPublicRegionId

Get public contracts

Returns a paginated list of all public contracts in the given region --- Alternate route: /dev/contracts/public/{region_id}/ Alternate route: /legacy/contracts/public/{region_id}/ Alternate route: /v1/contracts/public/{region_id}/ --- This route is cached for up to 1800 seconds

View Source public/esi-client.js, line 3800

# GetCorporationCorporationIdMiningExtractions

Moon extraction timers

Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. --- Alternate route: /dev/corporation/{corporation_id}/mining/extractions/ Alternate route: /legacy/corporation/{corporation_id}/mining/extractions/ Alternate route: /v1/corporation/{corporation_id}/mining/extractions/ --- This route is cached for up to 1800 seconds --- Requires one of the following EVE corporation role(s): Station_Manager

View Source public/esi-client.js, line 3817

# GetCorporationCorporationIdMiningObservers

Corporation mining observers

Paginated list of all entities capable of observing and recording mining for a corporation --- Alternate route: /dev/corporation/{corporation_id}/mining/observers/ Alternate route: /legacy/corporation/{corporation_id}/mining/observers/ Alternate route: /v1/corporation/{corporation_id}/mining/observers/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant

View Source public/esi-client.js, line 3834

# GetCorporationCorporationIdMiningObserversObserverId

Observed corporation mining

Paginated record of all mining seen by an observer --- Alternate route: /dev/corporation/{corporation_id}/mining/observers/{observer_id}/ Alternate route: /legacy/corporation/{corporation_id}/mining/observers/{observer_id}/ Alternate route: /v1/corporation/{corporation_id}/mining/observers/{observer_id}/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant

View Source public/esi-client.js, line 3851

# GetCorporationsCorporationId

Get corporation information

Public information about a corporation --- Alternate route: /dev/corporations/{corporation_id}/ Alternate route: /v5/corporations/{corporation_id}/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3885

# GetCorporationsCorporationIdAlliancehistory

Get alliance history

Get a list of all the alliances a corporation has been a member of --- Alternate route: /dev/corporations/{corporation_id}/alliancehistory/ Alternate route: /v3/corporations/{corporation_id}/alliancehistory/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 3900

# GetCorporationsCorporationIdAssets

Get corporation assets

Return a list of the corporation assets --- Alternate route: /dev/corporations/{corporation_id}/assets/ Alternate route: /legacy/corporations/{corporation_id}/assets/ Alternate route: /v4/corporations/{corporation_id}/assets/ Alternate route: /v5/corporations/{corporation_id}/assets/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 3915

# GetCorporationsCorporationIdBlueprints

Get corporation blueprints

Returns a list of blueprints the corporation owns --- Alternate route: /dev/corporations/{corporation_id}/blueprints/ Alternate route: /v3/corporations/{corporation_id}/blueprints/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 3970

# GetCorporationsCorporationIdContacts

Get corporation contacts

Return contacts of a corporation --- Alternate route: /dev/corporations/{corporation_id}/contacts/ Alternate route: /v2/corporations/{corporation_id}/contacts/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 3987

# GetCorporationsCorporationIdContactsLabels

Get corporation contact labels

Return custom labels for a corporation's contacts --- Alternate route: /dev/corporations/{corporation_id}/contacts/labels/ Alternate route: /legacy/corporations/{corporation_id}/contacts/labels/ Alternate route: /v1/corporations/{corporation_id}/contacts/labels/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 4004

# GetCorporationsCorporationIdContainersLogs

Get all corporation ALSC logs

Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- Alternate route: /dev/corporations/{corporation_id}/containers/logs/ Alternate route: /v3/corporations/{corporation_id}/containers/logs/ --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4021

# GetCorporationsCorporationIdContracts

Get corporation contracts

Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress". --- Alternate route: /dev/corporations/{corporation_id}/contracts/ Alternate route: /legacy/corporations/{corporation_id}/contracts/ Alternate route: /v1/corporations/{corporation_id}/contracts/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 4038

# GetCorporationsCorporationIdContractsContractIdBids

Get corporation contract bids

Lists bids on a particular auction contract --- Alternate route: /dev/corporations/{corporation_id}/contracts/{contract_id}/bids/ Alternate route: /legacy/corporations/{corporation_id}/contracts/{contract_id}/bids/ Alternate route: /v1/corporations/{corporation_id}/contracts/{contract_id}/bids/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4055

# GetCorporationsCorporationIdContractsContractIdItems

Get corporation contract items

Lists items of a particular contract --- Alternate route: /dev/corporations/{corporation_id}/contracts/{contract_id}/items/ Alternate route: /legacy/corporations/{corporation_id}/contracts/{contract_id}/items/ Alternate route: /v1/corporations/{corporation_id}/contracts/{contract_id}/items/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4072

# GetCorporationsCorporationIdCustomsOffices

List corporation customs offices

List customs offices owned by a corporation --- Alternate route: /dev/corporations/{corporation_id}/customs_offices/ Alternate route: /legacy/corporations/{corporation_id}/customs_offices/ Alternate route: /v1/corporations/{corporation_id}/customs_offices/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4089

# GetCorporationsCorporationIdDivisions

Get corporation divisions

Return corporation hangar and wallet division names, only show if a division is not using the default name --- Alternate route: /dev/corporations/{corporation_id}/divisions/ Alternate route: /v2/corporations/{corporation_id}/divisions/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4106

# GetCorporationsCorporationIdFacilities

Get corporation facilities

Return a corporation's facilities --- Alternate route: /dev/corporations/{corporation_id}/facilities/ Alternate route: /v2/corporations/{corporation_id}/facilities/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager

View Source public/esi-client.js, line 4123

# GetCorporationsCorporationIdFwStats

Overview of a corporation involved in faction warfare

Statistics about a corporation involved in faction warfare --- Alternate route: /dev/corporations/{corporation_id}/fw/stats/ Alternate route: /legacy/corporations/{corporation_id}/fw/stats/ Alternate route: /v1/corporations/{corporation_id}/fw/stats/ Alternate route: /v2/corporations/{corporation_id}/fw/stats/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4140

# GetCorporationsCorporationIdIcons

Get corporation icon

Get the icon urls for a corporation --- Alternate route: /dev/corporations/{corporation_id}/icons/ Alternate route: /legacy/corporations/{corporation_id}/icons/ Alternate route: /v1/corporations/{corporation_id}/icons/ Alternate route: /v2/corporations/{corporation_id}/icons/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4157

# GetCorporationsCorporationIdIndustryJobs

List corporation industry jobs

List industry jobs run by a corporation --- Alternate route: /dev/corporations/{corporation_id}/industry/jobs/ Alternate route: /legacy/corporations/{corporation_id}/industry/jobs/ Alternate route: /v1/corporations/{corporation_id}/industry/jobs/ --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager

View Source public/esi-client.js, line 4172

# GetCorporationsCorporationIdKillmailsRecent

Get a corporation's recent kills and losses

Get a list of a corporation's kills and losses going back 90 days --- Alternate route: /dev/corporations/{corporation_id}/killmails/recent/ Alternate route: /legacy/corporations/{corporation_id}/killmails/recent/ Alternate route: /v1/corporations/{corporation_id}/killmails/recent/ --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4189

# GetCorporationsCorporationIdMedals

Get corporation medals

Returns a corporation's medals --- Alternate route: /dev/corporations/{corporation_id}/medals/ Alternate route: /v2/corporations/{corporation_id}/medals/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4206

# GetCorporationsCorporationIdMedalsIssued

Get corporation issued medals

Returns medals issued by a corporation --- Alternate route: /dev/corporations/{corporation_id}/medals/issued/ Alternate route: /v2/corporations/{corporation_id}/medals/issued/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4223

# GetCorporationsCorporationIdMembers

Get corporation members

Return the current member list of a corporation, the token's character need to be a member of the corporation. --- Alternate route: /dev/corporations/{corporation_id}/members/ Alternate route: /v4/corporations/{corporation_id}/members/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4240

# GetCorporationsCorporationIdMembersLimit

Get corporation member limit

Return a corporation's member limit, not including CEO himself --- Alternate route: /dev/corporations/{corporation_id}/members/limit/ Alternate route: /v2/corporations/{corporation_id}/members/limit/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4257

# GetCorporationsCorporationIdMembersTitles

Get corporation's members' titles

Returns a corporation's members' titles --- Alternate route: /dev/corporations/{corporation_id}/members/titles/ Alternate route: /v2/corporations/{corporation_id}/members/titles/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4274

# GetCorporationsCorporationIdMembertracking

Track corporation members

Returns additional information about a corporation's members which helps tracking their activities --- Alternate route: /dev/corporations/{corporation_id}/membertracking/ Alternate route: /v2/corporations/{corporation_id}/membertracking/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4291

# GetCorporationsCorporationIdOrders

List open orders from a corporation

List open market orders placed on behalf of a corporation --- Alternate route: /dev/corporations/{corporation_id}/orders/ Alternate route: /legacy/corporations/{corporation_id}/orders/ Alternate route: /v2/corporations/{corporation_id}/orders/ Alternate route: /v3/corporations/{corporation_id}/orders/ --- This route is cached for up to 1200 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader

View Source public/esi-client.js, line 4308

# GetCorporationsCorporationIdOrdersHistory

List historical orders from a corporation

List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past. --- Alternate route: /dev/corporations/{corporation_id}/orders/history/ Alternate route: /legacy/corporations/{corporation_id}/orders/history/ Alternate route: /v1/corporations/{corporation_id}/orders/history/ Alternate route: /v2/corporations/{corporation_id}/orders/history/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant, Trader

View Source public/esi-client.js, line 4325

# GetCorporationsCorporationIdRoles

Get corporation member roles

Return the roles of all members if the character has the personnel manager role or any grantable role. --- Alternate route: /dev/corporations/{corporation_id}/roles/ Alternate route: /v2/corporations/{corporation_id}/roles/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4342

# GetCorporationsCorporationIdRolesHistory

Get corporation member roles history

Return how roles have changed for a coporation's members, up to a month --- Alternate route: /dev/corporations/{corporation_id}/roles/history/ Alternate route: /v2/corporations/{corporation_id}/roles/history/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4359

# GetCorporationsCorporationIdShareholders

Get corporation shareholders

Return the current shareholders of a corporation. --- Alternate route: /dev/corporations/{corporation_id}/shareholders/ Alternate route: /legacy/corporations/{corporation_id}/shareholders/ Alternate route: /v1/corporations/{corporation_id}/shareholders/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4376

# GetCorporationsCorporationIdStandings

Get corporation standings

Return corporation standings from agents, NPC corporations, and factions --- Alternate route: /dev/corporations/{corporation_id}/standings/ Alternate route: /v2/corporations/{corporation_id}/standings/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4393

# GetCorporationsCorporationIdStarbases

Get corporation starbases (POSes)

Returns list of corporation starbases (POSes) --- Alternate route: /dev/corporations/{corporation_id}/starbases/ Alternate route: /v2/corporations/{corporation_id}/starbases/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4410

# GetCorporationsCorporationIdStarbasesStarbaseId

Get starbase (POS) detail

Returns various settings and fuels of a starbase (POS) --- Alternate route: /dev/corporations/{corporation_id}/starbases/{starbase_id}/ Alternate route: /v2/corporations/{corporation_id}/starbases/{starbase_id}/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4427

# GetCorporationsCorporationIdStructures

Get corporation structures

Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th --- Alternate route: /dev/corporations/{corporation_id}/structures/ Alternate route: /v4/corporations/{corporation_id}/structures/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Station_Manager

View Source public/esi-client.js, line 4444

# GetCorporationsCorporationIdTitles

Get corporation titles

Returns a corporation's titles --- Alternate route: /dev/corporations/{corporation_id}/titles/ Alternate route: /v2/corporations/{corporation_id}/titles/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 4461

# GetCorporationsCorporationIdWallets

Returns a corporation's wallet balance

Get a corporation's wallets --- Alternate route: /dev/corporations/{corporation_id}/wallets/ Alternate route: /legacy/corporations/{corporation_id}/wallets/ Alternate route: /v1/corporations/{corporation_id}/wallets/ --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant

View Source public/esi-client.js, line 4478

# GetCorporationsCorporationIdWalletsDivisionJournal

Get corporation wallet journal

Retrieve the given corporation's wallet journal for the given division going 30 days back --- Alternate route: /dev/corporations/{corporation_id}/wallets/{division}/journal/ Alternate route: /legacy/corporations/{corporation_id}/wallets/{division}/journal/ Alternate route: /v3/corporations/{corporation_id}/wallets/{division}/journal/ Alternate route: /v4/corporations/{corporation_id}/wallets/{division}/journal/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant

View Source public/esi-client.js, line 4495

# GetCorporationsCorporationIdWalletsDivisionTransactions

Get corporation wallet transactions

Get wallet transactions of a corporation --- Alternate route: /dev/corporations/{corporation_id}/wallets/{division}/transactions/ Alternate route: /legacy/corporations/{corporation_id}/wallets/{division}/transactions/ Alternate route: /v1/corporations/{corporation_id}/wallets/{division}/transactions/ --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant

View Source public/esi-client.js, line 4512

# GetCorporationsNpccorps

Get npc corporations

Get a list of npc corporations --- Alternate route: /dev/corporations/npccorps/ Alternate route: /v2/corporations/npccorps/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 3870

# GetDogmaAttributes

Get attributes

Get a list of dogma attribute ids --- Alternate route: /dev/dogma/attributes/ Alternate route: /legacy/dogma/attributes/ Alternate route: /v1/dogma/attributes/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4531

# GetDogmaAttributesAttributeId

Get attribute information

Get information on a dogma attribute --- Alternate route: /dev/dogma/attributes/{attribute_id}/ Alternate route: /legacy/dogma/attributes/{attribute_id}/ Alternate route: /v1/dogma/attributes/{attribute_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4546

# GetDogmaDynamicItemsTypeIdItemId

Get dynamic item information

Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- Alternate route: /dev/dogma/dynamic/items/{type_id}/{item_id}/ Alternate route: /legacy/dogma/dynamic/items/{type_id}/{item_id}/ Alternate route: /v1/dogma/dynamic/items/{type_id}/{item_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4561

# GetDogmaEffects

Get effects

Get a list of dogma effect ids --- Alternate route: /dev/dogma/effects/ Alternate route: /legacy/dogma/effects/ Alternate route: /v1/dogma/effects/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4576

# GetDogmaEffectsEffectId

Get effect information

Get information on a dogma effect --- Alternate route: /dev/dogma/effects/{effect_id}/ Alternate route: /v2/dogma/effects/{effect_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4591

# GetFleetsFleetId

Get fleet information

Return details about a fleet --- Alternate route: /dev/fleets/{fleet_id}/ Alternate route: /legacy/fleets/{fleet_id}/ Alternate route: /v1/fleets/{fleet_id}/ --- This route is cached for up to 5 seconds

View Source public/esi-client.js, line 4608

# GetFleetsFleetIdMembers

Get fleet members

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

View Source public/esi-client.js, line 4643

# GetFleetsFleetIdWings

Get fleet wings

Return information about wings in a fleet --- Alternate route: /dev/fleets/{fleet_id}/wings/ Alternate route: /legacy/fleets/{fleet_id}/wings/ Alternate route: /v1/fleets/{fleet_id}/wings/ --- This route is cached for up to 5 seconds

View Source public/esi-client.js, line 4746

# GetFwLeaderboards

List of the top factions in faction warfare

Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday --- Alternate route: /dev/fw/leaderboards/ Alternate route: /legacy/fw/leaderboards/ Alternate route: /v1/fw/leaderboards/ Alternate route: /v2/fw/leaderboards/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4833

# GetFwLeaderboardsCharacters

List of the top pilots in faction warfare

Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday --- Alternate route: /dev/fw/leaderboards/characters/ Alternate route: /legacy/fw/leaderboards/characters/ Alternate route: /v1/fw/leaderboards/characters/ Alternate route: /v2/fw/leaderboards/characters/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4848

# GetFwLeaderboardsCorporations

List of the top corporations in faction warfare

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

View Source public/esi-client.js, line 4863

# GetFwStats

An overview of statistics about factions involved in faction warfare

Statistical overviews of factions involved in faction warfare --- Alternate route: /dev/fw/stats/ Alternate route: /legacy/fw/stats/ Alternate route: /v1/fw/stats/ Alternate route: /v2/fw/stats/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4878

# GetFwSystems

Ownership of faction warfare systems

An overview of the current ownership of faction warfare solar systems --- Alternate route: /dev/fw/systems/ Alternate route: /legacy/fw/systems/ Alternate route: /v2/fw/systems/ Alternate route: /v3/fw/systems/ --- This route is cached for up to 1800 seconds

View Source public/esi-client.js, line 4893

# GetFwWars

Data about which NPC factions are at war

Data about which NPC factions are at war --- Alternate route: /dev/fw/wars/ Alternate route: /legacy/fw/wars/ Alternate route: /v1/fw/wars/ Alternate route: /v2/fw/wars/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 4908

# GetIncursions

List incursions

Return a list of current incursions --- Alternate route: /dev/incursions/ Alternate route: /legacy/incursions/ Alternate route: /v1/incursions/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 4925

# GetIndustryFacilities

List industry facilities

Return a list of industry facilities --- Alternate route: /dev/industry/facilities/ Alternate route: /legacy/industry/facilities/ Alternate route: /v1/industry/facilities/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4942

# GetIndustrySystems

List solar system cost indices

Return cost indices for solar systems --- Alternate route: /dev/industry/systems/ Alternate route: /legacy/industry/systems/ Alternate route: /v1/industry/systems/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4957

# GetInsurancePrices

List insurance levels

Return available insurance levels for all ship types --- Alternate route: /dev/insurance/prices/ Alternate route: /legacy/insurance/prices/ Alternate route: /v1/insurance/prices/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 4974

# GetKillmailsKillmailIdKillmailHash

Get a single killmail

Return a single killmail from its ID and hash --- Alternate route: /dev/killmails/{killmail_id}/{killmail_hash}/ Alternate route: /legacy/killmails/{killmail_id}/{killmail_hash}/ Alternate route: /v1/killmails/{killmail_id}/{killmail_hash}/ --- This route is cached for up to 30758400 seconds

View Source public/esi-client.js, line 4991

# GetLoyaltyStoresCorporationIdOffers

List loyalty store offers

Return a list of offers from a specific corporation's loyalty store --- Alternate route: /dev/loyalty/stores/{corporation_id}/offers/ Alternate route: /legacy/loyalty/stores/{corporation_id}/offers/ Alternate route: /v1/loyalty/stores/{corporation_id}/offers/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5008

# GetMarketsGroups

Get item groups

Get a list of item groups --- Alternate route: /dev/markets/groups/ Alternate route: /legacy/markets/groups/ Alternate route: /v1/markets/groups/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5025

# GetMarketsGroupsMarketGroupId

Get item group information

Get information on an item group --- Alternate route: /dev/markets/groups/{market_group_id}/ Alternate route: /legacy/markets/groups/{market_group_id}/ Alternate route: /v1/markets/groups/{market_group_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5040

# GetMarketsPrices

List market prices

Return a list of prices --- Alternate route: /dev/markets/prices/ Alternate route: /legacy/markets/prices/ Alternate route: /v1/markets/prices/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5055

# GetMarketsRegionIdHistory

List historical market statistics in a region

Return a list of historical market statistics for the specified type in a region --- Alternate route: /dev/markets/{region_id}/history/ Alternate route: /legacy/markets/{region_id}/history/ Alternate route: /v1/markets/{region_id}/history/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5087

# GetMarketsRegionIdOrders

List orders in a region

Return a list of orders in a region --- Alternate route: /dev/markets/{region_id}/orders/ Alternate route: /legacy/markets/{region_id}/orders/ Alternate route: /v1/markets/{region_id}/orders/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 5102

# GetMarketsRegionIdTypes

List type IDs relevant to a market

Return a list of type IDs that have active orders in the region, for efficient market indexing. --- Alternate route: /dev/markets/{region_id}/types/ Alternate route: /legacy/markets/{region_id}/types/ Alternate route: /v1/markets/{region_id}/types/ --- This route is cached for up to 600 seconds

View Source public/esi-client.js, line 5117

# GetMarketsStructuresStructureId

List orders in a structure

Return all orders in a structure --- Alternate route: /dev/markets/structures/{structure_id}/ Alternate route: /legacy/markets/structures/{structure_id}/ Alternate route: /v1/markets/structures/{structure_id}/ --- This route is cached for up to 300 seconds

View Source public/esi-client.js, line 5070

# GetRouteOriginDestination

Get route

Get the systems between origin and destination --- Alternate route: /dev/route/{origin}/{destination}/ Alternate route: /legacy/route/{origin}/{destination}/ Alternate route: /v1/route/{origin}/{destination}/ --- This route is cached for up to 86400 seconds

View Source public/esi-client.js, line 5134

# GetSovereigntyCampaigns

List sovereignty campaigns

Shows sovereignty data for campaigns. --- Alternate route: /dev/sovereignty/campaigns/ Alternate route: /legacy/sovereignty/campaigns/ Alternate route: /v1/sovereignty/campaigns/ --- This route is cached for up to 5 seconds

View Source public/esi-client.js, line 5151

# GetSovereigntyMap

List sovereignty of systems

Shows sovereignty information for solar systems --- Alternate route: /dev/sovereignty/map/ Alternate route: /legacy/sovereignty/map/ Alternate route: /v1/sovereignty/map/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5166

# GetSovereigntyStructures

List sovereignty structures

Shows sovereignty data for structures. --- Alternate route: /dev/sovereignty/structures/ Alternate route: /legacy/sovereignty/structures/ Alternate route: /v1/sovereignty/structures/ --- This route is cached for up to 120 seconds

View Source public/esi-client.js, line 5181

# GetStatus

Retrieve the uptime and player counts

EVE Server status --- Alternate route: /dev/status/ Alternate route: /legacy/status/ Alternate route: /v1/status/ Alternate route: /v2/status/ --- This route is cached for up to 30 seconds

View Source public/esi-client.js, line 5198

# GetUniverseAncestries

Get ancestries

Get all character ancestries --- Alternate route: /legacy/universe/ancestries/ Alternate route: /v1/universe/ancestries/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5299

# GetUniverseAsteroidBeltsAsteroidBeltId

Get asteroid belt information

Get information on an asteroid belt --- Alternate route: /legacy/universe/asteroid_belts/{asteroid_belt_id}/ Alternate route: /v1/universe/asteroid_belts/{asteroid_belt_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5314

# GetUniverseBloodlines

Get bloodlines

Get a list of bloodlines --- Alternate route: /legacy/universe/bloodlines/ Alternate route: /v1/universe/bloodlines/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5329

# GetUniverseCategories

Get item categories

Get a list of item categories --- Alternate route: /legacy/universe/categories/ Alternate route: /v1/universe/categories/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5344

# GetUniverseCategoriesCategoryId

Get item category information

Get information of an item category --- Alternate route: /legacy/universe/categories/{category_id}/ Alternate route: /v1/universe/categories/{category_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5359

# GetUniverseConstellations

Get constellations

Get a list of constellations --- Alternate route: /legacy/universe/constellations/ Alternate route: /v1/universe/constellations/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5374

# GetUniverseConstellationsConstellationId

Get constellation information

Get information on a constellation --- Alternate route: /legacy/universe/constellations/{constellation_id}/ Alternate route: /v1/universe/constellations/{constellation_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5389

# GetUniverseFactions

Get factions

Get a list of factions --- Alternate route: /dev/universe/factions/ Alternate route: /v2/universe/factions/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5404

# GetUniverseGraphics

Get graphics

Get a list of graphics --- Alternate route: /legacy/universe/graphics/ Alternate route: /v1/universe/graphics/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5419

# GetUniverseGraphicsGraphicId

Get graphic information

Get information on a graphic --- Alternate route: /dev/universe/graphics/{graphic_id}/ Alternate route: /legacy/universe/graphics/{graphic_id}/ Alternate route: /v1/universe/graphics/{graphic_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5434

# GetUniverseGroups

Get item groups

Get a list of item groups --- Alternate route: /legacy/universe/groups/ Alternate route: /v1/universe/groups/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5449

# GetUniverseGroupsGroupId

Get item group information

Get information on an item group --- Alternate route: /dev/universe/groups/{group_id}/ Alternate route: /legacy/universe/groups/{group_id}/ Alternate route: /v1/universe/groups/{group_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5464

# GetUniverseMoonsMoonId

Get moon information

Get information on a moon --- Alternate route: /legacy/universe/moons/{moon_id}/ Alternate route: /v1/universe/moons/{moon_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5496

# GetUniversePlanetsPlanetId

Get planet information

Get information on a planet --- Alternate route: /legacy/universe/planets/{planet_id}/ Alternate route: /v1/universe/planets/{planet_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5528

# GetUniverseRaces

Get character races

Get a list of character races --- Alternate route: /dev/universe/races/ Alternate route: /legacy/universe/races/ Alternate route: /v1/universe/races/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5543

# GetUniverseRegions

Get regions

Get a list of regions --- Alternate route: /legacy/universe/regions/ Alternate route: /v1/universe/regions/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5558

# GetUniverseRegionsRegionId

Get region information

Get information on a region --- Alternate route: /legacy/universe/regions/{region_id}/ Alternate route: /v1/universe/regions/{region_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5573

# GetUniverseSchematicsSchematicId

Get schematic information

Get information on a planetary factory schematic --- Alternate route: /dev/universe/schematics/{schematic_id}/ Alternate route: /legacy/universe/schematics/{schematic_id}/ Alternate route: /v1/universe/schematics/{schematic_id}/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5588

# GetUniverseStargatesStargateId

Get stargate information

Get information on a stargate --- Alternate route: /legacy/universe/stargates/{stargate_id}/ Alternate route: /v1/universe/stargates/{stargate_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5603

# GetUniverseStarsStarId

Get star information

Get information on a star --- Alternate route: /legacy/universe/stars/{star_id}/ Alternate route: /v1/universe/stars/{star_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5618

# GetUniverseStationsStationId

Get station information

Get information on a station --- Alternate route: /dev/universe/stations/{station_id}/ Alternate route: /v2/universe/stations/{station_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5633

# GetUniverseStructures

List all public structures

List all public structures --- Alternate route: /dev/universe/structures/ Alternate route: /legacy/universe/structures/ Alternate route: /v1/universe/structures/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5648

# GetUniverseStructuresStructureId

Get structure information

Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs. --- Alternate route: /legacy/universe/structures/{structure_id}/ Alternate route: /v1/universe/structures/{structure_id}/ Alternate route: /v2/universe/structures/{structure_id}/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5663

# GetUniverseSystemJumps

Get system jumps

Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed --- Alternate route: /legacy/universe/system_jumps/ Alternate route: /v1/universe/system_jumps/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5680

# GetUniverseSystemKills

Get system kills

Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed --- Alternate route: /v2/universe/system_kills/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5695

# GetUniverseSystems

Get solar systems

Get a list of solar systems --- Alternate route: /dev/universe/systems/ Alternate route: /legacy/universe/systems/ Alternate route: /v1/universe/systems/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5710

# GetUniverseSystemsSystemId

Get solar system information

Get information on a solar system. --- Alternate route: /dev/universe/systems/{system_id}/ Alternate route: /v4/universe/systems/{system_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5725

# GetUniverseTypes

Get types

Get a list of type ids --- Alternate route: /legacy/universe/types/ Alternate route: /v1/universe/types/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5740

# GetUniverseTypesTypeId

Get type information

Get information on a type --- Alternate route: /dev/universe/types/{type_id}/ Alternate route: /legacy/universe/types/{type_id}/ Alternate route: /v2/universe/types/{type_id}/ Alternate route: /v3/universe/types/{type_id}/ --- This route expires daily at 11:05

View Source public/esi-client.js, line 5755

# GetWars

List wars

Return a list of wars --- Alternate route: /dev/wars/ Alternate route: /legacy/wars/ Alternate route: /v1/wars/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5772

# GetWarsWarId

Get war information

Return details about a war --- Alternate route: /dev/wars/{war_id}/ Alternate route: /legacy/wars/{war_id}/ Alternate route: /v1/wars/{war_id}/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5787

# GetWarsWarIdKillmails

List kills for a war

Return a list of kills related to a war --- Alternate route: /dev/wars/{war_id}/killmails/ Alternate route: /legacy/wars/{war_id}/killmails/ Alternate route: /v1/wars/{war_id}/killmails/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 5802

# PostCharactersAffiliation

Character affiliation

Bulk lookup of character IDs to corporation, alliance and faction --- Alternate route: /dev/characters/affiliation/ Alternate route: /legacy/characters/affiliation/ Alternate route: /v1/characters/affiliation/ Alternate route: /v2/characters/affiliation/ --- This route is cached for up to 3600 seconds

View Source public/esi-client.js, line 2690

# PostCharactersCharacterIdAssetsLocations

Get character asset locations

Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- Alternate route: /dev/characters/{character_id}/assets/locations/ Alternate route: /v2/characters/{character_id}/assets/locations/

View Source public/esi-client.js, line 2756

# PostCharactersCharacterIdAssetsNames

Get character asset names

Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships. --- Alternate route: /dev/characters/{character_id}/assets/names/ Alternate route: /legacy/characters/{character_id}/assets/names/ Alternate route: /v1/characters/{character_id}/assets/names/

View Source public/esi-client.js, line 2775

# PostCharactersCharacterIdContacts

Add contacts

Bulk add contacts with same settings --- Alternate route: /dev/characters/{character_id}/contacts/ Alternate route: /v2/characters/{character_id}/contacts/

View Source public/esi-client.js, line 2947

# PostCharactersCharacterIdCspa

Calculate a CSPA charge cost

Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost --- Alternate route: /dev/characters/{character_id}/cspa/ Alternate route: /v5/characters/{character_id}/cspa/

View Source public/esi-client.js, line 3067

# PostCharactersCharacterIdFittings

Create fitting

Save a new fitting for a character --- Alternate route: /dev/characters/{character_id}/fittings/ Alternate route: /legacy/characters/{character_id}/fittings/ Alternate route: /v1/characters/{character_id}/fittings/ Alternate route: /v2/characters/{character_id}/fittings/

View Source public/esi-client.js, line 3120

# PostCharactersCharacterIdMail

Send a new mail

Create and send a new mail --- Alternate route: /dev/characters/{character_id}/mail/ Alternate route: /legacy/characters/{character_id}/mail/ Alternate route: /v1/characters/{character_id}/mail/

View Source public/esi-client.js, line 3291

# PostCharactersCharacterIdMailLabels

Create a mail label

Create a mail label --- Alternate route: /dev/characters/{character_id}/mail/labels/ Alternate route: /legacy/characters/{character_id}/mail/labels/ Alternate route: /v2/characters/{character_id}/mail/labels/

View Source public/esi-client.js, line 3327

# PostCorporationsCorporationIdAssetsLocations

Get corporation asset locations

Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) --- Alternate route: /dev/corporations/{corporation_id}/assets/locations/ Alternate route: /v2/corporations/{corporation_id}/assets/locations/ --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 3932

# PostCorporationsCorporationIdAssetsNames

Get corporation asset names

Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships --- Alternate route: /dev/corporations/{corporation_id}/assets/names/ Alternate route: /legacy/corporations/{corporation_id}/assets/names/ Alternate route: /v1/corporations/{corporation_id}/assets/names/ --- Requires one of the following EVE corporation role(s): Director

View Source public/esi-client.js, line 3951

# PostFleetsFleetIdMembers

Create fleet invitation

Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI --- Alternate route: /dev/fleets/{fleet_id}/members/ Alternate route: /legacy/fleets/{fleet_id}/members/ Alternate route: /v1/fleets/{fleet_id}/members/

View Source public/esi-client.js, line 4660

# PostFleetsFleetIdWings

Create fleet wing

Create a new wing in a fleet --- Alternate route: /dev/fleets/{fleet_id}/wings/ Alternate route: /legacy/fleets/{fleet_id}/wings/ Alternate route: /v1/fleets/{fleet_id}/wings/

View Source public/esi-client.js, line 4763

# PostFleetsFleetIdWingsWingIdSquads

Create fleet squad

Create a new squad in a fleet --- Alternate route: /dev/fleets/{fleet_id}/wings/{wing_id}/squads/ Alternate route: /legacy/fleets/{fleet_id}/wings/{wing_id}/squads/ Alternate route: /v1/fleets/{fleet_id}/wings/{wing_id}/squads/

View Source public/esi-client.js, line 4814

# PostUiAutopilotWaypoint

Set Autopilot Waypoint

Set a solar system as autopilot waypoint --- Alternate route: /dev/ui/autopilot/waypoint/ Alternate route: /legacy/ui/autopilot/waypoint/ Alternate route: /v2/ui/autopilot/waypoint/

View Source public/esi-client.js, line 5215

# PostUiOpenwindowContract

Open Contract Window

Open the contract window inside the client --- Alternate route: /dev/ui/openwindow/contract/ Alternate route: /legacy/ui/openwindow/contract/ Alternate route: /v1/ui/openwindow/contract/

View Source public/esi-client.js, line 5231

# PostUiOpenwindowInformation

Open Information Window

Open the information window for a character, corporation or alliance inside the client --- Alternate route: /dev/ui/openwindow/information/ Alternate route: /legacy/ui/openwindow/information/ Alternate route: /v1/ui/openwindow/information/

View Source public/esi-client.js, line 5247

# PostUiOpenwindowMarketdetails

Open Market Details

Open the market details window for a specific typeID inside the client --- Alternate route: /dev/ui/openwindow/marketdetails/ Alternate route: /legacy/ui/openwindow/marketdetails/ Alternate route: /v1/ui/openwindow/marketdetails/

View Source public/esi-client.js, line 5263

# PostUiOpenwindowNewmail

Open New Mail Window

Open the New Mail window, according to settings from the request if applicable --- Alternate route: /dev/ui/openwindow/newmail/ Alternate route: /legacy/ui/openwindow/newmail/ Alternate route: /v1/ui/openwindow/newmail/

View Source public/esi-client.js, line 5279

# PostUniverseIds

Bulk names to IDs

Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours --- Alternate route: /dev/universe/ids/ Alternate route: /legacy/universe/ids/ Alternate route: /v1/universe/ids/

View Source public/esi-client.js, line 5479

# PostUniverseNames

Get names and categories for a set of IDs

Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions --- Alternate route: /dev/universe/names/ Alternate route: /legacy/universe/names/ Alternate route: /v2/universe/names/ Alternate route: /v3/universe/names/

View Source public/esi-client.js, line 5511

# PutCharactersCharacterIdCalendarEventId

Respond to an event

Set your response status to an event --- Alternate route: /dev/characters/{character_id}/calendar/{event_id}/ Alternate route: /legacy/characters/{character_id}/calendar/{event_id}/ Alternate route: /v3/characters/{character_id}/calendar/{event_id}/ Alternate route: /v4/characters/{character_id}/calendar/{event_id}/ --- This route is cached for up to 5 seconds

View Source public/esi-client.js, line 2862

# PutCharactersCharacterIdContacts

Edit contacts

Bulk edit contacts with same settings --- Alternate route: /dev/characters/{character_id}/contacts/ Alternate route: /v2/characters/{character_id}/contacts/

View Source public/esi-client.js, line 2966

# PutCharactersCharacterIdMailMailId

Update metadata about a mail

Update metadata about a mail --- Alternate route: /dev/characters/{character_id}/mail/{mail_id}/ Alternate route: /legacy/characters/{character_id}/mail/{mail_id}/ Alternate route: /v1/characters/{character_id}/mail/{mail_id}/

View Source public/esi-client.js, line 3412

# PutFleetsFleetId

Update fleet

Update settings about a fleet --- Alternate route: /dev/fleets/{fleet_id}/ Alternate route: /legacy/fleets/{fleet_id}/ Alternate route: /v1/fleets/{fleet_id}/

View Source public/esi-client.js, line 4625

# PutFleetsFleetIdMembersMemberId

Move fleet member

Move a fleet member around --- Alternate route: /dev/fleets/{fleet_id}/members/{member_id}/ Alternate route: /legacy/fleets/{fleet_id}/members/{member_id}/ Alternate route: /v1/fleets/{fleet_id}/members/{member_id}/

View Source public/esi-client.js, line 4694

# PutFleetsFleetIdSquadsSquadId

Rename fleet squad

Rename a fleet squad --- Alternate route: /dev/fleets/{fleet_id}/squads/{squad_id}/ Alternate route: /legacy/fleets/{fleet_id}/squads/{squad_id}/ Alternate route: /v1/fleets/{fleet_id}/squads/{squad_id}/

View Source public/esi-client.js, line 4728

# PutFleetsFleetIdWingsWingId

Rename fleet wing

Rename a fleet wing --- Alternate route: /dev/fleets/{fleet_id}/wings/{wing_id}/ Alternate route: /legacy/fleets/{fleet_id}/wings/{wing_id}/ Alternate route: /v1/fleets/{fleet_id}/wings/{wing_id}/

View Source public/esi-client.js, line 4796

Methods

# async ensureAuth()

Ensure auth token is available and valid.

View Source src/js/classes/PlanetaryInteraction.js, line 45

If no auth is provided.

Error

# async fetch() → {Promise.<object>}

Fetch structure data from the ESI API.

View Source src/js/classes/Structure.js, line 34

Structure data object.

Promise.<object>

# getActiveSystems() → {Array.<number>}

Get a list of all staging solar system IDs from active incursions.

View Source src/js/classes/Incursions.js, line 49

Array of system IDs.

Array.<number>

# getByConstellation(constellationId) → {object|undefined}

Get an incursion by its constellation ID.

Parameters:
Name Type Description
constellationId number

The constellation ID to search for.

View Source src/js/classes/Incursions.js, line 32

The matching incursion or undefined.

object | undefined

# getByStagingSystem(systemId) → {object|undefined}

Get an incursion by its staging system ID.

Parameters:
Name Type Description
systemId number

The staging solar system ID to search for.

View Source src/js/classes/Incursions.js, line 41

The matching incursion or undefined.

object | undefined

# async getCharacterStats(characterId) → {Promise.<Object>}

Retrieves the faction warfare statistics for a specific character by their character ID. If the stats are already loaded, returns them from memory.

Parameters:
Name Type Description
characterId number

The character ID to retrieve the statistics for.

View Source src/js/classes/FactionWarfare.js, line 106

The character's faction warfare statistics.

Promise.<Object>

# async getCorporationStats(corporationId) → {Promise.<Object>}

Retrieves the faction warfare statistics for a specific corporation by its corporation ID. If the stats are already loaded, returns them from memory.

Parameters:
Name Type Description
corporationId number

The corporation ID to retrieve the statistics for.

View Source src/js/classes/FactionWarfare.js, line 123

The corporation's faction warfare statistics.

Promise.<Object>

# async getSecure(fromSystemId, toSystemId) → {Promise.<Array.<number>>}

Get the safest (most secure) route between two systems. Avoids low and null-sec where possible.

Parameters:
Name Type Description
fromSystemId number

Origin system ID.

toSystemId number

Destination system ID.

View Source src/js/classes/Routes.js, line 35

Array of system IDs representing the secure route.

Promise.<Array.<number>>

# async getShortest(fromSystemId, toSystemId) → {Promise.<Array.<number>>}

Get the shortest route between two solar systems.

Parameters:
Name Type Description
fromSystemId number

Origin system ID.

toSystemId number

Destination system ID.

View Source src/js/classes/Routes.js, line 21

Array of system IDs representing the route.

Promise.<Array.<number>>

# async getUnsafe(fromSystemId, toSystemId) → {Promise.<Array.<number>>}

Get the most dangerous (least secure) route between two systems. Prioritizes low/null sec where applicable.

Parameters:
Name Type Description
fromSystemId number

Origin system ID.

toSystemId number

Destination system ID.

View Source src/js/classes/Routes.js, line 49

Array of system IDs representing the unsafe route.

Promise.<Array.<number>>

# async load() → {Promise.<Array.<object>>}

Load all active incursions from the Tranquility server.

View Source src/js/classes/Incursions.js, line 21

Array of active incursion data.

Promise.<Array.<object>>

# async loadCampaigns() → {Promise.<Array>}

Loads active sovereignty campaigns (contests for ownership).

View Source src/js/classes/Sovereignty.js, line 70

Promise.<Array>

# async loadFactions() → {Promise.<Array>}

Loads the list of factions involved in faction warfare from the EVE Swagger Interface API.

View Source src/js/classes/FactionWarfare.js, line 74

The list of factions.

Promise.<Array>

# async loadLeaderboards() → {Promise.<Object>}

Loads the faction warfare leaderboards for global, character, and corporation rankings from the EVE Swagger Interface API.

View Source src/js/classes/FactionWarfare.js, line 92

The leaderboards object containing global, character, and corporation leaderboards.

Promise.<Object>

# async loadMap() → {Promise.<Array>}

Loads the sovereignty map, resolving owners by alliance, corporation, or faction.

View Source src/js/classes/Sovereignty.js, line 53

Promise.<Array>

# async loadPlanetDetail(planetId) → {Promise.<Object>}

Load detailed information about a specific planet.

Parameters:
Name Type Description
planetId number

The planet ID.

View Source src/js/classes/PlanetaryInteraction.js, line 67

Planet layout and details.

Promise.<Object>

# async loadPlanetMeta(planetId) → {Promise.<Object>}

Load static planet metadata (planet type, position, system).

Parameters:
Name Type Description
planetId number

The planet ID.

View Source src/js/classes/PlanetaryInteraction.js, line 86

Planet metadata.

Promise.<Object>

# async loadPlanets() → {Promise.<Array.<Object>>}

Load all PI planets owned by this character.

View Source src/js/classes/PlanetaryInteraction.js, line 54

Array of planet summaries.

Promise.<Array.<Object>>

# async loadSchematic(schematicId) → {Promise.<Object>}

Load schematic info by schematic ID.

Parameters:
Name Type Description
schematicId number

The schematic ID.

View Source src/js/classes/PlanetaryInteraction.js, line 97

Schematic input/output information.

Promise.<Object>

# async loadStats() → {Promise.<Object>}

Loads the overall faction warfare statistics from the EVE Swagger Interface API.

View Source src/js/classes/FactionWarfare.js, line 65

The faction warfare statistics.

Promise.<Object>

# async loadStructures() → {Promise.<Array.<Structure>>}

Loads all sovereignty structures.

View Source src/js/classes/Sovereignty.js, line 43

Promise.<Array.<Structure>>

# async loadSystems() → {Promise.<Array>}

Loads the list of systems involved in faction warfare from the EVE Swagger Interface API.

View Source src/js/classes/FactionWarfare.js, line 83

The list of systems.

Promise.<Array>

# setDetails(details)

Updates known metadata for this location.

Parameters:
Name Type Attributes Description
details Object
name string <optional>
type string <optional>
system System <optional>
region Region <optional>

View Source src/js/classes/Location.js, line 49

# toJSON() → {object|null}

Optional serializer for structure data.

View Source src/js/classes/Structure.js, line 46

object | null