API Documentation
GET
/api/shipsSearch for a ship by name or manufacturer
Query Parameters
name(string)Ship name to search formanufacturer(string)Manufacturer name to search forlimit(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=2GET
/api/shipsGet a ship by its GraphQL slug
Query Parameters
slug(string)GraphQL slug identifierExample
http://localhost:3000/api/ships?slug=uhwgic6mje1wdGET
/api/shipsList all available ships
Query Parameters
list(boolean)Set to "true" to get all shipsExample
http://localhost:3000/api/ships?list=trueGET
/api/rsi/commLinkFetch comm-link transmissions from RSI
Example
http://localhost:3000/api/rsi/commLinkGET
/api/rsi/eventsFetch current RSI events
Example
http://localhost:3000/api/rsi/eventsGET
/api/rsi/patchnotesFetch RSI patch notes
Example
http://localhost:3000/api/rsi/patchnotes