Erkul.Games API
API Schema for Erkul.Games
This page is a stub and needs more information to be complete.
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
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"
}
]
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