Skip to main content
GET
Get Imperial Fleet Data
This endpoint is currently in development. The example below shows placeholder data that demonstrates the expected response format.

Endpoint Overview

This endpoint will provide access to Imperial Fleet vessel information. Full functionality and real data will be available once the API is officially deployed. Example Endpoint: GET /api/v1/fleet/star-destroyers

Placeholder Response

The following is an example of what the response might look like when accessing Imperial fleet data:
Actual fleet data is classified. This is demonstration data only.

Authorizations

Authorization
string
header
required

Imperial Command authorisation token. Contact your commanding officer for access credentials.

Query Parameters

limit
integer<int32>
default:10

The maximum number of vessels to return

Required range: x <= 100
sector
enum<string>

Filter by galactic sector

Available options:
Outer Rim,
Mid Rim,
Inner Rim,
Core Worlds

Response

Fleet data response

status
string
Example:

"success"

data
object