In other languages:

Mod portal API

From Official Factorio Wiki
Revision as of 05:30, 26 January 2017 by Lexxy Fox (talk | contribs)
Jump to navigation Jump to search

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 and can be viewed simply by clicking the link below in any web browser.

API endpoint: https://mods.factorio.com/api/mods

Object Types

Result Entry

Key Type Description
created_at String(ISO 8601) The datetime the mod was uploaded to the mod portal, in the full ISO 8601 format, with a space separator instead of 'T'.
current_user_rating
downloads_count Integer
first_media_file Object
game_versions String[]
github_path
homepage String
id Integer
latest_release Object
license_flags Integer
license_name String
license_url String
name String The mod's machine-readable ID string.
owner String
ratings_count Integer
summary String
tags Object[]
title String The mod's human-readable name.
updated_at String(ISO 8601) The datetime the mod was last updated, in the full ISO 8601 format, with a space separator instead of 'T'.
visits_count Integer