Insomnia Collection
Insomnia is a cross-platform REST client, it supports OpenAPI directly. The collection below is auto-generated from the Stillness Swagger spec.
You will need to be using Insomnia 11 or higher, you can import it into your personal workspace simply by having the YAML below in your clipboard before clicking Import; alternatively download the YAML file and import from your filesystem.
type: collection.insomnia.rest/5.0
name: EVE Frontier World API (v0.1.38)
meta:
id: wrk_2befcaf0061c7bca6bff66d40575a62b
created: 1749660438111
modified: 1749660438111
collection:
- name: meta
meta:
id: fld_11b26687c8623932fca547a0cd80e4ed
created: 1749660554120
modified: 1749660554120
sortKey: -1749660554120
children:
- url: >-
{{ _.base_url }}/abis/config
name: get ABI with some config
meta:
id: req_e8d64e6c8e77b348a3e24bc771956a16
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: retrieve the world contracts ABIs with some config
sortKey: -1749660554121
method: GET
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/config
name: get config
meta:
id: req_7ed04a767b45ca516ab9d008f5265388
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: retrieve all the config needed to connect to our services
sortKey: -1749660554122
method: GET
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/health
name: health endpoint
meta:
id: req_2f1d015be46c62f6ce3a55f118482bfd
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: Tells you if the World API is ok
sortKey: -1749660554123
method: GET
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/pod/verify
name: verify a POD
meta:
id: req_6f398029fd684abb8d648895564d3a51
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: verify a Provable Object Datatype object
sortKey: -1749660554124
method: POST
body:
mimeType: application/json
text: |-
{
"entries": {},
"signature": "string",
"signerPublicKey": "string"
}
headers:
- name: Content-Type
disabled: false
value: application/json
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- name: chain
meta:
id: fld_4aea9b637a0759c546634ebd070f0c34
created: 1749660554120
modified: 1749660554120
sortKey: -1749660554121
children:
- url: >-
{{ _.base_url }}/metatransaction
name: submit a meta transaction
meta:
id: req_b06fcfab3591c5f10564e4b88169306f
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: |-
submit a meta transaction
Only bringOnline, bringOffline and setEntityMetadata are allowed
sortKey: -1749660554122
method: POST
body:
mimeType: application/json
text: |-
{
"data": "string",
"deadline": 0,
"from": "string",
"gas": 0,
"nonce": "string",
"signature": "string",
"to": "string",
"value": 0
}
headers:
- name: Content-Type
disabled: false
value: application/json
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/killmails
name: get all reported killmails
meta:
id: req_18cb4df076abf9ed5caf550e12aa82c4
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: |-
Retrieve all killmails that have been saved to the chain
Endpoint is paginated, use the `limit`/`offset` query param to paginate
sortKey: -1749660554123
method: GET
parameters:
- name: limit
disabled: true
value: "10"
- name: offset
disabled: true
value: "0"
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/killmails/1745854210705
name: get a single killmail
meta:
id: req_74ae81016f3ce691308ac2bfdca9bf0e
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: returns a single killmail by the given id
sortKey: -1749660554124
method: GET
parameters:
- name: format
disabled: true
value: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/smartassemblies
name: get all the smart assemblies
meta:
id: req_01052f6fcfe858dfedf9a2e46c53fc94
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: |-
list all the smart assemblies currently in the world
Endpoint is paginated, use the `limit`/`offset` query param to paginate
sortKey: -1749660554125
method: GET
parameters:
- name: limit
disabled: true
value: "10"
- name: offset
disabled: true
value: "0"
- name: type
disabled: true
value: "SmartStorageUnit, SmartGate, SmartTurret"
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/smartassemblies/45731444223951840915743646025801713404901938965911491786681215016516925828631
name: get a single smart assembly
meta:
id: req_f9f68dca200ae3b68dfd4e0da80880e3
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: |-
Retrieve one Smart Assembly with the given id
if the assembly is a gate then the `.gate{}` will be filled
if the assembly is a storage unit then the `.storage{}` object will be filled
sortKey: -1749660554126
method: GET
parameters:
- name: format
disabled: true
value: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/smartcharacters
name: get all the smart characters
meta:
id: req_5c3b8fd95ae8844d88f85180483006a9
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: |-
list all the smart characters currently in the world
Endpoint is paginated, use the `limit`/`offset` query param to paginate
sortKey: -1749660554127
method: GET
parameters:
- name: limit
disabled: true
value: "10"
- name: offset
disabled: true
value: "0"
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/smartcharacters/0x7578ca43f52db0d859b3f2081c1464080fe47c00
name: get a single smart character
meta:
id: req_c288e835bf96d33c5f53a4a7c2af3d45
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: retrieve one smart character with the given address
sortKey: -1749660554128
method: GET
parameters:
- name: format
disabled: true
value: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- name: game
meta:
id: fld_71ec1dcc54cb9c7d0971c07bb0ef8ca6
created: 1749660554120
modified: 1749660554120
sortKey: -1749660554122
children:
- url: >-
{{ _.base_url }}/v2/fuels
name: available fuels for the smart assemblies
meta:
id: req_347270aada047bafec14033dedac5575
created: 1749660554120
modified: 1749660554120
isPrivate: false
sortKey: -1749660554123
method: GET
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/smartcharacters/me/jumps
name: list all the jumps for the current user
meta:
id: req_00c1130d672d9eaf494b1f423828391f
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: returns all the gate jumps that the current authenticated user made
sortKey: -1749660554124
method: GET
headers:
- name: Authorization
disabled: false
value: >-
{{ _.api_key }}
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/smartcharacters/me/jumps/1745854210705
name: get a single jump
meta:
id: req_db35f2f7642bbcb4fb82ceb8eb783433
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: returns a single jump by the given id that the current authenticated user made
sortKey: -1749660554125
method: GET
parameters:
- name: format
disabled: true
value: ""
headers:
- name: Authorization
disabled: false
value: >-
{{ _.api_key }}
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/solarsystems
name: get all the solar systems
meta:
id: req_3d61e9b8e70bfa546188f9097cb19265
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: |-
list all the solar systems currently in the game
Endpoint is paginated, use the `limit`/`offset` query param to paginate
sortKey: -1749660554126
method: GET
parameters:
- name: limit
disabled: true
value: "10"
- name: offset
disabled: true
value: "0"
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/solarsystems/30000001
name: get one solar system
meta:
id: req_e154265b0f09db6a835480640e5dc04e
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: get details about a single solar system
sortKey: -1749660554127
method: GET
parameters:
- name: format
disabled: true
value: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/tribes
name: get all the tribes
meta:
id: req_ac8f44e8f24ddaf3095bff2795babeaf
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: |-
list all the tribes currently in the game
Endpoint is paginated, use the `limit`/`offset` query param to paginate
sortKey: -1749660554128
method: GET
parameters:
- name: limit
disabled: true
value: "10"
- name: offset
disabled: true
value: "0"
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/tribes/1000167
name: get one tribe
meta:
id: req_60ac4892829d5a847980fffa8c7cae54
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: get details about a single tribe
sortKey: -1749660554129
method: GET
parameters:
- name: format
disabled: true
value: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/types
name: get all the game types
meta:
id: req_3bd37800cb9c96995b0d6198ffa62539
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: |-
list all the game types
Endpoint is paginated, use the `limit`/`offset` query param to paginate
sortKey: -1749660554130
method: GET
parameters:
- name: limit
disabled: true
value: "100"
- name: offset
disabled: true
value: "0"
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
- url: >-
{{ _.base_url }}/v2/types/73192
name: get game type
meta:
id: req_2398207a8b367613819630736192e620
created: 1749660554120
modified: 1749660554120
isPrivate: false
description: get details about a single game type
sortKey: -1749660554131
method: GET
parameters:
- name: format
disabled: true
value: ""
settings:
renderRequestBody: true
encodeUrl: true
followRedirects: global
cookies:
send: true
store: true
rebuildPath: true
authentication:
type: bearer
token: >-
{{ _.api_key }}
cookieJar:
name: Default Jar
meta:
id: jar_6d1854116c9792c0213fbbcb3ce1038a
created: 1749660438113
modified: 1749660438113
environments:
name: Base Environment
meta:
id: env_a201bd7ba8fda367c423c94e7395350b
created: 1749660438112
modified: 1749660438112
isPrivate: false
data:
scheme: https
base_path: ""
base_url: >-
{{ _.scheme }}://{{ _.host }}{{ _.base_path }}
subEnvironments:
- name: Stillness
meta:
id: env_1648c2572d5069a58bd7f3302a1e864f
created: 1749660554120
modified: 1749660554120
isPrivate: false
sortKey: 1749660554120
data:
host: blockchain-gateway-stillness.live.tech.evefrontier.com
api_key: eyABC.123
color: "#ff4a00"