Skip to content

Latest commit

 

History

History
1173 lines (779 loc) · 46.7 KB

UniverseApi.md

File metadata and controls

1173 lines (779 loc) · 46.7 KB

\UniverseApi

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 /v2/universe/names/ Get names and categories for a set of ID's

GetUniverseAncestries

[]GetUniverseAncestries200Ok GetUniverseAncestries(ctx, optional) Get ancestries

Get all character ancestries --- This route expires daily at 11:05

Required Parameters

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

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
acceptLanguage string Language to use in the response [default to en-us]
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-us]

Return type

[]GetUniverseAncestries200Ok

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseAsteroidBeltsAsteroidBeltId

GetUniverseAsteroidBeltsAsteroidBeltIdOk GetUniverseAsteroidBeltsAsteroidBeltId(ctx, asteroidBeltId, optional) Get asteroid belt information

Get information on an asteroid belt --- This route expires daily at 11:05

Required Parameters

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

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

Return type

GetUniverseAsteroidBeltsAsteroidBeltIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseBloodlines

[]GetUniverseBloodlines200Ok GetUniverseBloodlines(ctx, optional) Get bloodlines

Get a list of bloodlines --- This route expires daily at 11:05

Required Parameters

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

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
acceptLanguage string Language to use in the response [default to en-us]
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-us]

Return type

[]GetUniverseBloodlines200Ok

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseCategories

[]int32 GetUniverseCategories(ctx, optional) Get item categories

Get a list of item categories --- This route expires daily at 11:05

Required Parameters

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

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

Return type

[]int32

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseCategoriesCategoryId

GetUniverseCategoriesCategoryIdOk GetUniverseCategoriesCategoryId(ctx, categoryId, optional) Get item category information

Get information of an item category --- This route expires daily at 11:05

Required Parameters

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

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-us]
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-us]

Return type

GetUniverseCategoriesCategoryIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseConstellations

[]int32 GetUniverseConstellations(ctx, optional) Get constellations

Get a list of constellations --- This route expires daily at 11:05

Required Parameters

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

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

Return type

[]int32

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseConstellationsConstellationId

GetUniverseConstellationsConstellationIdOk GetUniverseConstellationsConstellationId(ctx, constellationId, optional) Get constellation information

Get information on a constellation --- This route expires daily at 11:05

Required Parameters

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

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-us]
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-us]

Return type

GetUniverseConstellationsConstellationIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseFactions

[]GetUniverseFactions200Ok GetUniverseFactions(ctx, optional) Get factions

Get a list of factions --- This route expires daily at 11:05

Required Parameters

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

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
acceptLanguage string Language to use in the response [default to en-us]
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-us]

Return type

[]GetUniverseFactions200Ok

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseGraphics

[]int32 GetUniverseGraphics(ctx, optional) Get graphics

Get a list of graphics --- This route expires daily at 11:05

Required Parameters

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

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

Return type

[]int32

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseGraphicsGraphicId

GetUniverseGraphicsGraphicIdOk GetUniverseGraphicsGraphicId(ctx, graphicId, optional) Get graphic information

Get information on a graphic --- This route expires daily at 11:05

Required Parameters

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

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

Return type

GetUniverseGraphicsGraphicIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseGroups

[]int32 GetUniverseGroups(ctx, optional) Get item groups

Get a list of item groups --- This route expires daily at 11:05

Required Parameters

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

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]

Return type

[]int32

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseGroupsGroupId

GetUniverseGroupsGroupIdOk GetUniverseGroupsGroupId(ctx, groupId, optional) Get item group information

Get information on an item group --- This route expires daily at 11:05

Required Parameters

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

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-us]
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-us]

Return type

GetUniverseGroupsGroupIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseMoonsMoonId

GetUniverseMoonsMoonIdOk GetUniverseMoonsMoonId(ctx, moonId, optional) Get moon information

Get information on a moon --- This route expires daily at 11:05

Required Parameters

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

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

Return type

GetUniverseMoonsMoonIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniversePlanetsPlanetId

