Erkul.Games API

API Schema for Erkul.Games

https://erkul.games

Reserved for future use

get
Responses
200

successful operation

application/json
get
GET /erkul HTTP/1.1
Host: erkul.games
Accept: */*
200

successful operation

[
  {
    "name": "Carrack",
    "entity_type": "ship",
    "localName": "ANVL_Carrack"
  }
]

Display 3D models of all the ships in your hangar

post
Bodyone of[]
itemsone ofOptional
all ofOptional
Responses
200

successful operation

No content

post
POST /fleetview/load HTTP/1.1
Host: erkul.games
Content-Type: application/json
Accept: */*
Content-Length: 41

[
  {
    "name": "Carrack",
    "entity_type": "ship"
  }
]
200

successful operation

No content

Return a list of all currently supported ships and their associated codes

get
Responses
200

successful operation

application/json
get
GET /ship-codes.json HTTP/1.1
Host: erkul.games
Accept: */*
200

successful operation

[
  {
    "ship_code": "ANVL_Carrack",
    "ship_name": "Serenity",
    "manufacturer_code": "ANVL",
    "manufacturer_name": "Anvil Aerospace"
  }
]

Downloads the contents of your hangar from the RSI website

get
Responses
200

successful operation

application/json
get
GET /download-json HTTP/1.1
Host: erkul.games
Accept: */*
200

successful operation

[
  {
    "name": "Carrack",
    "entity_type": "ship",
    "pledge_id": "12345678",
    "pledge_name": "Standalone Ship - Anvil Carrack Warbond - LTI",
    "pledge_date": "2016-12-08",
    "pledge_cost": "$350 USD",
    "ship_code": "ANVL_Carrack",
    "ship_name": "Serenity",
    "manufacturer_code": "ANVL",
    "manufacturer_name": "Anvil Aerospace",
    "lti": true,
    "warbond": true
  }
]

Last updated