CCP Games Universe API
The Universe API from CCP Games — 30 operation(s) for universe.
The Universe API from CCP Games — 30 operation(s) for universe.
openapi: 3.1.0
info:
contact:
name: ESI Support
url: https://developers.eveonline.com/docs/support/
license:
name: EVE Developer License
url: https://developers.eveonline.com/license-agreement
termsOfService: https://support.eveonline.com/hc/en-us/articles/8414770561948-EVE-Online-Terms-of-Service
title: EVE Swagger Incineration (ESI) - tranquility Alliance Universe API
version: '2020-01-01'
servers:
- url: https://esi.evetech.net
tags:
- name: Universe
paths:
/universe/ancestries:
get:
description: 'Get all character ancestries
This route expires daily at 11:05'
operationId: GetUniverseAncestries
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseAncestriesGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get ancestries
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/asteroid_belts/{asteroid_belt_id}:
get:
description: 'Get information on an asteroid belt
This route expires daily at 11:05'
operationId: GetUniverseAsteroidBeltsAsteroidBeltId
parameters:
- in: path
name: asteroid_belt_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseAsteroidBeltsAsteroidBeltIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get asteroid belt information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/bloodlines:
get:
description: 'Get a list of bloodlines
This route expires daily at 11:05'
operationId: GetUniverseBloodlines
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseBloodlinesGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get bloodlines
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/categories:
get:
description: 'Get a list of item categories
This route expires daily at 11:05'
operationId: GetUniverseCategories
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseCategoriesGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get item categories
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/categories/{category_id}:
get:
description: 'Get information of an item category
This route expires daily at 11:05'
operationId: GetUniverseCategoriesCategoryId
parameters:
- in: path
name: category_id
required: true
schema:
description: An Eve item category ID
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseCategoriesCategoryIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get item category information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/constellations:
get:
description: 'Get a list of constellations
This route expires daily at 11:05'
operationId: GetUniverseConstellations
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseConstellationsGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get constellations
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/constellations/{constellation_id}:
get:
description: 'Get information on a constellation
This route expires daily at 11:05'
operationId: GetUniverseConstellationsConstellationId
parameters:
- in: path
name: constellation_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseConstellationsConstellationIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get constellation information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/factions:
get:
description: 'Get a list of factions
This route expires daily at 11:05'
operationId: GetUniverseFactions
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseFactionsGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get factions
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/graphics:
get:
description: 'Get a list of graphics
This route expires daily at 11:05'
operationId: GetUniverseGraphics
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseGraphicsGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get graphics
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/graphics/{graphic_id}:
get:
description: 'Get information on a graphic
This route expires daily at 11:05'
operationId: GetUniverseGraphicsGraphicId
parameters:
- in: path
name: graphic_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseGraphicsGraphicIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get graphic information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/groups:
get:
description: 'Get a list of item groups
This route expires daily at 11:05'
operationId: GetUniverseGroups
parameters:
- in: query
name: page
schema:
description: Which page of results to return.
format: int32
minimum: 1
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseGroupsGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
X-Pages:
description: The total number of pages in the result set.
schema:
format: int64
type: integer
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get item groups
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/groups/{group_id}:
get:
description: 'Get information on an item group
This route expires daily at 11:05'
operationId: GetUniverseGroupsGroupId
parameters:
- in: path
name: group_id
required: true
schema:
description: An Eve item group ID
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseGroupsGroupIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get item group information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/ids:
post:
description: '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'
operationId: PostUniverseIds
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
requestBody:
content:
application/json:
schema:
items:
description: name string
maxLength: 100
minLength: 1
type: string
maxItems: 500
minItems: 1
type: array
uniqueItems: true
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseIdsPost'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Bulk names to IDs
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/moons/{moon_id}:
get:
description: 'Get information on a moon
This route expires daily at 11:05'
operationId: GetUniverseMoonsMoonId
parameters:
- in: path
name: moon_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseMoonsMoonIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get moon information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/names:
post:
description: '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'
operationId: PostUniverseNames
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
requestBody:
content:
application/json:
schema:
items:
description: id integer
format: int64
type: integer
maxItems: 1000
minItems: 1
type: array
uniqueItems: true
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseNamesPost'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get names and categories for a set of IDs
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/planets/{planet_id}:
get:
description: 'Get information on a planet
This route expires daily at 11:05'
operationId: GetUniversePlanetsPlanetId
parameters:
- in: path
name: planet_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniversePlanetsPlanetIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get planet information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/races:
get:
description: 'Get a list of character races
This route expires daily at 11:05'
operationId: GetUniverseRaces
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseRacesGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get character races
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/regions:
get:
description: 'Get a list of regions
This route expires daily at 11:05'
operationId: GetUniverseRegions
parameters:
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseRegionsGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get regions
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/regions/{region_id}:
get:
description: 'Get information on a region
This route expires daily at 11:05'
operationId: GetUniverseRegionsRegionId
parameters:
- in: path
name: region_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseRegionsRegionIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
Content-Language:
$ref: '#/components/headers/ContentLanguage'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get region information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/stargates/{stargate_id}:
get:
description: 'Get information on a stargate
This route expires daily at 11:05'
operationId: GetUniverseStargatesStargateId
parameters:
- in: path
name: stargate_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseStargatesStargateIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get stargate information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/stars/{star_id}:
get:
description: 'Get information on a star
This route expires daily at 11:05'
operationId: GetUniverseStarsStarId
parameters:
- in: path
name: star_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseStarsStarIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get star information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/stations/{station_id}:
get:
description: 'Get information on a station
This route expires daily at 11:05'
operationId: GetUniverseStationsStationId
parameters:
- in: path
name: station_id
required: true
schema:
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseStationsStationIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: Get station information
tags:
- Universe
x-compatibility-date: '2020-01-01'
/universe/structures:
get:
description: List all public structures
operationId: GetUniverseStructures
parameters:
- in: query
name: filter
schema:
description: Only list public structures that have this service online
enum:
- market
- manufacturing_basic
type: string
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseStructuresGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/components/headers/LastModified'
default:
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
description: Error
summary: List all public structures
tags:
- Universe
x-cache-age: 3600
x-compatibility-date: '2020-01-01'
/universe/structures/{structure_id}:
get:
description: Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs.
operationId: GetUniverseStructuresStructureId
parameters:
- in: path
name: structure_id
required: true
schema:
description: An Eve structure ID
format: int64
type: integer
- $ref: '#/components/parameters/AcceptLanguage'
- $ref: '#/components/parameters/IfNoneMatch'
- $ref: '#/components/parameters/CompatibilityDate'
- $ref: '#/components/parameters/Tenant'
- $ref: '#/components/parameters/IfModifiedSince'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UniverseStructuresStructureIdGet'
description: OK
headers:
Cache-Control:
$ref: '#/components/headers/CacheControl'
ETag:
$ref: '#/components/headers/ETag'
Last-Modified:
$ref: '#/comp
# --- truncated at 32 KB (72 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/ccp-games/refs/heads/main/openapi/ccp-games-universe-api-openapi.yml