GetUniversePlanetsPlanetIdOk GetUniversePlanetsPlanetId(ctx, planetId, optional) Get planet information

Get information on a planet --- This route expires daily at 11:05

Required Parameters

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

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

Return type

GetUniversePlanetsPlanetIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseRaces

[]GetUniverseRaces200Ok GetUniverseRaces(ctx, optional) Get character races

Get a list of character races --- This route expires daily at 11:05

Required Parameters

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

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
acceptLanguage string Language to use in the response [default to en-us]
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-us]

Return type

[]GetUniverseRaces200Ok

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseRegions

[]int32 GetUniverseRegions(ctx, optional) Get regions

Get a list of regions --- This route expires daily at 11:05

Required Parameters

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

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

Return type

[]int32

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseRegionsRegionId

GetUniverseRegionsRegionIdOk GetUniverseRegionsRegionId(ctx, regionId, optional) Get region information

Get information on a region --- This route expires daily at 11:05

Required Parameters

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

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-us]
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-us]

Return type

GetUniverseRegionsRegionIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseStargatesStargateId

GetUniverseStargatesStargateIdOk GetUniverseStargatesStargateId(ctx, stargateId, optional) Get stargate information

Get information on a stargate --- This route expires daily at 11:05

Required Parameters

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

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

Return type

GetUniverseStargatesStargateIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseStarsStarId

GetUniverseStarsStarIdOk GetUniverseStarsStarId(ctx, starId, optional) Get star information

Get information on a star --- This route expires daily at 11:05

Required Parameters

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

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

Return type

GetUniverseStarsStarIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseStationsStationId

GetUniverseStationsStationIdOk GetUniverseStationsStationId(ctx, stationId, optional) Get station information

Get information on a station --- This route expires daily at 11:05

Required Parameters

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

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

Return type

GetUniverseStationsStationIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseStructures

[]int64 GetUniverseStructures(ctx, optional) List all public structures

List all public structures --- This route is cached for up to 3600 seconds

Required Parameters

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

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

Return type

[]int64

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseStructuresStructureId

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

Required Parameters

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

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

Return type

GetUniverseStructuresStructureIdOk

Authorization

evesso

HTTP request headers

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

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

GetUniverseSystemJumps

[]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

Required Parameters

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

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

Return type

[]GetUniverseSystemJumps200Ok

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseSystemKills

[]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

Required Parameters

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

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

Return type

[]GetUniverseSystemKills200Ok

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseSystems

[]int32 GetUniverseSystems(ctx, optional) Get solar systems

Get a list of solar systems --- This route expires daily at 11:05

Required Parameters

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

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

Return type

[]int32

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseSystemsSystemId

GetUniverseSystemsSystemIdOk GetUniverseSystemsSystemId(ctx, systemId, optional) Get solar system information

Get information on a solar system. --- This route expires daily at 11:05

Required Parameters

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

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-us]
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-us]

Return type

GetUniverseSystemsSystemIdOk

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseTypes

[]int32 GetUniverseTypes(ctx, optional) Get types

Get a list of type ids --- This route expires daily at 11:05

Required Parameters

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

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]

Return type

[]int32

Authorization

No authorization required

HTTP request headers

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

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

GetUniverseTypesTypeId

GetUniverseTypesTypeIdOk GetUniverseTypesTypeId(ctx, typeId, optional) Get type information

Get information on a type --- This route expires daily at 11:05

Required Parameters

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

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-us]
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-us]

Return type

GetUniverseTypesTypeIdOk

Authorization

No authorization required

HTTP request headers

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

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

PostUniverseIds

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 ---

Required Parameters

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

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-us]
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-us]

Return type

PostUniverseIdsOk

Authorization

No authorization required

HTTP request headers

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

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

PostUniverseNames

[]PostUniverseNames200Ok PostUniverseNames(ctx, ids, optional) Get names and categories for a set of ID's

Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types ---

Required Parameters

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

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]

Return type

[]PostUniverseNames200Ok

Authorization

No authorization required

HTTP request headers

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

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