API¶
The game reaches to some very basic API when booting up the game.
HTTP Client Setup¶
Setup through ISteamHTTP::CreateHTTPRequest
Base URL¶
https:// # Protocol
gameapi-relink.granbluefantasy.jp/v1 # Domain
api # Type
sys/get_terms # Endpoint
Example: https://gameapi-relink.granbluefantasy.jp/v1/api/index.php/sys/get_terms
Request Headers¶
Setup through ISteamHTTP::SetHTTPRequestHeaderValue
App-Info
(Mandatory)
{}/{}.{}.{} ({}) language/{} region/{} platform/{}"
{1}
- Game- Always
relink
- Always
{2/3/4}
- Version- Version from User Attributes, so
major.minor.patch
- Version from User Attributes, so
{5}
- Platform StringSTEAM
PLAYSTATION_4
PLAYSTATION_5
{6}
- Language Value1
= en
{7}
- Region Value{8}
- Platform Value- 1 = PS4
- 2 = PS5
- 3 = STEAM
Example
relink/1.1.1 (STEAM) language/1 region/0 platform/3"
Signature
(Mandatory)
Key: 9xcleSD8efksogsz
(Steam), id83dfsSlvg2Lo
(PS4)
input: Current timestamp ms i.e 1711640120000 to string
Signature = Base64(input + ";" + ToString(HMACSHA256(input, key)))
Errors¶
Signature lasts for one minute or so, otherwise error (403):
Endpoints¶
[POST] sys/get_terms
¶
When correct:
[POST] sys/get_news
¶
Sample Result (json)
[[0],[0,7,[[7,"This Just In!","Ver. 1.1.0 is now available!\nThis patch features a new quest addition, bug fixes, and other updates.","cmn_imgnews_0110_00",2,"https:\/\/relink.granbluefantasy.jp\/en\/news\/detail?id=uudl9p4so98",1],[6,"Ready for The Final Vision?","O \"proud\" skyfarers, victors of the highest order, Supreme Primarch Sandalphon\nhas a request for you. Join him in a battle against the ultimate foe, Lucilius!","cmn_imgnews_0110_03",2,"https:\/\/relink.granbluefantasy.jp\/en\/news\/detail?id=uudl9p4so98",1],[5,"New Emote Set: Let's Chat!","Come on, it's time to express yourself!\nLiven up the party with 3 new unique emotes that all characters can use!","cmn_imgnews_0110_01",2,"https:\/\/store.steampowered.com\/app\/2782160\/GRANBLUE_FANTASY_Relink\/",1],[4,"Item Packs On Sale Now!","Gear up for your adventure in Zegagrande with helpful, powerful sigils!\nThese packs also come with resources for enhancing characters and gear!\nSo get stronger and crush your foes!","cmn_imgnews_0110_02",2,"https:\/\/store.steampowered.com\/dlc\/881020\/GRANBLUE_FANTASY_Relink\/",1],[3,"Upgrade Pack On Sale Now!","Get all the goodies of the Special Edition with this upgrade pack!\nNow's the chance to pick up even more Relink goodness!\n*This product is intended for those who have purchased the digital Standard Edition.","cmn_imgnews_0110_04",2,"https:\/\/store.steampowered.com\/app\/2799850\/GRANBLUE_FANTASY_Relink\/",0],[2,"Color Packs On Sale Now!","Get more character colors with three additional color packs!\n*Color packs 1, 2 and 3 can be purchased individually or as a set of three.\n*The three-pack set is also included in the Deluxe Edition, Collector's Edition, and Digital Deluxe Edition.\n*The Special Edition only includes color packs 2 and 3.","cmn_imgnews_0110_05",2,"https:\/\/store.steampowered.com\/dlc\/881020\/GRANBLUE_FANTASY_Relink\/",0],[1,"Official Site Information","Check the official site for the latest information on Granblue Fantasy: Relink!","cmn_imgnews_0110_00\t",2,"https:\/\/relink.granbluefantasy.jp\/en\/",0]]]]
Playlog Endpoints¶
Playlog is used for quest reports/telemetry.
It is fired on:
- Quest clear (after the results screen)
- Quest abandon (immediately on abandon)
Url is https://main-playlog-relink.granbluefantasy.jp/playlog/
[POST] main
¶
Note
Steam ID is hashed, it is not possible to refer back to the original steam profile that sent the result. Refer to generation below.
Pseudo-code of uid generation: