All URIs are relative to https://esi.evetech.net
Method | HTTP request | Description |
---|---|---|
GetAlliances | Get /v1/alliances/ | List all alliances |
GetAlliancesAllianceId | Get /v3/alliances/{alliance_id}/ | Get alliance information |
GetAlliancesAllianceIdCorporations | Get /v1/alliances/{alliance_id}/corporations/ | List alliance's corporations |
GetAlliancesAllianceIdIcons | Get /v1/alliances/{alliance_id}/icons/ | Get alliance icon |
[]int32 GetAlliances(ctx, optional) List all alliances
List all active player alliances --- This route is cached for up to 3600 seconds
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
datasource | string | The server name you would like data from | [default to tranquility] |
ifNoneMatch | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
[]int32
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetAlliancesAllianceIdOk GetAlliancesAllianceId(ctx, allianceId, optional) Get alliance information
Public information about an alliance --- This route is cached for up to 3600 seconds
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
allianceId | int32 | An EVE alliance ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
allianceId | int32 | An EVE alliance ID | |
datasource | string | The server name you would like data from | [default to tranquility] |
ifNoneMatch | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]int32 GetAlliancesAllianceIdCorporations(ctx, allianceId, optional) List alliance's corporations
List all current member corporations of an alliance --- This route is cached for up to 3600 seconds
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
allianceId | int32 | An EVE alliance ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
allianceId | int32 | An EVE alliance ID | |
datasource | string | The server name you would like data from | [default to tranquility] |
ifNoneMatch | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
[]int32
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetAlliancesAllianceIdIconsOk GetAlliancesAllianceIdIcons(ctx, allianceId, optional) Get alliance icon
Get the icon urls for a alliance --- This route expires daily at 11:05 --- Diff of the upcoming changes
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
allianceId | int32 | An EVE alliance ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
allianceId | int32 | An EVE alliance ID | |
datasource | string | The server name you would like data from | [default to tranquility] |
ifNoneMatch | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]