API Documentation

GET/api/ships
Search for a ship by name or manufacturer

Query Parameters

name(string)Ship name to search for
manufacturer(string)Manufacturer name to search for
limit(number)Number of results per page (optional, default: 20)
page(number)Page number for pagination (optional, default: 1)

Example

http://localhost:3000/api/ships?name=Aurora MR http://localhost:3000/api/ships?manufacturer=Anvil Aerospace&limit=10&page=2
GET/api/ships
Get a ship by its GraphQL slug

Query Parameters

slug(string)GraphQL slug identifier

Example

http://localhost:3000/api/ships?slug=uhwgic6mje1wd
GET/api/ships
List all available ships

Query Parameters

list(boolean)Set to "true" to get all ships

Example

http://localhost:3000/api/ships?list=true
GET/api/rsi/commLink
Fetch comm-link transmissions from RSI

Example

http://localhost:3000/api/rsi/commLink
GET/api/rsi/events
Fetch current RSI events

Example

http://localhost:3000/api/rsi/events
GET/api/rsi/patchnotes
Fetch RSI patch notes

Example

http://localhost:3000/api/rsi/patchnotes