---
title: "Get structure information"
method: GET
path: "/universe/structures/{structure_id}"
tags: ["Universe"]
---

# Get structure information

`GET /universe/structures/{structure_id}`

Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs.

## Path parameters

- `structure_id` integer, required — An Eve structure ID

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string

## Response `200`

OK

- UniverseStructuresStructureIdGet
  - `name` string, required — The full name of the structure
  - `owner_id` integer, required — The ID of the corporation who owns this particular structure
  - `position` object — Coordinates of the structure in Cartesian space relative to the Sun, in metres.
    - `x` number, double, required
    - `y` number, double, required
    - `z` number, double, required
  - `solar_system_id` integer, required
  - `type_id` integer

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/versions/7bad2f0024dd/schema)
