Skip to content
/ FDevIDs Public

Collection of IDs returned from the Companion API

Notifications You must be signed in to change notification settings

EDCD/FDevIDs

Repository files navigation

Community information collected about the FDev Companion API (Frontier API)


See Frontier API for community documentation of Frontier Development's Companion API (Frontier API), including a general walk-through of how to handle the oAuth2 flow.

For example implementations accessing this API please see:


Tue 21 Mar 10:40:34 GMT 2023

It has come to light that whilst Frontier's Auth service will happily give you an Access and Refresh Token if you only ask for scope=capi (rather than scope=auth capi), the Access Token now does not contain some fields. This would be fine ... except the CAPI service objects if the auth scope is omitted:

HTTP Status 401 - Access Token expired: {"status":401,"message":"Authentication token incomplete","missing":["email","firstname","lastname"],"tag":"<elided>"}

Thus, for the time being, the auth scope is required even for developers that would otherwise not need to handle auth data.


IDs returned from the FDev Companion API

Notes

  • These collections are incomplete - most notably some PowerPlay-specific items are missing from outfitting.csv.
  • Player-specific items are deliberately omitted from outfitting.csv - i.e. those items returned from the API with category/slotname "bobblehead"/"BobbleNN", "decal"/"DecalN", "paintjob"/"PaintJob", "enginekit"/"EngineColour", "shipkit"/"ShipKit...", "weaponkit"/"WeaponColour"
  • The values in the "name" fields in these files are as shown in-game in English. These are not the same in all cases as the text values returned by the Companion API or used over EDDN.

About

Collection of IDs returned from the Companion API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published