All URIs are relative to https://esi.evetech.net
Method | HTTP request | Description |
---|---|---|
GetUniverseAncestries | Get /v1/universe/ancestries/ | Get ancestries |
GetUniverseAsteroidBeltsAsteroidBeltId | Get /v1/universe/asteroid_belts/{asteroid_belt_id}/ | Get asteroid belt information |
GetUniverseBloodlines | Get /v1/universe/bloodlines/ | Get bloodlines |
GetUniverseCategories | Get /v1/universe/categories/ | Get item categories |
GetUniverseCategoriesCategoryId | Get /v1/universe/categories/{category_id}/ | Get item category information |
GetUniverseConstellations | Get /v1/universe/constellations/ | Get constellations |
GetUniverseConstellationsConstellationId | Get /v1/universe/constellations/{constellation_id}/ | Get constellation information |
GetUniverseFactions | Get /v2/universe/factions/ | Get factions |
GetUniverseGraphics | Get /v1/universe/graphics/ | Get graphics |
GetUniverseGraphicsGraphicId | Get /v1/universe/graphics/{graphic_id}/ | Get graphic information |
GetUniverseGroups | Get /v1/universe/groups/ | Get item groups |
GetUniverseGroupsGroupId | Get /v1/universe/groups/{group_id}/ | Get item group information |
GetUniverseMoonsMoonId | Get /v1/universe/moons/{moon_id}/ | Get moon information |
GetUniversePlanetsPlanetId | Get /v1/universe/planets/{planet_id}/ | Get planet information |
GetUniverseRaces | Get /v1/universe/races/ | Get character races |
GetUniverseRegions | Get /v1/universe/regions/ | Get regions |
GetUniverseRegionsRegionId | Get /v1/universe/regions/{region_id}/ | Get region information |
GetUniverseStargatesStargateId | Get /v1/universe/stargates/{stargate_id}/ | Get stargate information |
GetUniverseStarsStarId | Get /v1/universe/stars/{star_id}/ | Get star information |
GetUniverseStationsStationId | Get /v2/universe/stations/{station_id}/ | Get station information |
GetUniverseStructures | Get /v1/universe/structures/ | List all public structures |
GetUniverseStructuresStructureId | Get /v2/universe/structures/{structure_id}/ | Get structure information |
GetUniverseSystemJumps | Get /v1/universe/system_jumps/ | Get system jumps |
GetUniverseSystemKills | Get /v2/universe/system_kills/ | Get system kills |
GetUniverseSystems | Get /v1/universe/systems/ | Get solar systems |
GetUniverseSystemsSystemId | Get /v4/universe/systems/{system_id}/ | Get solar system information |
GetUniverseTypes | Get /v1/universe/types/ | Get types |
GetUniverseTypesTypeId | Get /v3/universe/types/{type_id}/ | Get type information |
PostUniverseIds | Post /v1/universe/ids/ | Bulk names to IDs |
PostUniverseNames | Post /v3/universe/names/ | Get names and categories for a set of IDs |
[]GetUniverseAncestries200Ok GetUniverseAncestries(ctx, optional) Get ancestries
Get all character ancestries --- This route expires daily at 11:05
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 |
---|---|---|---|
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetUniverseAsteroidBeltsAsteroidBeltIdOk GetUniverseAsteroidBeltsAsteroidBeltId(ctx, asteroidBeltId, optional) Get asteroid belt information
Get information on an asteroid belt --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
asteroidBeltId | int32 | asteroid_belt_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
asteroidBeltId | int32 | asteroid_belt_id integer | |
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 |
GetUniverseAsteroidBeltsAsteroidBeltIdOk
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]GetUniverseBloodlines200Ok GetUniverseBloodlines(ctx, optional) Get bloodlines
Get a list of bloodlines --- This route expires daily at 11:05
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 |
---|---|---|---|
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
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 GetUniverseCategories(ctx, optional) Get item categories
Get a list of item categories --- This route expires daily at 11:05
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]
GetUniverseCategoriesCategoryIdOk GetUniverseCategoriesCategoryId(ctx, categoryId, optional) Get item category information
Get information of an item category --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
categoryId | int32 | An Eve item category ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
categoryId | int32 | An Eve item category ID | |
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
GetUniverseCategoriesCategoryIdOk
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 GetUniverseConstellations(ctx, optional) Get constellations
Get a list of constellations --- This route expires daily at 11:05
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]
GetUniverseConstellationsConstellationIdOk GetUniverseConstellationsConstellationId(ctx, constellationId, optional) Get constellation information
Get information on a constellation --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
constellationId | int32 | constellation_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
constellationId | int32 | constellation_id integer | |
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
GetUniverseConstellationsConstellationIdOk
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]GetUniverseFactions200Ok GetUniverseFactions(ctx, optional) Get factions
Get a list of factions --- This route expires daily at 11:05
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 |
---|---|---|---|
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
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 GetUniverseGraphics(ctx, optional) Get graphics
Get a list of graphics --- This route expires daily at 11:05
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]
GetUniverseGraphicsGraphicIdOk GetUniverseGraphicsGraphicId(ctx, graphicId, optional) Get graphic information
Get information on a graphic --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
graphicId | int32 | graphic_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
graphicId | int32 | graphic_id integer | |
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 |
GetUniverseGraphicsGraphicIdOk
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 GetUniverseGroups(ctx, optional) Get item groups
Get a list of item groups --- This route expires daily at 11:05
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 | |
page | int32 | Which page of results to return | [default to 1] |
[]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]
GetUniverseGroupsGroupIdOk GetUniverseGroupsGroupId(ctx, groupId, optional) Get item group information
Get information on an item group --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
groupId | int32 | An Eve item group ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
groupId | int32 | An Eve item group ID | |
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetUniverseMoonsMoonIdOk GetUniverseMoonsMoonId(ctx, moonId, optional) Get moon information
Get information on a moon --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
moonId | int32 | moon_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
moonId | int32 | moon_id integer | |
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]
GetUniversePlanetsPlanetIdOk GetUniversePlanetsPlanetId(ctx, planetId, optional) Get planet information
Get information on a planet --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
planetId | int32 | planet_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
planetId | int32 | planet_id integer | |
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]
[]GetUniverseRaces200Ok GetUniverseRaces(ctx, optional) Get character races
Get a list of character races --- This route expires daily at 11:05
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 |
---|---|---|---|
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
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 GetUniverseRegions(ctx, optional) Get regions
Get a list of regions --- This route expires daily at 11:05
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]
GetUniverseRegionsRegionIdOk GetUniverseRegionsRegionId(ctx, regionId, optional) Get region information
Get information on a region --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
regionId | int32 | region_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
regionId | int32 | region_id integer | |
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetUniverseStargatesStargateIdOk GetUniverseStargatesStargateId(ctx, stargateId, optional) Get stargate information
Get information on a stargate --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
stargateId | int32 | stargate_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
stargateId | int32 | stargate_id integer | |
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 |
GetUniverseStargatesStargateIdOk
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetUniverseStarsStarIdOk GetUniverseStarsStarId(ctx, starId, optional) Get star information
Get information on a star --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
starId | int32 | star_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
starId | int32 | star_id integer | |
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]
GetUniverseStationsStationIdOk GetUniverseStationsStationId(ctx, stationId, optional) Get station information
Get information on a station --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
stationId | int32 | station_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
stationId | int32 | station_id integer | |
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 |
GetUniverseStationsStationIdOk
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]int64 GetUniverseStructures(ctx, optional) List all public structures
List all public structures --- 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] |
filter | string | Only list public structures that have this service online | |
ifNoneMatch | string | ETag from a previous request. A 304 will be returned if this matches the current ETag |
[]int64
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GetUniverseStructuresStructureIdOk GetUniverseStructuresStructureId(ctx, structureId, optional) Get structure information
Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs. --- This route is cached for up to 3600 seconds
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
structureId | int64 | An Eve structure ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
structureId | int64 | An Eve structure 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 | |
token | string | Access token to use if unable to set a header |
GetUniverseStructuresStructureIdOk
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]GetUniverseSystemJumps200Ok GetUniverseSystemJumps(ctx, optional) 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 --- 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 |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]GetUniverseSystemKills200Ok GetUniverseSystemKills(ctx, optional) 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 --- 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 |
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 GetUniverseSystems(ctx, optional) Get solar systems
Get a list of solar systems --- This route expires daily at 11:05
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]
GetUniverseSystemsSystemIdOk GetUniverseSystemsSystemId(ctx, systemId, optional) Get solar system information
Get information on a solar system. --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
systemId | int32 | system_id integer | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
systemId | int32 | system_id integer | |
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
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 GetUniverseTypes(ctx, optional) Get types
Get a list of type ids --- This route expires daily at 11:05
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 | |
page | int32 | Which page of results to return | [default to 1] |
[]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]
GetUniverseTypesTypeIdOk GetUniverseTypesTypeId(ctx, typeId, optional) Get type information
Get information on a type --- This route expires daily at 11:05
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
typeId | int32 | An Eve item type ID | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
typeId | int32 | An Eve item type ID | |
acceptLanguage | string | Language to use in the response | [default to en] |
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 | |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PostUniverseIdsOk PostUniverseIds(ctx, names, optional) 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 ---
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
names | []string | The names to resolve | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
names | []string | The names to resolve | |
acceptLanguage | string | Language to use in the response | [default to en] |
datasource | string | The server name you would like data from | [default to tranquility] |
language | string | Language to use in the response, takes precedence over Accept-Language | [default to en] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]PostUniverseNames200Ok PostUniverseNames(ctx, ids, optional) 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 ---
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | pass through context (authentication, logging, tracing) | |
ids | []int32 | The ids to resolve | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
ids | []int32 | The ids to resolve | |
datasource | string | The server name you would like data from | [default to tranquility] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]