Skip to content

Latest commit

 

History

History
139 lines (79 loc) · 5.62 KB

AllianceApi.md

File metadata and controls

139 lines (79 loc) · 5.62 KB

\AllianceApi

All URIs are relative to https://esi.evetech.net/latest

Method HTTP request Description
get_alliances GET /alliances/ List all alliances
get_alliances_alliance_id GET /alliances/{alliance_id}/ Get alliance information
get_alliances_alliance_id_corporations GET /alliances/{alliance_id}/corporations/ List alliance's corporations
get_alliances_alliance_id_icons GET /alliances/{alliance_id}/icons/ Get alliance icon

get_alliances

Vec get_alliances(datasource, if_none_match) 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

Parameters

Name Type Description Required Notes
datasource Option<String> The server name you would like data from [default to tranquility]
if_none_match Option<String> ETag from a previous request. A 304 will be returned if this matches the current ETag

Return type

Vec

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_alliances_alliance_id

crate::models::GetAlliancesAllianceIdOk get_alliances_alliance_id(alliance_id, datasource, if_none_match) 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

Parameters

Name Type Description Required Notes
alliance_id i32 An EVE alliance ID [required]
datasource Option<String> The server name you would like data from [default to tranquility]
if_none_match Option<String> ETag from a previous request. A 304 will be returned if this matches the current ETag

Return type

crate::models::GetAlliancesAllianceIdOk

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_alliances_alliance_id_corporations

Vec get_alliances_alliance_id_corporations(alliance_id, datasource, if_none_match) 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

Parameters

Name Type Description Required Notes
alliance_id i32 An EVE alliance ID [required]
datasource Option<String> The server name you would like data from [default to tranquility]
if_none_match Option<String> ETag from a previous request. A 304 will be returned if this matches the current ETag

Return type

Vec

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_alliances_alliance_id_icons

crate::models::GetAlliancesAllianceIdIconsOk get_alliances_alliance_id_icons(alliance_id, datasource, if_none_match) Get alliance icon

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

Parameters

Name Type Description Required Notes
alliance_id i32 An EVE alliance ID [required]
datasource Option<String> The server name you would like data from [default to tranquility]
if_none_match Option<String> ETag from a previous request. A 304 will be returned if this matches the current ETag

Return type

crate::models::GetAlliancesAllianceIdIconsOk

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]