<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Frontier World API :: Unofficial EVE Frontier Development Notes</title>
    <link>https://f76f6398.frontier-scetrov-live.pages.dev/develop/world-api/index.html</link>
    <description>CCP have published a REST API giving access to a wide range of endpoints, in each case they have published an OpenAPI compliant specification:&#xA;Stillness (Closed Alpha): https://blockchain-gateway-stillness.live.tech.evefrontier.com/ (Swagger) Nova (Builder Sandbox): https://world-api-nova.live.tech.evefrontier.com/ (Swagger) API Reference (Stillness) The following reference is auto-generated from the Stillness Swagger spec (data/world-api-stillness.json).&#xA;API Version: v1.0.1 |  Spec: Swagger 2.0 Meta GET /config get config&#xA;retrieve all the config needed to connect to our services Responses StatusDescriptionSchema 200 OK models.ChainConfig 400 Bad Request — 404 Not Found — 500 Internal Server Error — GET /health health endpoint</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 11 Jun 2025 17:04:29 +0000</lastBuildDate>
    <atom:link href="https://f76f6398.frontier-scetrov-live.pages.dev/develop/world-api/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Insomnia Collection</title>
      <link>https://f76f6398.frontier-scetrov-live.pages.dev/develop/world-api/frontier-rest-api-insomnia/index.html</link>
      <pubDate>Wed, 11 Jun 2025 17:04:29 +0000</pubDate>
      <guid>https://f76f6398.frontier-scetrov-live.pages.dev/develop/world-api/frontier-rest-api-insomnia/index.html</guid>
      <description>Insomnia is a cross-platform REST client, it supports OpenAPI directly. The collection below is auto-generated from the Stillness Swagger spec.&#xA;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.&#xA;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: &gt;- {{ _.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: &gt;- {{ _.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: &gt;- {{ _.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: &gt;- {{ _.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: |- { &#34;entries&#34;: {}, &#34;signature&#34;: &#34;string&#34;, &#34;signerPublicKey&#34;: &#34;string&#34; } 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: &gt;- {{ _.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: |- { &#34;data&#34;: &#34;string&#34;, &#34;deadline&#34;: 0, &#34;from&#34;: &#34;string&#34;, &#34;gas&#34;: 0, &#34;nonce&#34;: &#34;string&#34;, &#34;signature&#34;: &#34;string&#34;, &#34;to&#34;: &#34;string&#34;, &#34;value&#34;: 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: &gt;- {{ _.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: &#34;10&#34; - name: offset disabled: true value: &#34;0&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;10&#34; - name: offset disabled: true value: &#34;0&#34; - name: type disabled: true value: &#34;SmartStorageUnit, SmartGate, SmartTurret&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;10&#34; - name: offset disabled: true value: &#34;0&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;&#34; 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: &gt;- {{ _.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: &gt;- {{ _.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: &gt;- {{ _.api_key }} settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;&#34; headers: - name: Authorization disabled: false value: &gt;- {{ _.api_key }} settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;10&#34; - name: offset disabled: true value: &#34;0&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;10&#34; - name: offset disabled: true value: &#34;0&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;100&#34; - name: offset disabled: true value: &#34;0&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true - url: &gt;- {{ _.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: &#34;&#34; settings: renderRequestBody: true encodeUrl: true followRedirects: global cookies: send: true store: true rebuildPath: true authentication: type: bearer token: &gt;- {{ _.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: &#34;&#34; base_url: &gt;- {{ _.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: &#34;#ff4a00&#34;</description>
    </item>
  </channel>
</rss>