In other languages:

Mod portal API: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "The Mod Portal API is used to both browse and download all mods available on the [https://mods.factorio.com/ official Factorio mod portal]. Using the API does not require any...")
 
No edit summary
Line 11: Line 11:
|-
|-
| created_at || String(datetime)
| created_at || String(datetime)
| The datetime the mod was uploaded to the mod portal, in the strftime of "%F %T.%f%z".
| The datetime the mod was uploaded to the mod portal, in the strftime of <code>%F %T.%f%z</code>.
|}
|}


{{Languages}}[[Category:Technical]]
{{Languages}}[[Category:Technical]]

Revision as of 18:52, 23 January 2017

The Mod Portal API is used to both browse and download all mods available on the official Factorio mod portal. Using the API does not require any kind of authentication or account information.

API endpoint: https://multiplayer.factorio.com/

Object Types

Result Entry

Key Type Description
created_at String(datetime) The datetime the mod was uploaded to the mod portal, in the strftime of %F %T.%f%z.