FireFall Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

FireFall Wiki
Register
Advertisement

This page was last updated during patch v0.7.1710. The current patch is v1.6.1946.

This article may be outdated. Please check the Patch Notes for more details.

Template:TOCRight

Description[]

Ingame Host is one of Firefall's Game Hosts, it provides API calls for all SIN related operations (Battleframe Garage, Molecular Printer, Inventory, etc.).

Usage[]

Even though the ingame host is using mutliple domains for different regions, the load seems to have been quite high and thus a secondary domain name was introduced - both seem to work for nearly all API calls. Make sure to check out each call, because some require you to send POST data, while others only work with GET calls.

https://ingame-REGION_SUFFIX.firefallthegame.com/API_CALL
or
System.GetOperatorSetting("ingame_host").."/API_CALL"

https://clientapi-REGION_SUFFIX.firefallthegame.com/API_CALL
or
System.GetOperatorSetting("clientapi_host").."/API_CALL"

List of Region Suffix[]

  • v01-ew1
  • v01-uw2

List of API Calls[]

Ingame Host Only

Web Content[]

Main Article: Web Content

Firefall is using Awesomium a browser toolkit to render HTML page, thus the ingame host provides quite a bit of web content. It goes from simply informal pages, over all sorts of icons and fonts to complex JavaScript files.

Advertisement