All URIs are relative to https://esi.evetech.net
Method | HTTP request | Description |
---|---|---|
GetCharactersCharacterIdKillmailsRecent | Get /v1/characters/{character_id}/killmails/recent/ | Get a character's recent kills and losses |
GetCorporationsCorporationIdKillmailsRecent | Get /v1/corporations/{corporation_id}/killmails/recent/ | Get a corporation's recent kills and losses |
GetKillmailsKillmailIdKillmailHash | Get /v1/killmails/{killmail_id}/{killmail_hash}/ | Get a single killmail |
[]GetCharactersCharacterIdKillmailsRecent200Ok GetCharactersCharacterIdKillmailsRecent(ctx, characterId, optional) Get a character's recent kills and losses
Return a list of a character's kills and losses going back 90 days --- This route is cached for up to 300 seconds
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
characterId | int32 | An EVE character ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
characterId | int32 | An EVE character 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 | |
page | int32 | Which page of results to return | [default to 1] |
token | string | Access token to use if unable to set a header |
[]GetCharactersCharacterIdKillmailsRecent200Ok
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]GetCorporationsCorporationIdKillmailsRecent200Ok GetCorporationsCorporationIdKillmailsRecent(ctx, corporationId, optional) Get a corporation's recent kills and losses
Get a list of a corporation's kills and losses going back 90 days --- This route is cached for up to 300 seconds --- Requires one of the following EVE corporation role(s): Director
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
corporationId | int32 | An EVE corporation ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
corporationId | int32 | An EVE corporation 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 | |
page | int32 | Which page of results to return | [default to 1] |
token | string | Access token to use if unable to set a header |
[]GetCorporationsCorporationIdKillmailsRecent200Ok
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetKillmailsKillmailIdKillmailHashOk GetKillmailsKillmailIdKillmailHash(ctx, killmailHash, killmailId, optional) Get a single killmail
Return a single killmail from its ID and hash --- This route is cached for up to 30758400 seconds
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
killmailHash | string | The killmail hash for verification | |
killmailId | int32 | The killmail ID to be queried | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
killmailHash | string | The killmail hash for verification | |
killmailId | int32 | The killmail ID to be queried | |
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 |
GetKillmailsKillmailIdKillmailHashOk
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]